linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-19 02:51:22 to 2021-09-14 09:59:01 UTC [more...]

[PATCH v2 00/15] Introduce block device LED trigger
 2021-09-14  9:58 UTC  (37+ messages)
` [PATCH v2 01/15] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v2 02/15] leds: trigger: blkdev: Add build infrastructure
` [PATCH v2 03/15] leds: trigger: blkdev: Add functions needed by block changes
` [PATCH v2 04/15] block: Add block device LED trigger integrations
` [PATCH v2 05/15] leds: trigger: blkdev: Complete functions called by block subsys
` [PATCH v2 06/15] leds: trigger: blkdev: Add function to get gendisk by name
` [PATCH v2 07/15] leds: trigger: blkdev: Add constants and types
` [PATCH v2 08/15] leds: trigger: blkdev: Add stub LED trigger structure
` [PATCH v2 09/15] leds: trigger: blkdev: Check devices for activity and blink LEDs
` [PATCH v2 10/15] leds: trigger: blkdev: Add LED trigger activate function
` [PATCH v2 11/15] leds: trigger: blkdev: Enable linking block devices to LEDs
` [PATCH v2 12/15] leds: trigger: blkdev: Enable unlinking block devices from LEDs
` [PATCH v2 13/15] leds: trigger: blkdev: Add LED trigger deactivate function
` [PATCH v2 14/15] leds: trigger: blkdev: Add remaining sysfs attributes
` [PATCH v2 15/15] leds: trigger: blkdev: Add disk cleanup and init/exit functions

[PATCH] leds: lp50xx: Fix bank enable mask
 2021-09-14  9:16 UTC  (3+ messages)

[PATCH 0/8] Arm boards syscon 'unit_address_format' clean-ups
 2021-09-14  8:25 UTC  (12+ messages)
` [PATCH 1/8] dt-bindings: leds: Convert register-bit-led binding to DT schema
` [PATCH 2/8] dt-bindings: leds: register-bit-led: Use 'reg' instead of 'offset'
` [PATCH 3/8] leds: syscon: Support 'reg' in addition to 'offset' for register address
` [PATCH 4/8] dt-bindings: clock: arm,syscon-icst: Use 'reg' instead of 'vco-offset' for VCO "
` [PATCH 5/8] clk: versatile: clk-icst: Support 'reg' in addition to 'vco-offset' for "
` [PATCH 6/8] ARM: dts: arm: Update register-bit-led nodes 'reg' and node names
` [PATCH 7/8] ARM: dts: arm: Update ICST clock "
` [PATCH 8/8] kbuild: Enable dtc 'unit_address_format' warning by default

[PATCH v2 0/8] Arm boards syscon 'unit_address_format' clean-ups
 2021-09-13 22:41 UTC  (10+ messages)
` [PATCH v2 1/8] dt-bindings: leds: Convert register-bit-led binding to DT schema
` [PATCH v2 2/8] dt-bindings: leds: register-bit-led: Use 'reg' instead of 'offset'
` [PATCH v2 3/8] leds: syscon: Support 'reg' in addition to 'offset' for register address
` [PATCH v2 4/8] dt-bindings: clock: arm,syscon-icst: Use 'reg' instead of 'vco-offset' for VCO "
` [PATCH v2 5/8] clk: versatile: clk-icst: Support 'reg' in addition to 'vco-offset' for "
` [PATCH v2 6/8] ARM: dts: arm: Update register-bit-led nodes 'reg' and node names
` [PATCH v2 7/8] ARM: dts: arm: Update ICST clock "
` [PATCH v2 8/8] kbuild: Enable dtc 'unit_address_format' warning by default

[PATCH 1/2] ARM: dts: imx6dl-yapp4: Fix lp5562 LED driver probe
 2021-09-13 13:03 UTC  (3+ messages)

pending patches
 2021-09-12  8:08 UTC  (5+ messages)

[PATCH v9 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2021-09-09 15:18 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: leds: Add Allwinner R329/D1 LED controller
 2021-09-09 13:54 UTC  (10+ messages)
` [PATCH 2/2] leds: sunxi: New driver for the "

[PATCH 0/3] Add PM8350C PMIC PWM support for backlight
 2021-09-09  6:11 UTC  (20+ messages)
` [PATCH 1/3] dt-bindings: leds: Add pm8350c pmic support
` [PATCH 2/3] leds: Add pm8350c support to Qualcomm LPG driver
` [PATCH 3/3] arm64: dts: qcom: pm8350c: Add pwm support

[PATCH v3 0/3] HID: playstation: add LED support
 2021-09-08 16:55 UTC  (4+ messages)
` [PATCH v3 1/3] HID: playstation: expose DualSense lightbar through a multi-color LED
` [PATCH v3 2/3] leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers
` [PATCH v3 3/3] HID: playstation: expose DualSense player LEDs through LED class

[PATCH v2 0/3] HID: playstation: add LED support
 2021-09-08 10:23 UTC  (9+ messages)
` [PATCH v2 1/3] HID: playstation: expose DualSense lightbar through a multi-color LED
` [PATCH v2 2/3] leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers
` [PATCH v2 3/3] HID: playstation: expose DualSense player LEDs through LED class

[PATCH 1/3] leds:triggers:Extend the kernel panic LED trigger
 2021-09-08  5:29 UTC  (5+ messages)
` [PATCH 2/3] leds:gpio:Add the support for "panic-indicator-on" and "panic-indicator-off"
` [PATCH 3/3] dt-bindings:leds:Extend panic led state

[PATCH 1/6] HID: hid-input: Add offhook and ring LEDs for headsets
 2021-09-07  6:30 UTC  (8+ messages)

[PATCH 00/18] Introduce block device LED trigger
 2021-09-05 23:13 UTC  (43+ messages)
` [PATCH 01/18] docs: Add block device (blkdev) LED trigger documentation
` [PATCH 02/18] ledtrig-blkdev: Add build infra for block device LED trigger
` [PATCH 03/18] ledtrig-blkdev: Add function placeholders needed by block changes
` [PATCH 04/18] block: Add block device LED trigger integrations
` [PATCH 05/18] ledtrig-blkdev: Implement functions called from block subsystem
` [PATCH 06/18] ledtrig-blkdev: Add function to get gendisk by name
` [PATCH 07/18] ledtrig-blkdev: Add constants, data types, and global variables
` [PATCH 08/18] ledtrig-blkdev: Add miscellaneous helper functions
` [PATCH 09/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
` [PATCH 10/18] ledtrig-blkdev: Add function to associate the trigger with an LED
` [PATCH 11/18] ledtrig-blkdev: Add function to associate a device "
` [PATCH 12/18] ledtrig-blkdev: Add function to remove LED/device association
` [PATCH 13/18] ledtrig-blkdev: Add function to disassociate a device from all LEDs
` [PATCH 14/18] ledtrig-blkdev: Add function to disassociate an LED from the trigger
` [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
` [PATCH 16/18] ledtrig-blkdev: Add blink_time & interval sysfs attributes
` [PATCH 17/18] ledtrig-blkdev: Add mode (read/write/rw) sysfs attributue
` [PATCH 18/18] ledtrig-blkdev: Add initialization & exit functions

[PATCH 0/3] HID: playstation: add LED support
 2021-09-01 20:24 UTC  (9+ messages)
` [PATCH 2/3] leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers

Define LEDs with mixed colors
 2021-09-01 11:24 UTC  (3+ messages)

[GIT PULL] LEDs changes for v5.15-rc1
 2021-08-31 21:48 UTC  (2+ messages)

[PATCH v3 0/5] Add support for QCOM SPMI Flash LEDs
 2021-08-29 17:59 UTC  (6+ messages)
` [PATCH v3 2/5] leds: Add driver "

[PATCH net-next 5/5] igc: Export LEDs
 2021-08-26 12:45 UTC  (13+ messages)

[PATCH v9 0/7] Add support for the IEI WT61P803 PUZZLE MCU
 2021-08-24 18:09 UTC  (10+ messages)
` [PATCH v9 1/7] dt-bindings: Add IEI vendor prefix and IEI WT61P803 PUZZLE driver bindings
` [PATCH v9 2/7] drivers: mfd: Add a driver for IEI WT61P803 PUZZLE MCU
` [PATCH v9 3/7] drivers: hwmon: Add the IEI WT61P803 PUZZLE HWMON driver
` [PATCH v9 4/7] drivers: leds: Add the IEI WT61P803 PUZZLE LED driver
` [PATCH v9 5/7] Documentation/ABI: Add iei-wt61p803-puzzle driver sysfs interface documentation
` [PATCH v9 6/7] Documentation/hwmon: Add iei-wt61p803-puzzle hwmon driver documentation
` [PATCH v9 7/7] MAINTAINERS: Add an entry for the IEI WT61P803 PUZZLE driver

[pavel-linux-leds:for-next 32/32] drivers/leds/leds-pca955x.c:500:15: warning: cast to smaller integer type 'enum pca955x_type' from 'const void *'
 2021-08-20 14:51 UTC 

[PATCH v2 0/7] leds: Support retaining state for the PCA955x
 2021-08-20  9:02 UTC  (4+ messages)
` [PATCH v2 6/7] leds: pca955x: Let the core process the fwnode

[PATCH] Documentation: leds: standartizing LED names
 2021-08-20  8:33 UTC 

[RFC PATCH v3 00/18] Add block device LED trigger
 2021-08-19  2:50 UTC  (11+ messages)
` [RFC PATCH v3 09/18] ledtrig-blkdev: Add function to disassociate a device from all LEDs
` [RFC PATCH v3 10/18] block: Call LED trigger init/cleanup functions
` [RFC PATCH v3 11/18] ledtrig-blkdev: Add function to associate a device with an LED
` [RFC PATCH v3 12/18] ledtrig-blkdev: Add sysfs attributes to [dis]associate LEDs & devices
` [RFC PATCH v3 13/18] ledtrig-blkdev: Add blink_time & interval sysfs attributes
` [RFC PATCH v3 14/18] ledtrig-blkdev: Add mode (read/write/rw) sysfs attributue
` [RFC PATCH v3 15/18] ledtrig-blkdev: Add function to associate blkdev trigger with LED
` [RFC PATCH v3 16/18] ledtrig-blkdev: Add function to disassociate an LED from the trigger
` [RFC PATCH v3 17/18] ledtrig-blkdev: Add initialization function
` [RFC PATCH v3 18/18] ledtrig-blkdev: Add config option to enable the trigger


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).