All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/8] Resend LED patches
@ 2022-12-26 12:36 Pali Rohár
  2022-12-26 12:36 ` [PATCH RESEND 1/8] dt-bindings: leds: register-bit-led: Add active-low property Pali Rohár
                   ` (8 more replies)
  0 siblings, 9 replies; 42+ messages in thread
From: Pali Rohár @ 2022-12-26 12:36 UTC (permalink / raw)
  To: Arnd Bergmann, Linus Walleij; +Cc: soc, linux-kernel

Linus Walleij suggested me to send these patches to SoC tree [1]
instead. So I'm doing it.

This patch series contains LED patches which are on the linux-leds
mailing list for a long time without any future movement. Could you
please handle them here via SoC tree? Thanks.

[1] - https://lore.kernel.org/linux-leds/CACRpkdad6WDo7rGfa4MW8zz0mLXmcPHo+SEC-yLQnRz_kdrryA@mail.gmail.com/

Marek Behún (3):
  leds: turris-omnia: support HW controlled mode via private trigger
  leds: turris-omnia: initialize multi-intensity to full
  leds: turris-omnia: change max brightness from 255 to 1

Pali Rohár (5):
  dt-bindings: leds: register-bit-led: Add active-low property
  leds: syscon: Implement support for active-low property
  powerpc/85xx: DTS: Add CPLD definitions for P1021RDB Combo Board CPL
    Design
  dt-bindings: leds: Add cznic,turris1x-leds.yaml binding
  leds: Add support for Turris 1.x LEDs

 .../testing/sysfs-class-led-driver-turris1x   |  31 ++
 .../bindings/leds/cznic,turris1x-leds.yaml    | 118 +++++
 .../bindings/leds/register-bit-led.yaml       |   5 +
 arch/powerpc/boot/dts/fsl/p1020mbg-pc.dtsi    |  92 ++++
 arch/powerpc/boot/dts/fsl/p1020mbg-pc_32b.dts |   6 +-
 arch/powerpc/boot/dts/fsl/p1020mbg-pc_36b.dts |   6 +-
 arch/powerpc/boot/dts/fsl/p1020rdb-pd.dts     |  44 +-
 arch/powerpc/boot/dts/fsl/p1020utm-pc.dtsi    |  37 ++
 arch/powerpc/boot/dts/fsl/p1020utm-pc_32b.dts |   4 +-
 arch/powerpc/boot/dts/fsl/p1020utm-pc_36b.dts |   4 +-
 arch/powerpc/boot/dts/fsl/p1021rdb-pc.dtsi    |  37 ++
 arch/powerpc/boot/dts/fsl/p1021rdb-pc_32b.dts |   5 +-
 arch/powerpc/boot/dts/fsl/p1021rdb-pc_36b.dts |   5 +-
 arch/powerpc/boot/dts/fsl/p2020rdb-pc.dtsi    |  33 +-
 drivers/leds/Kconfig                          |  10 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-syscon.c                    |  14 +-
 drivers/leds/leds-turris-1x.c                 | 474 ++++++++++++++++++
 drivers/leds/leds-turris-omnia.c              |  46 +-
 19 files changed, 945 insertions(+), 27 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-led-driver-turris1x
 create mode 100644 Documentation/devicetree/bindings/leds/cznic,turris1x-leds.yaml
 create mode 100644 drivers/leds/leds-turris-1x.c

-- 
2.20.1


^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2023-03-11 11:47 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-26 12:36 [PATCH RESEND 0/8] Resend LED patches Pali Rohár
2022-12-26 12:36 ` [PATCH RESEND 1/8] dt-bindings: leds: register-bit-led: Add active-low property Pali Rohár
2023-01-27 11:16   ` Lee Jones
2023-02-23 14:22     ` Lee Jones
2023-02-23 16:48       ` Pali Rohár
2023-02-23 20:59         ` Linus Walleij
2023-02-24  8:42           ` Krzysztof Kozlowski
2022-12-26 12:36 ` [PATCH RESEND 2/8] leds: syscon: Implement support for " Pali Rohár
2023-02-23 14:25   ` Lee Jones
2022-12-26 12:36 ` [PATCH RESEND 3/8] powerpc/85xx: DTS: Add CPLD definitions for P1021RDB Combo Board CPL Design Pali Rohár
2022-12-26 12:36 ` [PATCH RESEND 4/8] dt-bindings: leds: Add cznic,turris1x-leds.yaml binding Pali Rohár
2023-01-27 11:16   ` Lee Jones
2023-02-24  9:15     ` Krzysztof Kozlowski
2023-02-24  9:38       ` Lee Jones
2023-03-09 20:42         ` Pali Rohár
2023-03-11 11:47           ` Krzysztof Kozlowski
2023-02-24  9:13   ` Krzysztof Kozlowski
2022-12-26 12:36 ` [PATCH RESEND 5/8] leds: Add support for Turris 1.x LEDs Pali Rohár
2023-01-27 11:20   ` Lee Jones
2023-02-02 23:46     ` Pali Rohár
2023-02-24  9:25     ` Krzysztof Kozlowski
2023-02-24  9:37       ` Lee Jones
2023-02-24  9:22   ` Krzysztof Kozlowski
2023-02-24  9:28   ` Lee Jones
2023-03-09 20:35     ` Pali Rohár
2022-12-26 12:36 ` [PATCH RESEND 6/8] leds: turris-omnia: support HW controlled mode via private trigger Pali Rohár
2023-02-24  9:32   ` Lee Jones
2022-12-26 12:36 ` [PATCH RESEND 7/8] leds: turris-omnia: initialize multi-intensity to full Pali Rohár
2023-02-24  9:33   ` Lee Jones
2022-12-26 12:36 ` [PATCH RESEND 8/8] leds: turris-omnia: change max brightness from 255 to 1 Pali Rohár
2023-02-24  9:34   ` Lee Jones
2023-03-09 20:07     ` Pali Rohár
2023-01-20 16:41 ` [PATCH RESEND 0/8] Resend LED patches Arnd Bergmann
2023-01-20 16:41   ` Arnd Bergmann
2023-01-20 17:15   ` Lee Jones
2023-01-20 17:15     ` Lee Jones
2023-01-20 17:47     ` Arnd Bergmann
2023-01-20 17:47       ` Arnd Bergmann
2023-01-20 20:02       ` Lee Jones
2023-01-20 20:02         ` Lee Jones
2023-01-26 20:07     ` Linus Walleij
2023-01-26 20:07       ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.