Hi Marek, Thank you for the update. On 3/28/19 8:34 PM, Marek Behún wrote:
Hi, this is third version of Turris Omnia LEDs support. Changes v2->v3: - set max_brightness to 1 - changed the code for device-tree probing as requested by Jacek; this also needed a change in the device-tree documentation, since labels in DT don't need to contain the "omnia::" prefix anymore - removed the third patch (which was a temporary solution to support continuous brightness via RGB channels) Marek Marek Behún (2): leds: Add basic support for Turris Omnia LEDs dt-bindings: leds: Document Turris Omnia LED controller binding .../bindings/leds/leds-turris-omnia.txt | 85 ++++++++ drivers/leds/Kconfig | 12 ++ drivers/leds/Makefile | 1 + drivers/leds/leds-turris-omnia.c | 200 ++++++++++++++++++ 4 files changed, 298 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds-turris-omnia.txt create mode 100644 drivers/leds/leds-turris-omnia.c
Applied to the for-next branch of linux-leds.git. -- Best regards, Jacek Anaszewski