[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230419111806.1100437-1-andreas@kemnade.info>
Date:   Wed, 19 Apr 2023 13:18:04 +0200
From:   Andreas Kemnade <andreas@...nade.info>
To:     pavel@....cz, lee@...nel.org, robh+dt@...nel.org,
        krzysztof.kozlowski+dt@...aro.org, andreas@...nade.info,
        linux-leds@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Matti Vaittinen <mazziesaccount@...il.com>
Subject: [PATCH v6 0/2] leds: Add a driver for the BD2606MVV
Add the binding description and the corresponding driver for
the BD2606.
Changes in V6:
- comments about dealing with shared brightness registers
- comment about building as a module
Changes in V5:
- remove "driver" from the binding subject line
- avoid presenting shared brightness to the userspace
  by allowing only on/off in such cases.
Changes in V4:
- minor tuning of description in bindings
 
Changes in V3:
- binding cleanup
- move active variable from long-living struct onto stack
Changes in V2:
- Add Datasheet link
- use fwnode api
- remove childnode count check, that will bail out
  anyways later.
- add enable-gpios to binding but not to driver due to lack of
  testing ability
Andreas Kemnade (2):
  dt-bindings: leds: Add ROHM BD2606MVV LED
  leds: bd2606mvv: Driver for the Rohm 6 Channel i2c LED driver
 .../bindings/leds/rohm,bd2606mvv.yaml         |  81 +++++++++
 drivers/leds/Kconfig                          |  14 ++
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-bd2606mvv.c                 | 160 ++++++++++++++++++
 4 files changed, 256 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/rohm,bd2606mvv.yaml
 create mode 100644 drivers/leds/leds-bd2606mvv.c
-- 
2.39.2
Powered by blists - more mailing lists