[PATCH v1 0/2] mfd: lm3533: convert to use OF

Svyatoslav Ryhel posted 2 patches 10 months, 1 week ago
There is a newer version of this series
.../devicetree/bindings/mfd/ti,lm3533.yaml    | 221 ++++++++++++++++++
drivers/iio/light/lm3533-als.c                |  58 ++++-
drivers/leds/leds-lm3533.c                    |  69 +++++-
drivers/mfd/lm3533-core.c                     |  79 +++++--
drivers/video/backlight/lm3533_bl.c           |  72 +++++-
include/dt-bindings/mfd/lm3533.h              |  19 ++
include/linux/mfd/lm3533.h                    |   1 +
7 files changed, 496 insertions(+), 23 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/ti,lm3533.yaml
create mode 100644 include/dt-bindings/mfd/lm3533.h
[PATCH v1 0/2] mfd: lm3533: convert to use OF
Posted by Svyatoslav Ryhel 10 months, 1 week ago
Add schema and add support for lm3533 mfd to use device
tree bindings.

Svyatoslav Ryhel (2):
  dt-bindings: mfd: Document TI LM3533 MFD
  mfd: lm3533: convert to use OF

 .../devicetree/bindings/mfd/ti,lm3533.yaml    | 221 ++++++++++++++++++
 drivers/iio/light/lm3533-als.c                |  58 ++++-
 drivers/leds/leds-lm3533.c                    |  69 +++++-
 drivers/mfd/lm3533-core.c                     |  79 +++++--
 drivers/video/backlight/lm3533_bl.c           |  72 +++++-
 include/dt-bindings/mfd/lm3533.h              |  19 ++
 include/linux/mfd/lm3533.h                    |   1 +
 7 files changed, 496 insertions(+), 23 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/ti,lm3533.yaml
 create mode 100644 include/dt-bindings/mfd/lm3533.h

-- 
2.43.0
Re: [PATCH v1 0/2] mfd: lm3533: convert to use OF
Posted by Andy Shevchenko 10 months, 1 week ago
On Wed, Feb 12, 2025 at 09:58:40AM +0200, Svyatoslav Ryhel wrote:
> Add schema and add support for lm3533 mfd to use device
> tree bindings.

Thank you! I'm going to review the series this week, I definitely have
the comments. Stay tuned.

-- 
With Best Regards,
Andy Shevchenko