Re: [resend, PATCH v3 0/3] backlight: mp3309c: Allow to use on non-OF platforms

2024-02-23 Thread Lee Jones
On Fri, 23 Feb 2024, Lee Jones wrote: > On Thu, 08 Feb 2024, Andy Shevchenko wrote: > > > Allow to use driver on non-OF platforms and other cleanups. > > > > Changelog v3: > > - rebased on top of the last changes against this driver (Lee) > > - added tags to patch 2 (Daniel, Flavio) > > > > Cha

Re: [resend, PATCH v3 0/3] backlight: mp3309c: Allow to use on non-OF platforms

2024-02-23 Thread Lee Jones
On Thu, 08 Feb 2024 20:42:25 +0200, Andy Shevchenko wrote: > Allow to use driver on non-OF platforms and other cleanups. > > Changelog v3: > - rebased on top of the last changes against this driver (Lee) > - added tags to patch 2 (Daniel, Flavio) > > Changelog v2: > - rename pm3309c_parse_dt_node

Re: [resend, PATCH v3 0/3] backlight: mp3309c: Allow to use on non-OF platforms

2024-02-23 Thread Lee Jones
On Thu, 08 Feb 2024, Andy Shevchenko wrote: > Allow to use driver on non-OF platforms and other cleanups. > > Changelog v3: > - rebased on top of the last changes against this driver (Lee) > - added tags to patch 2 (Daniel, Flavio) > > Changelog v2: > - rename pm3309c_parse_dt_node() --> mp3309c

[resend, PATCH v3 0/3] backlight: mp3309c: Allow to use on non-OF platforms

2024-02-08 Thread Andy Shevchenko
Allow to use driver on non-OF platforms and other cleanups. Changelog v3: - rebased on top of the last changes against this driver (Lee) - added tags to patch 2 (Daniel, Flavio) Changelog v2: - rename pm3309c_parse_dt_node() --> mp3309c_parse_fwnode() (Daniel)

[PATCH v3 0/3] backlight: mp3309c: Allow to use on non-OF platforms

2024-02-08 Thread Andy Shevchenko
Allow to use driver on non-OF platforms and other cleanups. Changelog v3: - rebased on top of the last changes against this driver (Lee) - added tags to patch 2 (Daniel, Flavio) Changelog v2: - rename pm3309c_parse_dt_node() --> mp3309c_parse_fwnode() (Daniel)