mbox series

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

Message ID 20240208182608.2224191-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series backlight: mp3309c: Allow to use on non-OF platforms | expand

Message

Andy Shevchenko Feb. 8, 2024, 6:24 p.m. UTC
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(-)