linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-12 21:13:55 to 2021-07-27 00:06:29 UTC [more...]

[PATCH net-next 5/5] igc: Export LEDs
 2021-07-27  0:06 UTC  (21+ messages)

[PATCH] leds: class: don't expose brightness attributes if needed callbacks aren't implemented
 2021-07-24 20:25 UTC 

[RFC PATCH 0/6] leds: Fix pca955x GPIO pin mappings
 2021-07-23  7:58 UTC  (7+ messages)
` [RFC PATCH 1/6] pinctrl: Add pinctrl_gpio_as_pin()
` [RFC PATCH 2/6] pinctrl: Add hook for device-specific map parsing
` [RFC PATCH 3/6] leds: pca955x: Relocate chipdef-related descriptors
` [RFC PATCH 4/6] leds: pca955x: Use pinctrl to map GPIOs to pins
` [RFC PATCH 5/6] ARM: dts: rainier: Add presence-detect and fault indictor GPIO expander
` [RFC PATCH 6/6] pinctrl: Check get_group_pins callback on init

[PATCH] leds: Don't emit brightness set error message if LED supports hw triggers only
 2021-07-22 20:25 UTC 

[PATCH] leds: triggers: Improve handling of LEDs supporting hw triggers only
 2021-07-22 20:16 UTC 

[PATCH 0/3] HID: playstation: add LED support
 2021-07-22 16:22 UTC  (5+ messages)
` [PATCH 2/3] leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers

[PATCH 0/2] leds: change led_brightness definition from enum to typedef
 2021-07-19 12:08 UTC  (13+ messages)
` [PATCH 2/2] drivers/leds/TODO: update TODO to reflect changes
  ` [PATCH 1/2] swap led_brightness from enum to typedef

[PATCH v2 0/7] leds: Support retaining state for the PCA955x
 2021-07-16 22:03 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: leds: Add retain-state-shutdown boolean
` [PATCH v2 2/7] leds: leds-core: Implement the retain-state-shutdown property
` [PATCH v2 3/7] leds: pca955x: Clean up code formatting
` [PATCH v2 4/7] leds: pca955x: Add brightness_get function
` [PATCH v2 5/7] leds: pca955x: Implement the default-state property
` [PATCH v2 6/7] leds: pca955x: Let the core process the fwnode
` [PATCH v2 7/7] leds: pca955x: Switch to i2c probe_new

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

[PATCH 1/6] HID: hid-input: Add offhook and ring LEDs for headsets
 2021-07-16 17:23 UTC  (5+ messages)

[PATCH v15 0/2] leds: mt6360: Add LED driver for MT6360
 2021-07-16  8:17 UTC  (3+ messages)
` [PATCH v15 1/2] dt-bindings: leds: Add bindings for MT6360 LED
` [PATCH v15 2/2] leds: mt6360: Add LED driver for MT6360

[PATCH v14 0/2] leds: mt6360: Add LED driver for MT6360
 2021-07-16  6:27 UTC  (4+ messages)

[PATCH] v4l2-flash-led-class.h: use typedef over enum
 2021-07-16  4:43 UTC 

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

[PATCH v2 01/13] leds: core: The -ENOTSUPP should never be seen by user space
 2021-07-13  7:34 UTC  (3+ messages)

[PATCH v8 0/2] leds: pwm: add support for default-state device
 2021-07-13  4:56 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 01/93] leds: tlc591xx: fix return value check in tlc591xx_probe()
 2021-07-12 21:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 87/93] leds: turris-omnia: add missing MODULE_DEVICE_TABLE

[PATCH v3 0/4] add device drivers for Siemens Industrial PCs
 2021-07-12 16:11 UTC  (5+ messages)

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

[PATCH AUTOSEL 5.12 001/104] leds: tlc591xx: fix return value check in tlc591xx_probe()
 2021-07-10  2:21 UTC  (2+ messages)
` [PATCH AUTOSEL 5.12 098/104] leds: turris-omnia: add missing MODULE_DEVICE_TABLE

[PATCH AUTOSEL 5.13 001/114] leds: tlc591xx: fix return value check in tlc591xx_probe()
 2021-07-10  2:15 UTC 

[PATCH v5 0/8] RTL8231 GPIO expander support
 2021-07-08 14:23 UTC  (9+ messages)
` [PATCH v5 1/8] regmap: Support atomic forced uncached reads
` [PATCH v5 2/8] gpio: regmap: Add quirk for aliased data registers
` [PATCH v5 7/8] leds: Add support for RTL8231 LED scan matrix

[PATCH] leds: remove ide-disk trigger
 2021-07-05 20:34 UTC  (3+ messages)

[PATCH] leds: is31fl32xx: Fix missing error code in is31fl32xx_parse_dt()
 2021-07-03 20:19 UTC  (3+ messages)

[PATCH 1/6] leds: aat1290: Move driver to flash subdirectory
 2021-07-03 20:15 UTC  (2+ messages)

[GIT PULL] LEDs changes for v5.14-rc1
 2021-07-03 19:40 UTC  (2+ messages)

[RFC PATCH] leds: trigger: use RCU to protect the led_cdevs list
 2021-06-30 20:14 UTC 

lockdep issue with trig->leddev_list_lock again/still?
 2021-06-28 20:07 UTC 

[PATCH v9 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2021-06-25 13:15 UTC  (7+ messages)
` [PATCH v9 2/2] leds: Add driver for Qualcomm LPG

[PATCH 17/17] auxdisplay: ht16k33: Add segment display LED support
 2021-06-25 12:39 UTC  (4+ messages)

LEDs with hardware-accelerated patterns, suspend indication
 2021-06-25  9:18 UTC  (5+ messages)

[RFC 0/2] Regression in lp55xx driver since multicolor framework was added?
 2021-06-24  7:54 UTC  (4+ messages)
` [RFC 2/2] ARM: dts: imx6dl-yapp4: Fix lp5562 driver probe

[PATCH] leds: lgm: Fix up includes
 2021-06-23 21:24 UTC  (2+ messages)

[PATCH] leds: ktd2692: Fix an error handling path
 2021-06-23 20:26 UTC  (2+ messages)

[PATCH 1/1] leds: blinkm: remove unused variable 'ret' in blinkm_init_hw()
 2021-06-23 20:20 UTC  (2+ messages)

[PATCH -next] leds: class: fix W=1 warnings in led-class.c
 2021-06-23 20:18 UTC  (2+ messages)

[PATCH 1/1] leds: as3645a: Fix error return code in as3645a_parse_node()
 2021-06-23 20:15 UTC  (2+ messages)

[PATCH -next] leds: turris-omnia: add missing MODULE_DEVICE_TABLE
 2021-06-23 20:11 UTC  (2+ messages)

[PATCH] leds: lp55xx: Initialize enable GPIO direction to output
 2021-06-23 20:10 UTC  (2+ messages)

[PATCH v8 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2021-06-22 11:51 UTC  (3+ messages)
` [PATCH v8 2/2] leds: Add driver for Qualcomm LPG

[PATCH] platform/x86: add support for Acer Predator LEDs
 2021-06-22 10:46 UTC  (12+ messages)
` [PATCH v2] "
              ` input devices vs. keyboard backlights [WAS: [PATCH v2] platform/x86: add support for Acer Predator LEDs]

[PATCH 1/2] ARM: davinci: dm644x: Convert LEDs to GPIO descriptor table
 2021-06-13  0:20 UTC  (4+ messages)
` [PATCH 2/2] ARM: davinci: dm646x: "


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