Linux LED subsystem development
 help / color / mirror / Atom feed
 messages from 2022-12-14 23:59:32 to 2023-01-03 13:13:14 UTC [more...]

[PATCH v4 00/11] leds: deduplicate led_init_default_state_get()
 2023-01-03 13:12 UTC  (8+ messages)
` [PATCH v4 01/11] leds: add missing includes and forward declarations in leds.h
` [PATCH v4 02/11] leds: Move led_init_default_state_get() to the global header
` [PATCH v4 03/11] leds: an30259a: Get rid of custom led_init_default_state_get()
` [PATCH v4 04/11] leds: bcm6328: "
` [PATCH v4 08/11] leds: pca955x: "
` [PATCH v4 09/11] leds: pm8058: "
` [PATCH v4 10/11] leds: syscon: "

[PATCH v15 RESEND 0/2] Add MediaTek MT6370 PMIC support
 2023-01-03 13:05 UTC  (5+ messages)
` [PATCH v15 RESEND 1/2] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support
` [PATCH v15 RESEND 2/2] leds: flash: mt6370: Add MediaTek MT6370 flashlight support

[PATCH RESEND] Add multicolor support to BlinkM LED driver
 2023-01-03 12:26 UTC  (2+ messages)

[PATCH 0/3] Add PM6150L flash LED to Fairphone 4
 2023-01-03 12:18 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: leds: spmi-flash-led: Add pm6150l compatible
` (subset) [PATCH 0/3] Add PM6150L flash LED to Fairphone 4

[PATCH v8 0/6] Add MediaTek MT6357 PMIC support
 2023-01-03 10:13 UTC  (9+ messages)
` [PATCH v8 1/6] dt-bindings: input: mtk-pmic-keys: add binding for MT6357 PMIC
` [PATCH v8 2/6] dt-bindings: soc: mediatek: convert pwrap documentation
` [PATCH v8 3/6] dt-bindings: mfd: mediatek: Add bindings for MT6357 PMIC
` [PATCH v8 4/6] arm64: dts: mt6358: change node names
` [PATCH v8 5/6] arm64: dts: mt8173: change node name
` [PATCH v8 6/6] Input: mtk-pmic-keys: add MT6357 support

[PATCH v7 00/11] Adds support for PHY LEDs with offload triggers
 2023-01-03  5:40 UTC  (45+ messages)
` [PATCH v7 01/11] leds: add support for hardware driven LEDs
` [PATCH v7 02/11] leds: add function to configure hardware controlled LED
` [PATCH v7 03/11] leds: trigger: netdev: drop NETDEV_LED_MODE_LINKUP from mode
` [PATCH v7 04/11] leds: trigger: netdev: rename and expose NETDEV trigger enum modes
` [PATCH v7 05/11] leds: trigger: netdev: convert device attr to macro
` [PATCH v7 06/11] leds: trigger: netdev: add hardware control support
` [PATCH v7 07/11] leds: trigger: netdev: use mutex instead of spinlocks
` [PATCH v7 08/11] leds: trigger: netdev: add available mode sysfs attr
` [PATCH v7 09/11] leds: trigger: netdev: add additional hardware only triggers
` [PATCH v7 10/11] net: dsa: qca8k: add LEDs support
` [PATCH v7 11/11] dt-bindings: net: dsa: qca8k: add LEDs definition example

[PATCH v7 0/8] Add MediaTek MT6357 PMIC support
 2023-01-02 16:10 UTC  (4+ messages)

[PATCH v4] leds: simatic-ipc-leds-gpio: make sure we have the GPIO providing driver
 2023-01-02 15:22 UTC  (4+ messages)

[PATCH v7 0/6] Add a multicolor LED driver for groups of monochromatic LEDs
 2023-01-02  8:10 UTC  (7+ messages)
` [PATCH v7 1/6] devres: provide devm_krealloc_array()
` [PATCH v7 2/6] leds: class: simplify the implementation of devm_of_led_get()
` [PATCH v7 3/6] leds: provide devm_of_led_get_optional()
` [PATCH v7 4/6] leds: class: store the color index in struct led_classdev
` [PATCH v7 5/6] dt-bindings: leds: Add binding for a multicolor group of LEDs
` [PATCH v7 6/6] leds: Add a multicolor LED driver to group monochromatic LEDs

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2022-12-31 23:55 UTC  (6+ messages)
` [RESEND PATCH v7 1/5] dt-bindings: leds: Add Allwinner A100 LED controller
` [RESEND PATCH v7 2/5] leds: sun50i-a100: New driver for the "
` [RESEND PATCH v7 3/5] arm64: dts: allwinner: a100: Add LED controller node
` [RESEND PATCH v7 4/5] riscv: dts: allwinner: d1: "
` [RESEND PATCH v7 5/5] riscv: dts: allwinner: d1: Add RGB LEDs to boards

[PATCH] dt-bindings: leds: Convert PCA9532 to dtschema
 2022-12-29 13:54 UTC  (4+ messages)

[PATCH v1 1/1] leds: is31fl319x: Wrap mutex_destroy() for devm_add_action_or_rest()
 2022-12-28 10:09 UTC  (2+ messages)

[PATCH v2] Add multicolor support to BlinkM LED driver
 2022-12-28  1:09 UTC 

[RESEND PATCH v6 0/6] Add a multicolor LED driver for groups of monochromatic LEDs
 2022-12-28  0:44 UTC  (9+ messages)
` [RESEND PATCH v6 1/6] devres: provide devm_krealloc_array()
` [RESEND PATCH v6 2/6] leds: class: simplify the implementation of devm_of_led_get()
` [RESEND PATCH v6 3/6] leds: provide devm_of_led_get_optional()
` [RESEND PATCH v6 4/6] leds: class: store the color index in struct led_classdev
` [RESEND PATCH v6 5/6] dt-bindings: leds: Add binding for a multicolor group of LEDs
` [RESEND PATCH v6 6/6] leds: Add a multicolor LED driver to group monochromatic LEDs

[PATCH v13 0/2] Introduce block device LED trigger
 2022-12-27 22:52 UTC  (3+ messages)
` [PATCH v13 1/2] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v13 2/2] leds: trigger: Add block device LED trigger

[PATCH RESEND] Add multicolor support to BlinkM LED driver
 2022-12-27 17:02 UTC  (6+ messages)

[PATCH v6 0/6] Add a multicolor LED driver for groups of monochromatic LEDs
 2022-12-27  9:47 UTC  (6+ messages)
` [PATCH v6 4/6] leds: class: store the color index in struct led_classdev

[RESEND PATCH v5 1/2] leds: flash: add driver to support flash LED module in QCOM PMICs
 2022-12-27  8:15 UTC  (2+ messages)
` [RESEND PATCH v5 2/2] dt-bindings: leds: add QCOM flash LED controller

[PATCH v4 0/3] leds: add driver for SPI driven WorldSemi WS2812B RGB LEDs
 2022-12-24 12:53 UTC  (7+ messages)
` [PATCH v4 2/3] dt-bindings: leds: add worldsemi,ws2812b

[PATCH] treewide: Convert del_timer*() to timer_shutdown*()
 2022-12-23 15:41 UTC  (5+ messages)

[PATCH v3 1/2] dt-bindings: leds: common: add disk write/read and usb-host/usb-gadget
 2022-12-23 12:43 UTC  (3+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-12-23 11:25 UTC  (5+ messages)
` [PATCH 288/606] leds: turris-omnia: Convert to i2c's .probe_new()

[PATCH v3 1/2] backlight: ktz8866: Add support for Kinetic KTZ8866 backlight
 2022-12-22 16:39 UTC  (3+ messages)
` [PATCH v3 2/2] dt-bindings: leds: backlight: Add "

[PATCH] dt-bindings: leds: Mark label property as deprecated
 2022-12-22 15:21 UTC  (11+ messages)

[PATCH v2 1/2] backlight: ktz8866: Add support for Kinetic KTZ8866 backlight
 2022-12-22  8:21 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: leds: backlight: Add "

[RESEND] dt-bindings: leds: backlight: Add Kinetic KTZ8866 backlight
 2022-12-21 15:19 UTC  (4+ messages)

[PATCH 2/2] dt-bindings: leds: backlight: add binding for Kinetic KTZ8866 backlight
 2022-12-21 14:08 UTC  (5+ messages)

[PATCH] leds: led-core: Fix refcount leak in of_led_get
 2022-12-20 12:18 UTC 

[PATCH] leds: pwm: clear the led structure before parsing each child node
 2022-12-20  7:33 UTC 

[PATCH v3 00/11] leds: lookup-table support + int3472/media privacy LED support
 2022-12-18 23:20 UTC  (47+ messages)
` [PATCH v3 01/11] leds: led-class: Add missing put_device() to led_put()
` [PATCH v3 02/11] leds: led-class: Add __led_get() helper function
` [PATCH v3 03/11] leds: led-class: Add __of_led_get() helper
` [PATCH v3 04/11] leds: led-class: Add __devm_led_get() helper
` [PATCH v3 05/11] leds: led-class: Add generic [devm_]led_get()
` [PATCH v3 06/11] v4l: subdev: Make the v4l2-subdev core code enable/disable the privacy LED if present
` [PATCH v3 07/11] platform/x86: int3472/discrete: Refactor GPIO to sensor mapping
` [PATCH v3 08/11] platform/x86: int3472/discrete: Create a LED class device for the privacy LED
` [PATCH v3 09/11] platform/x86: int3472/discrete: Move GPIO request to skl_int3472_register_clock()
` [PATCH v3 10/11] platform/x86: int3472/discrete: Ensure the clk/power enable pins are in output mode
` [PATCH v3 11/11] platform/x86: int3472/discrete: Get the polarity from the _DSM entry

[GIT PULL] LEDs changes for 6.2-rc1
 2022-12-17 14:31 UTC  (2+ messages)


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