Re: [PATCH 2/2] backlight: hx8357: stop using of-specific APIs

2023-02-06 Thread Daniel Thompson
On Tue, Jan 31, 2023 at 02:57:07PM -0800, Dmitry Torokhov wrote: > There is no need for this driver to be OF-specific, so switch it to > use device_get_match_data() and stop including various of-related > headers. > > Signed-off-by: Dmitry Torokhov Reviewed-by: Daniel Thompson Daniel.

[PATCH 2/2] backlight: hx8357: stop using of-specific APIs

2023-01-31 Thread Dmitry Torokhov
There is no need for this driver to be OF-specific, so switch it to use device_get_match_data() and stop including various of-related headers. Signed-off-by: Dmitry Torokhov --- drivers/video/backlight/hx8357.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/