Linux LED subsystem development
 help / color / mirror / Atom feed
 messages from 2024-11-01 15:42:38 to 2024-11-23 19:29:57 UTC [more...]

[PATCH 00/18] leds: switch to device_for_each_child_node_scoped()
 2024-11-23 19:29 UTC  (2+ messages)

[PATCH] leds: ledtrig-activity: Fix the wrong format specifier
 2024-11-22  6:46 UTC 

[PATCH v9 0/3] Add LED1202 LED Controller
 2024-11-21 21:05 UTC  (5+ messages)
` [PATCH v9 1/3] Documentation:leds: Add leds-st1202.rst
` [PATCH v9 2/3] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH v9] leds: Add LED1202 I2C driver

[PATCH v7 0/3] Add LED1202 LED Controller
 2024-11-21 17:19 UTC  (6+ messages)
` [PATCH v7 1/3] Documentation:leds: Add leds-st1202.rst
` [PATCH v7 2/3] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH v7 3/3] leds: Add LED1202 I2C driver

[RFC PATCH 0/2] rust: LED abstractions
 2024-11-21  9:47 UTC  (9+ messages)
` [RFC PATCH 1/2] rust: LED abstraction

[PATCH v8 0/3] Add LED1202 LED Controller
 2024-11-20  7:55 UTC  (5+ messages)
` [PATCH v8 1/3] Documentation:leds: Add leds-st1202.rst
` [PATCH v8 2/3] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH v8 3/3] leds: Add LED1202 I2C driver

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-11-17 12:09 UTC  (2+ messages)
` (subset) "

[PATCH] dt-bindings: leds: class-multicolor: Fix path to color definitions
 2024-11-14 19:56 UTC  (2+ messages)

[PATCH] leds: lp8860: Write full EEPROM, not only half of it
 2024-11-14 10:13 UTC 

[lee-leds:for-leds-next] BUILD SUCCESS e8501858035b1f95468da525e7357c8c33811b88
 2024-11-13  3:58 UTC 

[PATCH 0/3] arm64: dts: qcom: Pixel 3a Flash LEDs
 2024-11-12 17:21 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: leds: qcom,spmi-flash-led: add pm660l compatible
` [PATCH 2/3] arm64: dts: qcom: pm660l: add flash leds
` [PATCH 3/3] arm64: dts: qcom: sdm670-google-sargo: "

[PATCH v3 1/2] dt-bindings: mfd: sprd,sc2731: convert to YAML
 2024-11-12 14:48 UTC  (11+ messages)
` [PATCH v3 2/2] dt-bindings: mfd: sprd,sc2731: reference sprd,sc2731-efuse bindings
` (subset) [PATCH v3 1/2] dt-bindings: mfd: sprd,sc2731: convert to YAML

[PATCH] leds: ss4200: Fix the wrong format specifier
 2024-11-12 14:39 UTC  (2+ messages)
` (subset) "

[PATCH v9 0/9] Drivers to support the MCU on QNAP NAS devices
 2024-11-12 14:37 UTC  (14+ messages)
` [PATCH v9 1/9] HID: hid-sensor-hub: don't use stale platform-data on remove
` [PATCH v9 2/9] mfd: core: make platform_data pointer const in struct mfd_cell
` [PATCH v9 3/9] dt-bindings: mfd: add binding for qnap,ts433-mcu devices
` [PATCH v9 4/9] mfd: add base driver for qnap-mcu devices
` [PATCH v9 5/9] leds: add driver for LEDs from "
` [PATCH v9 6/9] Input: add driver for the input part of "
` [PATCH v9 7/9] hwmon: add driver for the hwmon parts "
` [PATCH v9 8/9] arm64: dts: rockchip: hook up the MCU on the QNAP TS433
` [PATCH v9 9/9] arm64: dts: rockchip: set hdd led labels on qnap-ts433

[RESEND PATCH v2 0/2] leds: pwm: Add default-brightness property
 2024-11-12 12:14 UTC  (6+ messages)
` [RESEND PATCH v2 1/2] dt-bindings: "
` [RESEND PATCH v2 2/2] leds: pwm: Add optional DT property default-brightness
  ` (subset) "

[PATCH 0/2] Add LED mode behavior/select properties and handle
 2024-11-12  9:10 UTC  (5+ messages)

[PATCH v1 0/6] gpio: Get rid of deprecated GPIOF_ACTIVE_LOW
 2024-11-11 10:21 UTC  (26+ messages)
` [PATCH v1 1/6] Input: gpio_keys - avoid using GPIOF_ACTIVE_LOW
` [PATCH v1 2/6] Input: gpio_keys_polled "
` [PATCH v1 3/6] leds: gpio: Avoid "
` [PATCH v1 4/6] pcmcia: soc_common: "
` [PATCH v1 5/6] USB: gadget: pxa27x_udc: "
` [PATCH v1 6/6] gpio: Get rid of GPIOF_ACTIVE_LOW

[PATCH leds v7 00/11] Turris Omnia LED driver changes
 2024-11-11 10:03 UTC  (12+ messages)
` [PATCH leds v7 01/11] turris-omnia-mcu-interface.h: Move command execution function to global header
` [PATCH leds v7 02/11] leds: turris-omnia: Use command execution functions from the MCU driver
` [PATCH leds v7 03/11] turris-omnia-mcu-interface.h: Add LED commands related definitions to global header
` [PATCH leds v7 04/11] leds: turris-omnia: Use global header for MCU command definitions
` [PATCH leds v7 05/11] dt-bindings: leds: cznic,turris-omnia-leds: Allow interrupts property
` [PATCH leds v7 06/11] leds: turris-omnia: Document driver private structures
` [PATCH leds v7 07/11] leds: turris-omnia: Notify sysfs on MCU global LEDs brightness change
` [PATCH leds v7 08/11] platform: cznic: turris-omnia-mcu: Inform about missing LED panel brightness change interrupt feature
` [PATCH leds v7 09/11] leds: turris-omnia: Inform about missing LED gamma correction feature in the MCU driver
` [PATCH leds v7 10/11] leds: turris-omnia: Use dev_err_probe() where appropriate
` [PATCH leds v7 11/11] leds: turris-omnia: Use uppercase first letter in all comments

[PATCH leds v6 00/12] Turris Omnia LED driver changes
 2024-11-11  9:59 UTC  (15+ messages)
` [PATCH leds v6 01/12] turris-omnia-mcu-interface.h: Move command execution function to global header
` [PATCH leds v6 02/12] leds: turris-omnia: Use command execution functions from the MCU driver
` [PATCH leds v6 03/12] turris-omnia-mcu-interface.h: Add LED commands related definitions to global header
` [PATCH leds v6 04/12] leds: turris-omnia: Use global header for MCU command definitions
` [PATCH leds v6 05/12] dt-bindings: leds: cznic,turris-omnia-leds: Allow interrupts property
` [PATCH leds v6 06/12] leds: turris-omnia: Document driver private structures
` [PATCH leds v6 07/12] leds: turris-omnia: Notify sysfs on MCU global LEDs brightness change
` [PATCH leds v6 08/12] platform: cznic: turris-omnia-mcu: Inform about missing LED panel brightness change interrupt feature
` [PATCH leds v6 09/12] leds: turris-omnia: Inform about missing LED gamma correction feature in the MCU driver
` [PATCH leds v6 10/12] leds: turris-omnia: Use dev_err_probe() where appropriate
` [PATCH leds v6 11/12] leds: turris-omnia: Use uppercase first letter in all comments
` [PATCH leds v6 12/12] ARM: dts: turris-omnia: Add global LED brightness change interrupt

[PATCH 1/3] [PATCH v3] Documentation:leds: Add leds-st1202.rst
 2024-11-08 14:34 UTC  (7+ messages)
` [PATCH 2/3] [PATCH v4] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH 3/3] [PATCH v6] leds: Add LED1202 I2C driver

[PATCH leds v5 00/12] Turris Omnia LED driver changes
 2024-11-08 12:40 UTC  (25+ messages)
` [PATCH leds v5 01/12] turris-omnia-mcu-interface.h: Move command execution function to global header
` [PATCH leds v5 02/12] leds: turris-omnia: Use command execution functions from the MCU driver
` [PATCH leds v5 03/12] turris-omnia-mcu-interface.h: Add LED commands related definitions to global header
` [PATCH leds v5 04/12] leds: turris-omnia: Use global header for MCU command definitions
` [PATCH leds v5 05/12] dt-bindings: leds: cznic,turris-omnia-leds: Allow interrupts property
` [PATCH leds v5 06/12] leds: turris-omnia: Document driver private structures
` [PATCH leds v5 07/12] leds: turris-omnia: Notify sysfs on MCU global LEDs brightness change
` [PATCH leds v5 08/12] platform: cznic: turris-omnia-mcu: Inform about missing LED panel brightness change interrupt feature
` [PATCH leds v5 09/12] leds: turris-omnia: Inform about missing LED gamma correction feature in the MCU driver
` [PATCH leds v5 10/12] leds: turris-omnia: Use dev_err_probe() where appropriate
` [PATCH leds v5 11/12] leds: turris-omnia: Use uppercase first letter in all comments
` [PATCH leds v5 12/12] ARM: dts: turris-omnia: Add global LED brightness change interrupt

[PATCH] leds: driver for O2 Micro LED IC
 2024-11-08 10:13 UTC  (6+ messages)

[PATCH 0/9] Introduce Photonicat power management MCU driver
 2024-11-08  3:48 UTC  (4+ messages)
` [PATCH 7/9] leds: add Photonicat PMU LED driver

[lee-leds:for-leds-next] BUILD SUCCESS 4ca7cd938725a4050dcd62ae9472e931d603118d
 2024-11-06 23:56 UTC 

[PATCH v3] leds: class: Protect brightness_show() with led_cdev->led_access mutex
 2024-11-06  8:43 UTC  (4+ messages)
` (subset) "

[PATCH] leds: ktd2692: Set missing timing
 2024-11-06  8:36 UTC  (4+ messages)
` (subset) "

[PATCH v2] leds: max5970: fix unreleased fwnode_handle in probe function
 2024-11-06  8:13 UTC  (2+ messages)
` (subset) "

[PATCH v2] leds: introduce ordered workqueue for leds events instead of system_wq
 2024-11-06  8:12 UTC  (3+ messages)
` (subset) "

[lee-leds:for-leds-next] BUILD SUCCESS 64dd44a658065ab5595bbfe2cb4d8fd30c9e34a2
 2024-11-06  7:58 UTC 

[PATCH 1/3] [PATCH v3] Documentation:leds: Add leds-st1202.rst
 2024-11-06  2:03 UTC  (5+ messages)
` [PATCH 2/3] [PATCH v4] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH 3/3] [PATCH v5] leds: Add LED1202 I2C driver

[PATCH v2 0/2] leds: pwm: Add default-brightness property
 2024-11-05 15:57 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: "
` [PATCH v2 2/2] leds: pwm: Add optional DT property default-brightness

[PATCH 0/1] MAINTAINERS: replace bouncing maintainers
 2024-11-05 15:55 UTC  (5+ messages)
` [PATCH 1/1] "
  ` (subset) "

[PATCH v4 2/3] leds: Add LED1202 I2C driver
 2024-11-05  5:23 UTC  (5+ messages)

[PATCH v1 3/3] Documentation:leds: Add leds-st1202.rst
 2024-11-04 19:32 UTC  (4+ messages)

[PATCH v8 3/7] mfd: Add new driver for MAX77705 PMIC
 2024-11-02 19:55 UTC  (2+ messages)

[PATCH v3 1/3] dt-bindings: leds: Add LED1202 LED Controller
 2024-11-01 20:20 UTC  (3+ messages)

[PATCH v2] leds: class: Protect brightness_show() with led_cdev->led_access mutex
 2024-11-01 17:08 UTC  (3+ messages)

[PATCH 0/2] leds: pwm: Add default-brightness property
 2024-11-01 15:42 UTC  (4+ messages)
` [PATCH 2/2] leds: pwm: Add optional DT property default-brightness


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox