linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-29 00:12:05 to 2021-05-18 08:39:34 UTC [more...]

[PATCH 0/5] RTL8231 GPIO expander support
 2021-05-18  8:39 UTC  (29+ 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

[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 v7 1/4] mfd: rt4831: Adds support for Richtek RT4831
 2021-05-17 14:36 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 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 v1 00/28] leds: cleanups and fwnode refcounting bug fixes
 2021-05-17  7:30 UTC  (30+ messages)
` [PATCH v1 01/28] leds: class: The -ENOTSUPP should never be seen by user space
` [PATCH v1 02/28] leds: core: "
` [PATCH v1 03/28] leds: el15203000: Give better margin for usleep_range()
` [PATCH v1 04/28] leds: el15203000: Make error handling more robust
` [PATCH v1 05/28] leds: el15203000: Correct headers (of*.h -> mod_devicetable.h)
` [PATCH v1 06/28] leds: el15203000: Introduce to_el15203000_led() helper
` [PATCH v1 07/28] leds: lgm-sso: Fix clock handling
` [PATCH v1 08/28] leds: lgm-sso: Put fwnode in any case during ->probe()
` [PATCH v1 09/28] leds: lgm-sso: Don't spam logs when probe is deferred
` [PATCH v1 10/28] leds: lgm-sso: Remove unneeded of_match_ptr()
` [PATCH v1 11/28] leds: lgm-sso: Remove explicit managed resource cleanups
` [PATCH v1 12/28] leds: lgm-sso: Drop duplicate NULL check for GPIO operations
` [PATCH v1 13/28] leds: lgm-sso: Convert to use list_for_each_entry*() API
` [PATCH v1 14/28] leds: lm3532: select regmap I2C API
` [PATCH v1 15/28] leds: lm3532: Make error handling more robust
` [PATCH v1 16/28] leds: lm36274: Put fwnode in error case during ->probe()
` [PATCH v1 17/28] leds: lm36274: Correct headers (of*.h -> mod_devicetable.h)
` [PATCH v1 18/28] leds: lm3692x: Put fwnode in any case during ->probe()
` [PATCH v1 19/28] leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h)
` [PATCH v1 20/28] leds: lm3697: Update header block to reflect reality
` [PATCH v1 21/28] leds: lm3697: Make error handling more robust
` [PATCH v1 22/28] leds: lm3697: Don't spam logs when probe is deferred
` [PATCH v1 23/28] leds: lp50xx: Put fwnode in error case during ->probe()
` [PATCH v1 24/28] leds: lt3593: Put fwnode in any "
` [PATCH v1 25/28] leds: lt3593: Make use of device properties
` [PATCH v1 26/28] leds: pwm: Make error handling more robust
` [PATCH v1 27/28] leds: rt8515: Put fwnode in any case during ->probe()
` [PATCH v1 28/28] leds: sgm3140: "

[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 1/1] leds: as3645a: Fix error return code in as3645a_parse_node()
 2021-05-15  3:06 UTC 

[PATCH v6 0/4] Qualcomm Light Pulse Generator
 2021-05-13 17:43 UTC  (16+ 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  (10+ messages)
` [PATCH 1/5] dt-bindings: leds: Add retain-state-shutdown boolean
` [PATCH 2/5] leds: leds-core: Implement the retain-state-shutdown property
` [PATCH 3/5] leds: pca955x: Clean up code formatting
` [PATCH 4/5] leds: pca955x: Add brightness_get function
` [PATCH 5/5] leds: pca955x: Implement the default-state property

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

[PATCH] dt-bindings: leds: common: add disk write/read and usb-host
 2021-05-11 19:49 UTC  (3+ 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 

[PATCH] leds: lp55xx: Initialize enable GPIO direction to output
 2021-05-10 20:40 UTC 

Personal
 2021-05-10 14:06 UTC 

[PATCH -next] leds: tlc591xx: fix return value check in tlc591xx_probe()
 2021-05-10  9:59 UTC  (2+ messages)

[PATCH led-next 1/1] leds: mlxreg: Provide conversion for hardware LED color code
 2021-05-07 15:28 UTC 

[BUG] leds-pca963x : scheduling while atomic
 2021-05-07 11:24 UTC 

[BUG] leds-pca963x : scheduling while atomic
 2021-05-07 10:17 UTC 

[PATCH v3 0/4] add device drivers for Siemens Industrial PCs
 2021-05-05 14:58 UTC  (13+ messages)
` [PATCH v3 2/4] leds: simatic-ipc-leds: add new driver for Siemens Industial PCs

[PATCH v7 0/6] Qualcomm Light Pulse Generator
 2021-05-04 16:29 UTC  (17+ messages)
` [PATCH v7 1/6] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
` [PATCH v7 2/6] leds: Add driver for Qualcomm LPG
` [PATCH v7 3/6] arm64: dts: qcom: Add LPG to pm8916, pm8994, pmi8994 and pmi8998
` [PATCH v7 4/6] arm64: dts: qcom: sdm845: Enable user LEDs on DB845c
` [PATCH v7 5/6] arm64: dts: qcom: pmi8994: Define MPP block
` [PATCH v7 6/6] arm64: dts: qcom: db820c: Add user LEDs

[GIT PULL] LEDs changes for v5.13-rc1
 2021-05-04 15:54 UTC  (5+ messages)

[RFC PATCH 0/2] leds: trigger: introduce block trigger
 2021-05-04 15:43 UTC  (16+ messages)
` [RFC PATCH 1/2] block: export block_class and disk_type symbols
` [RFC PATCH 2/2] leds: trigger: implement block trigger

[RESEND PATCH v6 1/4] mfd: rt4831: Adds support for Richtek RT4831
 2021-05-04  1:10 UTC  (7+ messages)
` [RESEND PATCH v6 2/4] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight
` [RESEND PATCH v6 3/4] mfd: rt4831: Adds DT binding document for Richtek RT4831

[PATCH] leds: trigger/tty: Use led_set_brightness() to support all use cases
 2021-05-03 10:16 UTC  (2+ messages)

Broken LP5562 LEDs since multicolor framework was added
 2021-04-30 14:44 UTC 

[PATCH] leds: ledtrig-pattern: Use last_repeat when applying hw pattern
 2021-04-30 13:41 UTC  (2+ messages)

[PATCH] leds: led-core: The value of delay_on and delay_off remains when led off
 2021-04-29 12:59 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 NNTP newsgroup(s).