linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-26 09:28:10 to 2020-06-22 18:59:47 UTC [more...]

[PATCH v29 00/16] Multicolor Framework v29
 2020-06-22 18:59 UTC  (7+ messages)
` [PATCH v29 02/16] leds: Add multicolor ID to the color ID list
` [PATCH v29 05/16] leds: lp50xx: Add the LP50XX family of the RGB LED driver
` [PATCH v29 06/16] dt-bindings: leds: Convert leds-lp55xx to yaml
` [PATCH v29 07/16] ARM: dts: n900: Add reg property to the LP5523 channel node
` [PATCH v29 13/16] leds: lp5523: Update the lp5523 code to add multicolor brightness function
` [PATCH v29 15/16] leds: lp55xx: Fix file permissions to use DEVICE_ATTR macros

Leds-gpio discarding the entries in /sys/class/leds : Linux 5.4.38
 2020-06-22 18:13 UTC  (10+ messages)

[RESEND PATCH v27 00/15] Multicolor Framework v27
 2020-06-22 13:04 UTC  (33+ messages)
` [RESEND PATCH v27 01/15] dt: bindings: Add multicolor class dt bindings documention
` [RESEND PATCH v27 02/15] leds: Add multicolor ID to the color ID list
` [RESEND PATCH v27 03/15] leds: multicolor: Introduce a multicolor class definition
` [RESEND PATCH v27 04/15] dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers
` [RESEND PATCH v27 05/15] leds: lp50xx: Add the LP50XX family of the RGB LED driver
` [RESEND PATCH v27 06/15] dt-bindings: leds: Convert leds-lp55xx to yaml
` [RESEND PATCH v27 07/15] ARM: dts: n900: Add reg property to the LP5523 channel node
` [RESEND PATCH v27 08/15] ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 "
` [RESEND PATCH v27 09/15] ARM: dts: ste-href: Add reg property to the LP5521 channel nodes
` [RESEND PATCH v27 10/15] leds: lp55xx: Convert LED class registration to devm_*
` [RESEND PATCH v27 11/15] leds: lp55xx: Add multicolor framework support to lp55xx
` [RESEND PATCH v27 12/15] leds: lp5523: Update the lp5523 code to add multicolor brightness function
` [RESEND PATCH v27 13/15] leds: lp5521: Add multicolor framework multicolor brightness support
` [RESEND PATCH v27 14/15] leds: lp55xx: Fix file permissions to use DEVICE_ATTR macros
` [RESEND PATCH v27 15/15] leds: lp5523: Fix various formatting issues in the code

[PATCH][next] leds: gpio: Use struct_size() in devm_kzalloc()
 2020-06-19 22:14 UTC 

[PATCH][next] leds: ns2: Use struct_size() in devm_kzalloc()
 2020-06-17 23:07 UTC 

[PATCH v28 00/15] Multicolor Framework v28
 2020-06-17 15:09 UTC  (16+ messages)
` [PATCH v28 01/15] dt: bindings: Add multicolor class dt bindings documention
` [PATCH v28 02/15] leds: Add multicolor ID to the color ID list
` [PATCH v28 03/15] leds: multicolor: Introduce a multicolor class definition
` [PATCH v28 04/15] dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers
` [PATCH v28 05/15] leds: lp50xx: Add the LP50XX family of the RGB LED driver
` [PATCH v28 06/15] dt-bindings: leds: Convert leds-lp55xx to yaml
` [PATCH v28 07/15] ARM: dts: n900: Add reg property to the LP5523 channel node
` [PATCH v28 08/15] ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 "
` [PATCH v28 09/15] ARM: dts: ste-href: Add reg property to the LP5521 channel nodes
` [PATCH v28 10/15] leds: lp55xx: Convert LED class registration to devm_*
` [PATCH v28 11/15] leds: lp55xx: Add multicolor framework support to lp55xx
` [PATCH v28 12/15] leds: lp5523: Update the lp5523 code to add multicolor brightness function
` [PATCH v28 13/15] leds: lp5521: Add multicolor framework multicolor brightness support
` [PATCH v28 14/15] leds: lp55xx: Fix file permissions to use DEVICE_ATTR macros
` [PATCH v28 15/15] leds: lp5523: Fix various formatting issues in the code

[PATCH v27 00/15] Multicolor Framework v27
 2020-06-16 10:54 UTC  (17+ messages)
` [PATCH v27 01/15] dt: bindings: Add multicolor class dt bindings documention
` [PATCH v27 02/15] leds: Add multicolor ID to the color ID list
` [PATCH v27 03/15] leds: multicolor: Introduce a multicolor class definition
` [PATCH v27 04/15] dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers
` [PATCH v27 05/15] leds: lp50xx: Add the LP50XX family of the RGB LED driver
` [PATCH v27 06/15] dt-bindings: leds: Convert leds-lp55xx to yaml
` [PATCH v27 07/15] ARM: dts: n900: Add reg property to the LP5523 channel node
` [PATCH v27 08/15] ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 "
` [PATCH v27 09/15] ARM: dts: ste-href: Add reg property to the LP5521 channel nodes
` [PATCH v27 10/15] leds: lp55xx: Convert LED class registration to devm_*
` [PATCH v27 11/15] leds: lp55xx: Add multicolor framework support to lp55xx
` [PATCH v27 12/15] leds: lp5523: Update the lp5523 code to add multicolor brightness function
` [PATCH v27 13/15] leds: lp5521: Add multicolor framework multicolor brightness support
` [PATCH v27 14/15] leds: lp55xx: Fix file permissions to use DEVICE_ATTR macros
` [PATCH v27 15/15] leds: lp5523: Fix various formatting issues in the code

[PATCH] leds: trigger: gpio: Avoid warning on update of inverted
 2020-06-13  7:15 UTC 

[PATCH 1/1] leds: fix spelling mistake
 2020-06-11  8:37 UTC 

[PATCH 1/1] leds: fix spelling mistake
 2020-06-10  6:16 UTC  (2+ messages)

[PATCH v26 00/15] Multicolor Framework v26
 2020-06-09 11:45 UTC  (31+ messages)
` [PATCH v26 01/15] dt: bindings: Add multicolor class dt bindings documention
` [PATCH v26 02/15] leds: Add multicolor ID to the color ID list
` [PATCH v26 03/15] leds: multicolor: Introduce a multicolor class definition
` [PATCH v26 04/15] dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers
` [PATCH v26 05/15] leds: lp50xx: Add the LP50XX family of the RGB LED driver
` [PATCH v26 06/15] dt-bindings: leds: Convert leds-lp55xx to yaml
` [PATCH v26 07/15] ARM: dts: n900: Add reg property to the LP5523 channel node
` [PATCH v26 08/15] ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 "
` [PATCH v26 09/15] ARM: dts: ste-href: Add reg property to the LP5521 channel nodes
` [PATCH v26 10/15] leds: lp55xx: Convert LED class registration to devm_*
` [PATCH v26 11/15] leds: lp55xx: Add multicolor framework support to lp55xx
` [PATCH v26 12/15] leds: lp5523: Update the lp5523 code to add multicolor brightness function
` [PATCH v26 13/15] leds: lp5521: Add multicolor framework multicolor brightness support
` [PATCH v26 14/15] leds: lp55xx: Fix file permissions to use DEVICE_ATTR macros
` [PATCH v26 15/15] leds: lp5523: Fix various formatting issues in the code

[PATCH v3 0/3] leds: pwm: add support for default-state device
 2020-06-08 19:26 UTC  (7+ messages)
` [PATCH v3 2/3] leds: pwm: add support for default-state device property

[PATCH] leds: mt6360: Add LED driver for MT6360
 2020-06-05 22:27 UTC  (6+ messages)

[PATCH v25 00/16] Multicolor Framework v25
 2020-06-05 12:11 UTC  (35+ messages)
` [PATCH v25 01/16] dt: bindings: Add multicolor class dt bindings documention
` [PATCH v25 02/16] leds: multicolor: Introduce a multicolor class definition
` [PATCH v25 03/16] dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers
` [PATCH v25 04/16] leds: lp50xx: Add the LP50XX family of the RGB LED driver
` [PATCH v25 05/16] dt: bindings: lp55xx: Be consistent in the document with LED acronym
` [PATCH v25 06/16] dt: bindings: lp55xx: Update binding for Multicolor Framework
` [PATCH v25 07/16] ARM: dts: n900: Add reg property to the LP5523 channel node
` [PATCH v25 08/16] ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 "
` [PATCH v25 09/16] ARM: dts: ste-href: Add reg property to the LP5521 channel nodes
` [PATCH v25 10/16] leds: lp55xx: Convert LED class registration to devm_*
` [PATCH v25 11/16] leds: lp55xx: Add multicolor framework support to lp55xx
` [PATCH v25 12/16] leds: lp5523: Update the lp5523 code to add multicolor brightness function
` [PATCH v25 13/16] leds: lp5521: Add multicolor framework multicolor brightness support
` [PATCH v25 14/16] leds: lp55xx: Fix checkpatch file permissions issues
` [PATCH v25 15/16] leds: lp5523: Fix checkpatch issues in the code
` [PATCH v25 16/16] dt: bindings: Update lp55xx binding to recommended LED naming

[GIT PULL] LEDs changes for v5.8-rc1
 2020-06-04 18:25 UTC  (2+ messages)

[PATCH v2] leds-bcm6328: support second hw blinking interval
 2020-06-04 14:01 UTC  (11+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH 0/6] leds: fix broken devres usage
 2020-06-04 13:31 UTC  (15+ messages)
` [PATCH 1/6] leds: 88pm860x: fix use-after-free on unbind
` [PATCH 2/6] leds: da903x: "
` [PATCH 3/6] leds: lm3533: "
` [PATCH 4/6] leds: lm36274: "
` [PATCH 5/6] leds: wm831x-status: "
` [PATCH 6/6] leds: drop redundant struct-device pointer casts

[PATCH] leds: lm355x: avoid enum conversion warning
 2020-06-04 13:28 UTC  (4+ messages)

[PATCH v18 0/4] Multi Color LED Framework Patches
 2020-06-04 13:21 UTC  (5+ messages)
` [PATCH v18 4/4] leds: multicolor: Introduce a multicolor class definition

[PATCH v1] dt-bindings: leds: fix macro names for pca955x
 2020-06-04 13:17 UTC  (2+ messages)

[PATCH v26 00/15] Multicolor Framework v25
 2020-06-04 12:04 UTC 

[PATCH] dt-bindings: leds: fix macro names for pca955x
 2020-05-29 17:27 UTC  (6+ messages)

[PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Shanghai Awinic Technology Co., Ltd
 2020-05-27 17:04 UTC  (4+ messages)

[PATCH v25 00/16] Multicolor Framework v25
 2020-05-26 16:30 UTC  (5+ messages)
` [PATCH v25 01/16] dt: bindings: Add multicolor class dt bindings documention
    ` (dt review needed) "


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