linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-18 15:09:46 to 2021-05-29 11:19:56 UTC [more...]

[PATCH v2 01/13] leds: core: The -ENOTSUPP should never be seen by user space
 2021-05-29 11:19 UTC  (13+ messages)
` [PATCH v2 02/13] leds: el15203000: Give better margin for usleep_range()
` [PATCH v2 03/13] leds: el15203000: Correct headers (of*.h -> mod_devicetable.h)
` [PATCH v2 04/13] leds: lgm-sso: Put fwnode in any case during ->probe()
` [PATCH v2 05/13] leds: lgm-sso: Don't spam logs when probe is deferred
` [PATCH v2 06/13] leds: lgm-sso: Remove explicit managed GPIO resource cleanup
` [PATCH v2 07/13] leds: lgm-sso: Convert to use list_for_each_entry*() API
` [PATCH v2 08/13] leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h)
` [PATCH v2 09/13] leds: lm3697: Update header block to reflect reality
` [PATCH v2 10/13] leds: lm3697: Make error handling more robust
` [PATCH v2 11/13] leds: lt3593: Put fwnode in any case during ->probe()
` [PATCH v2 12/13] leds: rt8515: "
` [PATCH v2 13/13] leds: sgm3140: "

[PATCH v1 00/28] leds: cleanups and fwnode refcounting bug fixes
 2021-05-29 10:46 UTC  (44+ messages)
` [PATCH v1 02/28] leds: core: The -ENOTSUPP should never be seen by user space
` [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 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 11/28] leds: lgm-sso: Remove explicit managed resource cleanups
` [PATCH v1 21/28] leds: lm3697: Make error handling more robust
` [PATCH v1 28/28] leds: sgm3140: Put fwnode in any case during ->probe()

[PATCH] leds: remove unused variable
 2021-05-29  7:03 UTC 

[PATCH 1/6] leds: aat1290: Move driver to flash subdirectory
 2021-05-28 20:24 UTC  (6+ messages)
` [PATCH 2/6] leds: as3645a: "
` [PATCH 3/6] leds: max77693: "
` [PATCH 4/6] leds: sgm3140: "
` [PATCH 5/6] leds: lm3601x: "
` [PATCH 6/6] leds: ktd2692: "

[PATCH leds v1 0/5] Add support for offloading netdev trigger to HW
 2021-05-28 13:57 UTC  (13+ messages)
` [PATCH leds v1 1/5] leds: trigger: netdev: don't explicitly zero kzalloced data
` [PATCH leds v1 2/5] leds: trigger: add API for HW offloading of triggers
` [PATCH leds v1 3/5] leds: trigger: netdev: move trigger data structure to global include dir
` [PATCH leds v1 4/5] leds: trigger: netdev: support HW offloading
` [PATCH leds v1 5/5] leds: trigger: netdev: change spinlock to mutex

[PATCH v2 00/17] Adding support for controlling the leds found on Intel NUC
 2021-05-28 11:33 UTC  (42+ messages)
` [PATCH v2 02/17] leds: add support for NUC WMI LEDs
` [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 10/17] leds: leds-nuc: Add support to blink behavior for NUC8/10
` [PATCH v2 12/17] leds: leds-nuc: implement blink control for NUC6
` [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 00/15] Rid W=1 warnings from LED
 2021-05-28 10:35 UTC  (26+ messages)
` [PATCH 01/15] leds: trigger: ledtrig-cpu: Fix incorrectly documented param 'ledevt'
` [PATCH 02/15] leds: leds-gpio-register: Supply description for param 'id'
` [PATCH 03/15] leds: led-class: Fix incorrectly documented param 'dev'
` [PATCH 04/15] leds: leds-bcm6328: Demote kernel-doc abuse
` [PATCH 05/15] leds: leds-as3645a: Fix function name 'as3645a_set_current()'
` [PATCH 06/15] leds: leds-blinkm: Remove unused variable 'ret'
` [PATCH 07/15] leds: leds-is31fl32xx: Provide missing description for member 'sw_shutdown_func'
` [PATCH 08/15] leds: leds-lp3944: Provide missing function names in documentation headers
` [PATCH 09/15] leds: leds-lm3530: Fix incorrect spelling of 'brightness'
` [PATCH 10/15] leds: leds-lm3692x: Fix some kernel-doc formatting issues
` [PATCH 11/15] leds: leds-lm3697: Provide some missing descriptions for struct members
` [PATCH 12/15] leds: leds-mlxreg: Fix incorrect documentation of struct member 'led_cdev' and 'led_cdev_name'
` [PATCH 13/15] leds: leds-lp8860: Fix kernel-doc related formatting issues
` [PATCH 14/15] leds: leds-lm3692x: Demote non-complete kernel-doc
` [PATCH 15/15] leds: leds-mlxcpld: Fix a bunch of kernel-doc formatting issues

[PATCH 0/5] RTL8231 GPIO expander support
 2021-05-28  6:43 UTC  (65+ messages)
` [PATCH 1/5] dt-bindings: leds: Binding for RTL8231 scan matrix
` [PATCH 2/5] dt-bindings: mfd: Binding for RTL8231
` [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 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/2] dt-bindings: leds: backlight: qcom-wled: Add PMI8994 compatible
 2021-05-27 16:26 UTC  (6+ messages)
` [PATCH 2/2] video: "

LEDs with hardware-accelerated patterns, suspend indication
 2021-05-26 15:30 UTC 

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

[PATCH 1/1] leds: as3645a: Fix error return code in as3645a_parse_node()
 2021-05-25 16:42 UTC  (2+ 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 3/5] mfd: Add RTL8231 core device
 2021-05-19 15:11 UTC  (4+ messages)

[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 


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