Linux LED subsystem development
 help / color / mirror / Atom feed
 messages from 2021-09-18 14:43:33 to 2021-10-19 14:46:53 UTC [more...]

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

[PATCH V2 0/3] Add PM8350C PMIC PWM support for backlight
 2021-10-19 10:48 UTC  (4+ messages)
` [PATCH V2 1/3] dt-bindings: leds: Add pm8350c pmic support
` [PATCH V2 2/3] leds: Add pm8350c support to Qualcomm LPG driver
` [PATCH V2 3/3] arm64: dts: qcom: pm8350c: Add pwm support

[PATCH v3 0/3] HID: playstation: add LED support
 2021-10-18 15:40 UTC  (9+ messages)
` [PATCH v3 2/3] leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers

[PATCH v10 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2021-10-16 14:36 UTC  (3+ messages)
` [PATCH v10 2/2] leds: Add driver for Qualcomm LPG

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

[PATCH 1/3] dt-bindings: leds: Deprecate `linux,default-trigger` property
 2021-10-14 11:58 UTC  (8+ messages)
` [PATCH 2/3] dt-bindings: leds: Add `excludes` property
` [PATCH 3/3] dt-bindings: leds: Allow for multiple colors in the `color` property

[PATCH v2 0/8] Arm boards syscon 'unit_address_format' clean-ups
 2021-10-13 22:22 UTC  (6+ messages)
` [PATCH v2 1/8] dt-bindings: leds: Convert register-bit-led binding to DT schema
` [PATCH v2 2/8] dt-bindings: leds: register-bit-led: Use 'reg' instead of 'offset'

[PATCH] leds: trigger: Disable CPU trigger on PREEMPT_RT
 2021-10-13 18:08 UTC  (16+ messages)
                  ` [PATCH v2] "

[PATCH v6 00/19] auxdisplay: ht16k33: Add character display support
 2021-10-12 15:08 UTC  (16+ messages)
` [PATCH v6 09/19] auxdisplay: ht16k33: Connect backlight to fbdev
` [PATCH v6 14/19] auxdisplay: ht16k33: Move delayed work
` [PATCH v6 15/19] auxdisplay: ht16k33: Extract ht16k33_brightness_set()
` [PATCH v6 16/19] auxdisplay: ht16k33: Extract frame buffer probing
` [PATCH v6 17/19] auxdisplay: ht16k33: Add support for segment displays
` [PATCH v6 19/19] auxdisplay: ht16k33: Add LED support

[PATCH v2 1/2] dt-bindings: leds: Add Allwinner R329/D1 LED controller
 2021-10-12  1:14 UTC  (4+ messages)
` [PATCH v2 2/2] leds: sunxi: New driver for the "

[PATCH 5.14 032/151] ARM: dts: imx6dl-yapp4: Fix lp5562 LED driver probe
 2021-10-11 13:45 UTC 

[PATCH 5.10 18/83] ARM: dts: imx6dl-yapp4: Fix lp5562 LED driver probe
 2021-10-11 13:45 UTC 

[PATCH v8 0/2] Introduce block device LED trigger
 2021-10-09 15:39 UTC  (3+ messages)
` [PATCH v8 1/2] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v8 2/2] leds: trigger: Add block device LED trigger

[PATCH v7 0/2] Introduce block device LED trigger
 2021-10-08 19:12 UTC  (3+ messages)
` [PATCH v7 1/2] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v7 2/2] leds: trigger: Add block device LED trigger

[PATCH v6 0/2] Introduce block device LED trigger
 2021-10-08 18:50 UTC  (4+ messages)
` [PATCH v6 1/2] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v6 2/2] leds: trigger: Add block device LED trigger

[RESEND PATCH v5 0/2] Introduce block device LED trigger
 2021-10-08 14:04 UTC  (7+ messages)
` [RESEND PATCH v5 1/2] docs: Add block device (blkdev) LED trigger documentation
` [RESEND PATCH v5 2/2] leds: trigger: Add block device LED trigger

[PATCH v3 0/5] Add support for QCOM SPMI Flash LEDs
 2021-10-08  2:12 UTC  (6+ messages)
` [PATCH v3 2/5] leds: Add driver "

lets settle the LED `function` property regarding the netdev trigger
 2021-10-07 17:13 UTC  (17+ messages)

[PATCH v9 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2021-10-06  7:44 UTC  (5+ messages)

[PATCH v15 0/2] leds: mt6360: Add LED driver for MT6360
 2021-10-05 19:33 UTC  (3+ messages)

[PATCH v4 0/2] Introduce block device LED trigger
 2021-10-05 12:24 UTC  (8+ messages)
` [PATCH v4 1/2] docs: Add block device (blkdev) LED trigger documentation

[PATCH] leds: LP50XX should select REGMAP_I2C
 2021-10-04 23:20 UTC 

devicename part of LEDs under ethernet MAC / PHY
 2021-10-04 12:14 UTC  (11+ messages)
    ` are device names part of sysfs ABI? (was Re: devicename part of LEDs under ethernet MAC / PHY)

[PATCH 1/3] net: phy: mscc: Add possibilty to disable combined LED mode
 2021-10-01 10:52 UTC  (2+ messages)

[PATCH v2 00/11] gpio: msc313: Add gpio support for ssd20xd
 2021-09-27 22:51 UTC  (14+ messages)
` [PATCH v2 01/11] dt-bindings: gpio: msc313: Add compatible "
` [PATCH v2 02/11] dt-bindings: gpio: msc313: Add offsets "
` [PATCH v2 03/11] dt-bindings: leds: Document "activity" trigger
` [PATCH v2 04/11] gpio: msc313: Code clean ups
` [PATCH v2 05/11] gpio: msc313: Add support for SSD201 and SSD202D
` [PATCH v2 06/11] ARM: dts: mstar: Set gpio compatible for ssd20xd
` [PATCH v2 07/11] ARM: dts: mstar: unitv2: Wire up LEDs
` [PATCH v2 08/11] ARM: dts: mstar: unitv2: Add core regulator
` [PATCH v2 09/11] ARM: dts: mstar: unitv2: Add io regulator
` [PATCH v2 10/11] ARM: dts: mstar: unitv2: Add DRAM regulator
` [PATCH v2 11/11] ARM: dts: mstar: unitv2: Add wifi switch

[PATCH] leds: trigger: use RCU to protect the led_cdevs list
 2021-09-27 14:20 UTC  (3+ messages)

[PATCH] [v2] led-class-flash: fix -Wrestrict warning
 2021-09-27 14:09 UTC  (2+ messages)

[PATCH] led-class-flash: fix -Wrestrict warning
 2021-09-27 13:12 UTC  (4+ messages)

[PATCH 0/2] leds: pca955x: Expose GPIOs for all pins
 2021-09-24  3:49 UTC  (6+ messages)
` [PATCH 1/2] leds: pca955x: Make the gpiochip always expose "
` [PATCH 2/2] leds: pca955x: Allow zero LEDs to be specified

[PATCH] leds: gpio: Always provide cdev->brightness_set_blocking()
 2021-09-22 17:21 UTC 

[PATCH v9 0/7] Add support for the IEI WT61P803 PUZZLE MCU
 2021-09-22 13:37 UTC  (8+ messages)
` [PATCH v9 2/7] drivers: mfd: Add a driver for "

[PATCH 1/2] ARM: dts: imx6dl-yapp4: Fix lp5562 LED driver probe
 2021-09-22  3:10 UTC  (2+ messages)

[PATCH v5 0/2] Introduce block device LED trigger
 2021-09-20 20:56 UTC  (3+ messages)
` [PATCH v5 1/2] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v5 2/2] leds: trigger: Add block device LED trigger

[PATCH] dt-bindings: leds: document rfkill default action
 2021-09-19 20:38 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox