.../leds/backlight/ti,lm3533-backlight.yaml | 68 +++++ .../bindings/leds/ti,lm3533-leds.yaml | 66 ++++ .../devicetree/bindings/leds/ti,lm3533.yaml | 190 ++++++++++++ drivers/iio/light/lm3533-als.c | 123 +++----- drivers/leds/leds-lm3533.c | 117 ++++++-- drivers/mfd/lm3533-core.c | 281 +++++++----------- drivers/video/backlight/lm3533_bl.c | 123 ++++++-- include/linux/mfd/lm3533.h | 52 +--- 8 files changed, 660 insertions(+), 360 deletions(-) create mode 100644 Documentation/devicetree/bindings/leds/backlight/ti,lm3533-backlight.yaml create mode 100644 Documentation/devicetree/bindings/leds/ti,lm3533-leds.yaml create mode 100644 Documentation/devicetree/bindings/leds/ti,lm3533.yaml
Convert LM3533 to OF bindings, add missing VIN supply, add support for setting mapping mode and LED sources based on device tree. Svyatoslav Ryhel (6): dt-bindings: leds: Document TI LM3533 LED controller mfd: lm3533: Convert to use OF bindings mfd: lm3533: Add support for VIN power supply mfd: lm3533: set DMA mask video: backlight: lm3533_bl: Set initial mapping mode from DT video: leds: backlight: lm3533: Support getting LED sources from DT .../leds/backlight/ti,lm3533-backlight.yaml | 68 +++++ .../bindings/leds/ti,lm3533-leds.yaml | 66 ++++ .../devicetree/bindings/leds/ti,lm3533.yaml | 190 ++++++++++++ drivers/iio/light/lm3533-als.c | 123 +++----- drivers/leds/leds-lm3533.c | 117 ++++++-- drivers/mfd/lm3533-core.c | 281 +++++++----------- drivers/video/backlight/lm3533_bl.c | 123 ++++++-- include/linux/mfd/lm3533.h | 52 +--- 8 files changed, 660 insertions(+), 360 deletions(-) create mode 100644 Documentation/devicetree/bindings/leds/backlight/ti,lm3533-backlight.yaml create mode 100644 Documentation/devicetree/bindings/leds/ti,lm3533-leds.yaml create mode 100644 Documentation/devicetree/bindings/leds/ti,lm3533.yaml -- 2.51.0
On Sun, May 17, 2026 at 10:43:00AM +0300, Svyatoslav Ryhel wrote: > Convert LM3533 to OF bindings, add missing VIN supply, add support for > setting mapping mode and LED sources based on device tree. How is this being different to https://lore.kernel.org/lkml/20250218132702.114669-1-clamor95@gmail.com/ ? What about this comment https://lore.kernel.org/lkml/ZmBcvtLCzllQDWVX@hovoldconsulting.com/ ? Have you talked to Bjorn A and Johan? -- With Best Regards, Andy Shevchenko
нд, 17 трав. 2026 р. о 10:59 Andy Shevchenko <andriy.shevchenko@intel.com> пише: > > On Sun, May 17, 2026 at 10:43:00AM +0300, Svyatoslav Ryhel wrote: > > Convert LM3533 to OF bindings, add missing VIN supply, add support for > > setting mapping mode and LED sources based on device tree. > > How is this being different to > https://lore.kernel.org/lkml/20250218132702.114669-1-clamor95@gmail.com/ > ? > I have decided to have a fresh look, this is continuation. > What about this comment > https://lore.kernel.org/lkml/ZmBcvtLCzllQDWVX@hovoldconsulting.com/ > ? Have you talked to Bjorn A and Johan? > No, but since grep -r "lm3533_platform_data" * gives 0 results there are no platform_data users of lm3533. > -- > With Best Regards, > Andy Shevchenko > >
On Sun, May 17, 2026 at 01:13:22PM +0300, Svyatoslav Ryhel wrote: > нд, 17 трав. 2026 р. о 10:59 Andy Shevchenko <andriy.shevchenko@intel.com> пише: > > On Sun, May 17, 2026 at 10:43:00AM +0300, Svyatoslav Ryhel wrote: > > > Convert LM3533 to OF bindings, add missing VIN supply, add support for > > > setting mapping mode and LED sources based on device tree. > > > > How is this being different to > > https://lore.kernel.org/lkml/20250218132702.114669-1-clamor95@gmail.com/ > > ? > > I have decided to have a fresh look, this is continuation. Then it should be something like v4? > > What about this comment > > https://lore.kernel.org/lkml/ZmBcvtLCzllQDWVX@hovoldconsulting.com/ > > ? Have you talked to Bjorn A and Johan? > > No, but since grep -r "lm3533_platform_data" * gives 0 results there > are no platform_data users of lm3533. Johan was against driver removal (while it sounds logical due to above) and referred to some other patches from somebody else. I think you need to synchronise with the people to have a clear roadmap that all stakeholders are agree with. With that, the split and other technical issues can be solved during the normal process. -- With Best Regards, Andy Shevchenko
нд, 17 трав. 2026 р. о 13:20 Andy Shevchenko <andriy.shevchenko@intel.com> пише: > > On Sun, May 17, 2026 at 01:13:22PM +0300, Svyatoslav Ryhel wrote: > > нд, 17 трав. 2026 р. о 10:59 Andy Shevchenko <andriy.shevchenko@intel.com> пише: > > > On Sun, May 17, 2026 at 10:43:00AM +0300, Svyatoslav Ryhel wrote: > > > > Convert LM3533 to OF bindings, add missing VIN supply, add support for > > > > setting mapping mode and LED sources based on device tree. > > > > > > How is this being different to > > > https://lore.kernel.org/lkml/20250218132702.114669-1-clamor95@gmail.com/ > > > ? > > > > I have decided to have a fresh look, this is continuation. > > Then it should be something like v4? > That was more than a year ago, lets start fresh. Those patches are gone, though I did add many of suggestions from there. > > > What about this comment > > > https://lore.kernel.org/lkml/ZmBcvtLCzllQDWVX@hovoldconsulting.com/ > > > ? Have you talked to Bjorn A and Johan? > > > > No, but since grep -r "lm3533_platform_data" * gives 0 results there > > are no platform_data users of lm3533. > > Johan was against driver removal (while it sounds logical due to above) and > referred to some other patches from somebody else. I think you need to > synchronise with the people to have a clear roadmap that all stakeholders > are agree with. With that, the split and other technical issues can be solved > during the normal process. > And this discussion was 2 years ago, and "This device is used in a bunch of Sony phones and Bjorn A posted a series adding devicetree bindings a few years ago" They have had more than enough time, don't you think? You would definitely know if there were any activity since you are IIO reviewer and would be included, were there any activity? > -- > With Best Regards, > Andy Shevchenko > >
On Sun, May 17, 2026 at 01:34:32PM +0300, Svyatoslav Ryhel wrote: > нд, 17 трав. 2026 р. о 13:20 Andy Shevchenko <andriy.shevchenko@intel.com> пише: > > On Sun, May 17, 2026 at 01:13:22PM +0300, Svyatoslav Ryhel wrote: > > > нд, 17 трав. 2026 р. о 10:59 Andy Shevchenko <andriy.shevchenko@intel.com> пише: > > > > On Sun, May 17, 2026 at 10:43:00AM +0300, Svyatoslav Ryhel wrote: > > > > > Convert LM3533 to OF bindings, add missing VIN supply, add support for > > > > > setting mapping mode and LED sources based on device tree. > > > > > > > > How is this being different to > > > > https://lore.kernel.org/lkml/20250218132702.114669-1-clamor95@gmail.com/ > > > > ? > > > > > > I have decided to have a fresh look, this is continuation. > > > > Then it should be something like v4? > > That was more than a year ago, lets start fresh. Those patches are > gone, though I did add many of suggestions from there. > > > > > What about this comment > > > > https://lore.kernel.org/lkml/ZmBcvtLCzllQDWVX@hovoldconsulting.com/ > > > > ? Have you talked to Bjorn A and Johan? > > > > > > No, but since grep -r "lm3533_platform_data" * gives 0 results there > > > are no platform_data users of lm3533. > > > > Johan was against driver removal (while it sounds logical due to above) and > > referred to some other patches from somebody else. I think you need to > > synchronise with the people to have a clear roadmap that all stakeholders > > are agree with. With that, the split and other technical issues can be solved > > during the normal process. > > And this discussion was 2 years ago, and > > "This device is used in a bunch of Sony phones and Bjorn A posted a > series adding devicetree bindings a few years ago" > > They have had more than enough time, don't you think? You would > definitely know if there were any activity since you are IIO reviewer > and would be included, were there any activity? At least it's polite to Cc them your version. -- With Best Regards, Andy Shevchenko
нд, 17 трав. 2026 р. о 13:40 Andy Shevchenko <andriy.shevchenko@intel.com> пише: > > On Sun, May 17, 2026 at 01:34:32PM +0300, Svyatoslav Ryhel wrote: > > нд, 17 трав. 2026 р. о 13:20 Andy Shevchenko <andriy.shevchenko@intel.com> пише: > > > On Sun, May 17, 2026 at 01:13:22PM +0300, Svyatoslav Ryhel wrote: > > > > нд, 17 трав. 2026 р. о 10:59 Andy Shevchenko <andriy.shevchenko@intel.com> пише: > > > > > On Sun, May 17, 2026 at 10:43:00AM +0300, Svyatoslav Ryhel wrote: > > > > > > Convert LM3533 to OF bindings, add missing VIN supply, add support for > > > > > > setting mapping mode and LED sources based on device tree. > > > > > > > > > > How is this being different to > > > > > https://lore.kernel.org/lkml/20250218132702.114669-1-clamor95@gmail.com/ > > > > > ? > > > > > > > > I have decided to have a fresh look, this is continuation. > > > > > > Then it should be something like v4? > > > > That was more than a year ago, lets start fresh. Those patches are > > gone, though I did add many of suggestions from there. > > > > > > > What about this comment > > > > > https://lore.kernel.org/lkml/ZmBcvtLCzllQDWVX@hovoldconsulting.com/ > > > > > ? Have you talked to Bjorn A and Johan? > > > > > > > > No, but since grep -r "lm3533_platform_data" * gives 0 results there > > > > are no platform_data users of lm3533. > > > > > > Johan was against driver removal (while it sounds logical due to above) and > > > referred to some other patches from somebody else. I think you need to > > > synchronise with the people to have a clear roadmap that all stakeholders > > > are agree with. With that, the split and other technical issues can be solved > > > during the normal process. > > > > And this discussion was 2 years ago, and > > > > "This device is used in a bunch of Sony phones and Bjorn A posted a > > series adding devicetree bindings a few years ago" > > > > They have had more than enough time, don't you think? You would > > definitely know if there were any activity since you are IIO reviewer > > and would be included, were there any activity? > > At least it's polite to Cc them your version. > I assume yes, I have added Johan but there is no email for Bjorn A. > -- > With Best Regards, > Andy Shevchenko > >
© 2016 - 2026 Red Hat, Inc.