linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 03:11:45 to 2021-08-10 17:29:30 UTC [more...]

[PATCH net-next 5/5] igc: Export LEDs
 2021-08-10 17:29 UTC  (39+ messages)
                            ` Documentation for naming LEDs was "

[RFC PATCH v2 00/10] Add configurable block device LED triggers
 2021-08-10 16:43 UTC  (26+ 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-10 13:54 UTC  (16+ 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: trigger: Add invert attribute to ledtrig-audio
 2021-08-10 13:52 UTC  (4+ messages)

[PATCH 1/6] HID: hid-input: Add offhook and ring LEDs for headsets
 2021-08-09 18:30 UTC  (6+ messages)

[PATCH v3] leds: leds-multi-gpio: Add multiple GPIOs LED driver
 2021-08-09  6:29 UTC  (3+ 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  (11+ messages)

[PATCH 0/3] HID: playstation: add LED support
 2021-08-03 23:29 UTC  (7+ messages)
` [PATCH 2/3] leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers

[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  (12+ messages)
  ` [PATCH 1/2] swap led_brightness "

[PATCH v3 0/5] Add support for QCOM SPMI Flash LEDs
 2021-08-03 16:26 UTC  (6+ 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

lp50xx: LED banking appears to be broken
 2021-08-02 22:17 UTC  (2+ messages)

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

[PATCH 2/3] leds: lp50xx: KConfig: fix dependencies
 2021-08-02 11:25 UTC  (3+ messages)
` [PATCH 1/3] leds: lp50xx: Fix chip name in KConfig
  ` [PATCH 3/3] leds: lp50xx: LP5009 supports three LED banks

[PATCH v2 0/4] add device drivers for Siemens Industrial PCs
 2021-08-02  9:21 UTC  (3+ messages)

[RFC PATCH 0/8] Add configurable block device LED triggers
 2021-07-30  5:22 UTC  (25+ messages)
` [RFC PATCH 1/8] docs: Add block device LED trigger documentation
` [RFC PATCH 2/8] block: Add block device LED trigger list
` [RFC PATCH 3/8] block: Add kernel APIs to create & delete block device LED triggers
` [RFC PATCH 4/8] block: Add block class attributes to manage LED trigger list
` [RFC PATCH 5/8] block: Add block device LED trigger info to struct genhd
` [RFC PATCH 6/8] block: Add kernel APIs to set & clear per-block device LED triggers
` [RFC PATCH 7/8] block: Add block device attributes to set & clear "
` [RFC PATCH 8/8] block: Blink device LED when request is sent to low-level driver

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

[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 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  (3+ messages)
` [PATCH v3 18/19] dt-bindings: auxdisplay: ht16k33: Document LED subnode

[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 


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