linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-03 04:07:33 to 2021-09-04 16:58:15 UTC [more...]

[PATCH 00/18] Introduce block device LED trigger
 2021-09-04 16:57 UTC  (27+ 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 v2 0/3] HID: playstation: add LED support
 2021-09-03 16:17 UTC  (7+ 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/2] dt-bindings: leds: Add Allwinner R329/D1 LED controller
 2021-09-03 15:56 UTC  (7+ messages)
` [PATCH 2/2] leds: sunxi: New driver for the "

[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 1/6] HID: hid-input: Add offhook and ring LEDs for headsets
 2021-08-31 19:11 UTC  (7+ messages)

[PATCH v3 0/5] Add support for QCOM SPMI Flash LEDs
 2021-08-29 17:59 UTC  (11+ messages)
` [PATCH v3 1/5] dt-bindings: leds: Add binding for qcom-spmi-flash
` [PATCH v3 2/5] leds: Add driver for QCOM SPMI Flash LEDs
` [PATCH v3 3/5] ARM: qcom_defconfig: Enable "
` [PATCH v3 4/5] ARM: dts: qcom: pm8941: Add nodes for "
` [PATCH v3 5/5] ARM: dts: qcom: msm8974-hammerhead: Enable and configure flash LED node

[PATCH] leds: lp50xx: Fix bank enable mask
 2021-08-28 21:42 UTC 

[PATCH net-next 5/5] igc: Export LEDs
 2021-08-26 12:45 UTC  (27+ messages)
                  ` Documentation for naming LEDs was "

[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 

pending patches
 2021-08-20  8:06 UTC  (2+ messages)

[RFC PATCH v3 00/18] Add block device LED trigger
 2021-08-19  2:50 UTC  (19+ messages)
` [RFC PATCH v3 01/18] docs: Add block device (blkdev) LED trigger documentation
` [RFC PATCH v3 02/18] block: Add get_disk_by_name() for use by blkdev LED trigger
` [RFC PATCH v3 03/18] ledtrig-blkdev: Add file (ledtrig-blkdev.c) for block device "
` [RFC PATCH v3 04/18] ledtrig-blkdev: Add misc. helper functions to blkdev "
` [RFC PATCH v3 05/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
` [RFC PATCH v3 06/18] block: Add LED trigger pointer to struct gendisk
` [RFC PATCH v3 07/18] ledtrig-blkdev: Add function to initialize gendisk ledtrig member
` [RFC PATCH v3 08/18] ledtrig-blkdev: Add function to remove LED/device association
` [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

[PATCH 1/2] ARM: dts: imx6dl-yapp4: Fix lp5562 LED driver probe
 2021-08-18  7:08 UTC  (2+ messages)

[PATCH v3] leds: leds-multi-gpio: Add multiple GPIOs LED driver
 2021-08-18  7:01 UTC  (4+ messages)

[PATCH 1/3] leds: lp50xx: Fix chip name in KConfig
 2021-08-18  6:59 UTC  (2+ messages)

[PATCH v8 0/2] leds: pwm: add support for default-state device
 2021-08-18  6:28 UTC  (2+ messages)

[PATCH] leds: flash: Remove redundant initialization of variable ret
 2021-08-16  7:55 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: net: add RTL8152 binding documentation
 2021-08-14 23:00 UTC  (3+ messages)

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

[RFC PATCH v2 00/10] Add configurable block device LED triggers
 2021-08-11 10:50 UTC  (28+ messages)
` [RFC PATCH v2 01/10] docs: Add block device LED trigger documentation
` [RFC PATCH v2 02/10] block: Add file (blk-ledtrig.c) for block device LED trigger implementation
` [RFC PATCH v2 03/10] block: Add block device LED trigger fields to gendisk structure
` [RFC PATCH v2 04/10] block: Add functions to set & clear block device LEDs
` [RFC PATCH v2 05/10] block: Add block device sysfs attribute to set/clear/show LED
` [RFC PATCH v2 06/10] block: Add activate and deactivate functions for block device LED trigger
` [RFC PATCH v2 07/10] block: Add sysfs attributes to LEDs associated with blkdev trigger
` [RFC PATCH v2 08/10] block: Add init function for block device LED trigger
` [RFC PATCH v2 09/10] block: Blink device LED (if any) when request is sent to its driver
` [RFC PATCH v2 10/10] block: Add config option to enable block device LED triggers

[RFC PATCH 0/6] leds: Fix pca955x GPIO pin mappings
 2021-08-11  0:24 UTC  (14+ messages)
` [RFC PATCH 1/6] pinctrl: Add pinctrl_gpio_as_pin()
` [RFC PATCH 4/6] leds: pca955x: Use pinctrl to map GPIOs to pins

[PATCH] leds: trigger: Add invert attribute to ledtrig-audio
 2021-08-10 13:52 UTC  (4+ messages)

[PATCH v1 1/1] leds: lgm-sso: Propagate error codes from callee to caller
 2021-08-07  7:16 UTC  (2+ messages)

[pavel-linux-leds:for-next 9/18] drivers/leds/blink/leds-lgm-sso.c:635:4: warning: Value stored to 'ret' is never read [clang-analyzer-deadcode.DeadStores]
 2021-08-05 11:16 UTC  (2+ messages)

[PATCH] leds: led-core: The value of delay_on and delay_off remains when led off
 2021-08-04 16:13 UTC  (2+ messages)

leds: netdev trigger - misleading link state indication at boot
 2021-08-04 16:01 UTC  (2+ messages)

lp5523/lp5xx-common : Keyboard and RGB LEDs Not Working on Nokia N900
 2021-08-04 15:59 UTC  (3+ messages)

LED subsystem lagging maintenance
 2021-08-04  7:36 UTC  (6+ messages)

[PATCH v2 01/13] leds: core: The -ENOTSUPP should never be seen by user space
 2021-08-03 21:51 UTC  (8+ messages)
` [PATCH v2 09/13] leds: lm3697: Update header block to reflect reality
` [PATCH v2 12/13] leds: rt8515: Put fwnode in any case during ->probe()

[PATCH 0/2] leds: change led_brightness definition from enum to typedef
 2021-08-03 21:38 UTC  (4+ messages)
  ` [PATCH 1/2] swap led_brightness "


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