linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-03 16:17:35 to 2021-09-21 01:59:22 UTC [more...]

[PATCH v5 0/2] Introduce block device LED trigger
 2021-09-20 20:56 UTC  (3+ messages)
` [PATCH v5 1/2] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v5 2/2] leds: trigger: Add block device LED trigger

[PATCH v4 0/2] Introduce block device LED trigger
 2021-09-20  6:43 UTC  (9+ messages)
` [PATCH v4 1/2] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v4 2/2] leds: trigger: Add block device LED trigger

[PATCH] dt-bindings: leds: document rfkill default action
 2021-09-19 20:38 UTC  (2+ messages)

[PATCH v2 0/8] Arm boards syscon 'unit_address_format' clean-ups
 2021-09-17 23:45 UTC  (18+ 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 0/8] Arm boards syscon 'unit_address_format' clean-ups
 2021-09-17 23:41 UTC  (13+ 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] leds: trigger: use RCU to protect the led_cdevs list
 2021-09-15 16:16 UTC 

[RESEND PATCH] leds: ledtrig-pattern: Use last_repeat when applying hw pattern
 2021-09-15  8:02 UTC 

[PATCH v3 0/3] Introduce block device LED trigger
 2021-09-15  7:07 UTC  (6+ messages)
` [PATCH v3 1/3] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v3 2/3] block: export block_class for use by the blkdev LED trigger
` [PATCH v3 3/3] leds: trigger: Add block device "

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

[PATCH] Fixes: leds: lp50xx: Fix bank enable mask
 2021-09-14 16:06 UTC 

[PATCH v6 00/19] auxdisplay: ht16k33: Add character display support
 2021-09-14 14:38 UTC  (20+ messages)
` [PATCH v6 01/19] uapi: Add <linux/map_to_14segment.h>
` [PATCH v6 02/19] dt-bindings: auxdisplay: ht16k33: Document Adafruit segment displays
` [PATCH v6 03/19] auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
` [PATCH v6 04/19] auxdisplay: img-ascii-lcd: Add helper variable dev
` [PATCH v6 05/19] auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()
` [PATCH v6 06/19] auxdisplay: Extract character line display core support
` [PATCH v6 07/19] auxdisplay: linedisp: Use kmemdup_nul() helper
` [PATCH v6 08/19] auxdisplay: linedisp: Add support for changing scroll rate
` [PATCH v6 09/19] auxdisplay: ht16k33: Connect backlight to fbdev
` [PATCH v6 10/19] auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()
` [PATCH v6 11/19] auxdisplay: ht16k33: Remove unneeded error check in keypad probe()
` [PATCH v6 12/19] auxdisplay: ht16k33: Convert to simple i2c probe function
` [PATCH v6 13/19] auxdisplay: ht16k33: Add helper variable dev
` [PATCH v6 14/19] auxdisplay: ht16k33: Move delayed work
` [PATCH v6 15/19] auxdisplay: ht16k33: Extract ht16k33_brightness_set()
` [PATCH v6 16/19] auxdisplay: ht16k33: Extract frame buffer probing
` [PATCH v6 17/19] auxdisplay: ht16k33: Add support for segment displays
` [PATCH v6 18/19] dt-bindings: auxdisplay: ht16k33: Document LED subnode
` [PATCH v6 19/19] auxdisplay: ht16k33: Add LED support

[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 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 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  (7+ messages)
` [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  (6+ 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


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).