Re: [PATCH v2 0/4] backlight: hx8357: Clean up and make OF-independent

2024-02-08 Thread Lee Jones
On Thu, 08 Feb 2024, Andy Shevchenko wrote: > On Thu, Feb 08, 2024 at 10:53:04AM +, Lee Jones wrote: > > On Thu, 01 Feb 2024, Andy Shevchenko wrote: > > ... > > > Someone may wish to address this: > > > > WARNING: DT compatible string "himax,hx8369" appears un-documented -- check > > ./Doc

Re: [PATCH v2 0/4] backlight: hx8357: Clean up and make OF-independent

2024-02-08 Thread Andy Shevchenko
On Thu, Feb 08, 2024 at 10:53:04AM +, Lee Jones wrote: > On Thu, 01 Feb 2024, Andy Shevchenko wrote: ... > Someone may wish to address this: > > WARNING: DT compatible string "himax,hx8369" appears un-documented -- check > ./Documentation/devicetree/bindings/ > #58: FILE: drivers/video/back

Re: [PATCH v2 0/4] backlight: hx8357: Clean up and make OF-independent

2024-02-08 Thread Lee Jones
On Thu, 01 Feb 2024, Andy Shevchenko wrote: > A few ad-hoc cleanups and one patch to make driver OF-independent. > > Chagelog v2: > - renamed init to init_fn and typedef accordingly (Daniel) > - added tags (Daniel, Javier) > > Andy Shevchenko (4): > backlight: hx8357: Make use of device proper

Re: [PATCH v2 0/4] backlight: hx8357: Clean up and make OF-independent

2024-02-08 Thread Lee Jones
On Thu, 01 Feb 2024 16:47:41 +0200, Andy Shevchenko wrote: > A few ad-hoc cleanups and one patch to make driver OF-independent. > > Chagelog v2: > - renamed init to init_fn and typedef accordingly (Daniel) > - added tags (Daniel, Javier) > > Andy Shevchenko (4): > backlight: hx8357: Make use of

[PATCH v2 0/4] backlight: hx8357: Clean up and make OF-independent

2024-02-01 Thread Andy Shevchenko
A few ad-hoc cleanups and one patch to make driver OF-independent. Chagelog v2: - renamed init to init_fn and typedef accordingly (Daniel) - added tags (Daniel, Javier) Andy Shevchenko (4): backlight: hx8357: Make use of device properties backlight: hx8357: Move OF table closer to its consume