Linux-LEDs Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 07:41:30 to 2021-05-25 20:04:45 UTC [more...]

Naming of HID LED devices
 2021-05-25 20:04 UTC  (6+ messages)

[PATCH 0/5] RTL8231 GPIO expander support
 2021-05-25 18:00 UTC  (72+ messages)
` [PATCH 1/5] dt-bindings: leds: Binding for RTL8231 scan matrix
` [PATCH 2/5] dt-bindings: mfd: Binding for RTL8231
` [PATCH 3/5] mfd: Add RTL8231 core device
` [PATCH 4/5] pinctrl: Add RTL8231 pin control and GPIO support
` [PATCH 5/5] leds: Add support for RTL8231 LED scan matrix
` [PATCH v2 0/7] RTL8231 GPIO expander support
  ` [PATCH v2 1/7] regmap: Add MDIO bus support
  ` [PATCH v2 2/7] gpio: regmap: Add configurable dir/value order
  ` [PATCH v2 3/7] dt-bindings: leds: Binding for RTL8231 scan matrix
  ` [PATCH v2 4/7] dt-bindings: mfd: Binding for RTL8231
  ` [PATCH v2 5/7] mfd: Add RTL8231 core device
  ` [PATCH v2 6/7] pinctrl: Add RTL8231 pin control and GPIO support
  ` [PATCH v2 7/7] leds: Add support for RTL8231 LED scan matrix
  ` (subset) [PATCH v2 0/7] RTL8231 GPIO expander support
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] gpio: regmap: Add quirk for output data register
  ` [PATCH v3 2/6] dt-bindings: leds: Binding for RTL8231 scan matrix
  ` [PATCH v3 3/6] dt-bindings: mfd: Binding for RTL8231
  ` [PATCH v3 4/6] mfd: Add RTL8231 core device
  ` [PATCH v3 5/6] pinctrl: Add RTL8231 pin control and GPIO support
  ` [PATCH v3 6/6] leds: Add support for RTL8231 LED scan matrix

[PATCH 1/1] leds: as3645a: Fix error return code in as3645a_parse_node()
 2021-05-25 16:42 UTC  (2+ messages)

[PATCH v1 00/28] leds: cleanups and fwnode refcounting bug fixes
 2021-05-24 18:39 UTC  (5+ messages)

[PATCH v14 0/2] leds: mt6360: Add LED driver for MT6360
 2021-05-24 15:24 UTC  (3+ messages)
` [PATCH v14 1/2] dt-bindings: leds: Add bindings for MT6360 LED
` [PATCH v14 2/2] leds: mt6360: Add LED driver for MT6360

[PATCH] leds: ktd2692: Fix an error handling path
 2021-05-21 11:21 UTC 

[PATCH v2 00/17] Adding support for controlling the leds found on Intel NUC
 2021-05-21  9:57 UTC  (45+ messages)
` [PATCH v2 02/17] leds: add support for NUC WMI LEDs
` [PATCH v2 03/17] leds: leds-nuc: detect WMI API detection
` [PATCH v2 04/17] leds: leds-nuc: add support for changing S0 brightness
` [PATCH v2 05/17] leds: leds-nuc: add all types of brightness
` [PATCH v2 06/17] leds: leds-nuc: allow changing the LED colors
` [PATCH v2 07/17] leds: leds-nuc: add support for WMI API version 1.0
` [PATCH v2 08/17] leds: leds-nuc: add basic support for NUC6 WMI
` [PATCH v2 09/17] leds: leds-nuc: add brightness and color for NUC6 API
` [PATCH v2 10/17] leds: leds-nuc: Add support to blink behavior for NUC8/10
` [PATCH v2 11/17] leds: leds-nuc: get rid of an unused variable
` [PATCH v2 12/17] leds: leds-nuc: implement blink control for NUC6
` [PATCH v2 13/17] leds: leds-nuc: better detect NUC6/NUC7 devices
` [PATCH v2 14/17] leds: leds-nuc: add support for HDD activity default
` [PATCH v2 15/17] leds: leds-nuc: fix software blink behavior logic
` [PATCH v2 16/17] leds: leds-nuc: add support for changing the ethernet type indicator
` [PATCH v2 17/17] leds: leds-nuc: add support for changing the power limit scheme

[PATCH v7 1/4] mfd: rt4831: Adds support for Richtek RT4831
 2021-05-19 14:51 UTC  (8+ messages)
` [PATCH v7 2/4] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight
` [PATCH v7 3/4] mfd: rt4831: Adds DT binding document for Richtek RT4831
` [PATCH v7 4/4] backlight: rt4831: Adds support for Richtek RT4831 backlight

[PATCH 1/1] leds: blinkm: remove unused variable 'ret' in blinkm_init_hw()
 2021-05-19 12:41 UTC 

[PATCH 0/2] Device Tree support for LP5562 predefined patterns
 2021-05-17 20:07 UTC  (9+ messages)
` [PATCH 1/2] leds: lp55xx: support predefined pattern in Device Tree
` [PATCH 2/2] dt: bindings: lp55xx: Add predefined LED pattern

[PATCH 00/17] Add an experimental driver for Intel NUC leds
 2021-05-17 12:19 UTC  (31+ messages)
` [PATCH 01/17] staging: add support for NUC WMI LEDs
` [PATCH 02/17] staging: nuc-wmi: detect WMI API detection
` [PATCH 03/17] staging: nuc-wmi: add support for changing S0 brightness
` [PATCH 04/17] staging: nuc-wmi: add all types of brightness
` [PATCH 05/17] staging: nuc-wmi: allow changing the LED colors
` [PATCH 06/17] staging: nuc-wmi: add support for WMI API version 1.0
` [PATCH 07/17] staging: nuc-wmi: add basic support for NUC6 WMI
` [PATCH 08/17] staging: muc-wmi: add brightness and color for NUC6 API
` [PATCH 09/17] staging: nuc-wmi: Add support to blink behavior for NUC8/10
` [PATCH 10/17] staging: nuc-wmi: get rid of an unused variable
` [PATCH 11/17] staging: nuc-wmi: implement blink control for NUC6
` [PATCH 12/17] staging: nuc-wmi: better detect NUC6/NUC7 devices
` [PATCH 13/17] staging: nuc-led: add support for HDD activity default
` [PATCH 14/17] staging: nuc-wmi: fix software blink behavior logic
` [PATCH 15/17] staging: nuc-wmi: add support for changing the ethernet type indicator
` [PATCH 16/17] staging: nuc-wmi: add support for changing the power limit scheme
` [PATCH 17/17] staging: nuc-led: update the TODOs

[PATCH -next] leds: class: fix W=1 warnings in led-class.c
 2021-05-17  4:48 UTC 

[RFC 0/2] Regression in lp55xx driver since multicolor framework was added?
 2021-05-17  2:27 UTC  (4+ messages)
` [RFC 1/2] dt-bindings: leds: Add color as a required property for lp55xx controller
` [RFC 2/2] ARM: dts: imx6dl-yapp4: Fix lp5562 driver probe

[PATCH v6 0/4] Qualcomm Light Pulse Generator
 2021-05-13 17:43 UTC  (4+ messages)
` [PATCH v6 2/4] leds: Add driver for Qualcomm LPG

[PATCH 09/69] leds: lp5523: check return value of lp5xx_read and jump to cleanup code
 2021-05-13 15:25 UTC  (2+ messages)

[PATCH 0/5] leds: Support retaining state for the PCA955x
 2021-05-13  4:51 UTC  (3+ messages)
` [PATCH 2/5] leds: leds-core: Implement the retain-state-shutdown property

[PATCH] leds: Fix reference file name of documentation
 2021-05-11 19:48 UTC  (2+ messages)

[PATCH] dt-bindings: leds: common: add disk write/read and usb-host
 2021-05-11 19:49 UTC  (2+ messages)

[PATCH v7 1/4] mfd: rt4831: Adds support for Richtek RT4831
 2021-05-12 15:21 UTC  (4+ messages)
` [PATCH v7 2/4] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight
` [PATCH v7 3/4] mfd: rt4831: Adds DT binding document for Richtek RT4831
` [PATCH v7 4/4] backlight: rt4831: Adds support for Richtek RT4831 backlight

[PATCH -next] leds: turris-omnia: add missing MODULE_DEVICE_TABLE
 2021-05-12  6:49 UTC 

[PATCH v3 1/1] kernel.h: Split out panic and oops helpers
 2021-05-11 14:35 UTC  (2+ messages)

Linux kernel: updating acer-wmi
 2021-05-11 14:06 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).