2024-02-08 22:50:38

by Andy Shevchenko

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

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) - add tags (Daniel, Flavio)
- new patch 2

Andy Shevchenko (3):
backlight: mp3309c: Make use of device properties
backlight: mp3309c: use dev_err_probe() instead of dev_err()
backlight: mp3309c: Utilise temporary variable for struct device

drivers/video/backlight/mp3309c.c | 88 ++++++++++++-------------------
1 file changed, 35 insertions(+), 53 deletions(-)

--
2.43.0.rc1.1.gbec44491f096



2024-02-23 13:49:21

by Lee Jones

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

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_parse_fwnode() (Daniel) - add tags (Daniel, Flavio)
> - new patch 2
>
> Andy Shevchenko (3):
> backlight: mp3309c: Make use of device properties
> backlight: mp3309c: use dev_err_probe() instead of dev_err()
> backlight: mp3309c: Utilise temporary variable for struct device
>
> drivers/video/backlight/mp3309c.c | 88 ++++++++++++-------------------
> 1 file changed, 35 insertions(+), 53 deletions(-)

Sorry for the delay, I was on vacation and I've been fighting fires this
week.

This set still doesn't apply?

--
Lee Jones [李琼斯]

2024-02-23 13:52:48

by Lee Jones

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

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)
> >
> > Changelog v2:
> > - rename pm3309c_parse_dt_node() --> mp3309c_parse_fwnode() (Daniel) - add tags (Daniel, Flavio)
> > - new patch 2
> >
> > Andy Shevchenko (3):
> > backlight: mp3309c: Make use of device properties
> > backlight: mp3309c: use dev_err_probe() instead of dev_err()
> > backlight: mp3309c: Utilise temporary variable for struct device
> >
> > drivers/video/backlight/mp3309c.c | 88 ++++++++++++-------------------
> > 1 file changed, 35 insertions(+), 53 deletions(-)
>
> Sorry for the delay, I was on vacation and I've been fighting fires this
> week.
>
> This set still doesn't apply?

Disregard, my fault. Applied now, thanks.

--
Lee Jones [李琼斯]

2024-02-23 13:59:43

by Lee Jones

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

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() --> mp3309c_parse_fwnode() (Daniel) - add tags (Daniel, Flavio)
> - new patch 2
>
> [...]

Applied, thanks!

[1/3] backlight: mp3309c: Make use of device properties
commit: b6fc7e62a7afc3709b31f6779665c7fc4a7755d7
[2/3] backlight: mp3309c: use dev_err_probe() instead of dev_err()
commit: 73e209b9ef8743071e8a04aad48db6644f3c8ce0
[3/3] backlight: mp3309c: Utilise temporary variable for struct device
commit: 2a93258e20bb03016347a2e27e5d21ead3bfd2e4

--
Lee Jones [李琼斯]