linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-26 13:09:20 to 2018-11-06 22:07:19 UTC [more...]

[PATCH 00/24] Add generic support for composing LED class device name
 2018-11-06 22:07 UTC  (12+ messages)
` [PATCH 01/24] leds: class: Improve LED and LED flash class registration API
` [PATCH 02/24] leds: core: Add support for composing LED class device names
` [PATCH 03/24] leds: dt-bindings: Add LED_FUNCTION definitions
` [PATCH 04/24] dt-bindings: leds: Add function and color properties
` [PATCH 05/24] dt-bindings: sc27xx-blt: "
` [PATCH 06/24] leds: sc27xx-blt: Use led_compose_name()
` [PATCH 07/24] dt-bindings: lt3593: Add function and color properties
` [PATCH 08/24] leds: lt3593: Use led_compose_name()
` [PATCH 09/24] dt-bindings: lp8860: Add function and color properties
` [PATCH 10/24] leds: lp8860: Use led_compose_name()
` [PATCH 11/24] dt-bindings: lm3692x: Add function and color properties

[PATCH v14 1/2] leds: core: Introduce LED pattern trigger
 2018-11-06 15:57 UTC  (13+ messages)
` [PATCH v14 2/2] leds: sc27xx: Add pattern_set/clear interfaces for LED controller

[PATCH] backlight/arcxcnn support newer chips in arcxcnn family and fix vendor prefix
 2018-11-06  1:34 UTC  (3+ messages)

[PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device
 2018-11-05 23:23 UTC 

[PATCH] backlight/arcxcnn user proper vendor prefix in device tree bindings
 2018-11-01 22:35 UTC 

[PATCH v3 0/7] Standardize onboard LED support for 96Boards
 2018-11-01 10:49 UTC  (11+ messages)
` [PATCH v3 1/7] arm64: dts: rockchip: ficus: Add on-board LED support
` [PATCH v3 2/7] arm64: dts: rockchip: rock960: "
` [PATCH v3 3/7] arm64: dts: hisilicon: hikey: Standardize LED labels and triggers
` [PATCH v3 4/7] arm64: dts: hisilicon: hikey960: "
` [PATCH v3 5/7] arm64: dts: hisilicon: poplar: "
` [PATCH v3 6/7] arm64: dts: xilinx: ultra96: "
` [PATCH v3 7/7] arm64: dts: qcom: apq8016-sbc: Standardize LED labels

[RFC PATCH RESEND 0/3] UP Squared board drivers
 2018-11-01  9:58 UTC  (34+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] mfd: upboard: Add UP2 platform controller driver
  ` [PATCH v2 2/3] leds: upboard: Add LED support
  ` [PATCH v2 3/3] pinctrl: upboard: Add UP2 pinctrl and gpio driver
  ` [PATCH v3 0/3] UP Squared board drivers
    ` [PATCH v3 1/3] mfd: upboard: Add UP2 platform controller driver
    ` [PATCH v3 2/3] leds: upboard: Add LED support
    ` [PATCH v3 3/3] pinctrl: upboard: Add UP2 pinctrl and gpio driver

[PATCH v4 1/7] leds: add TI LMU backlight driver
 2018-10-30 13:40 UTC  (28+ messages)
` [PATCH v4 2/7] dt-bindings: ti-lmu: Modify dt bindings for the LM3697
` [PATCH v4 3/7] mfd: ti-lmu: Remove support for LM3697
` [PATCH v4 4/7] leds: lm3697: Introduce the lm3697 driver
` [PATCH v4 5/7] dt-bindings: ti-lmu: Modify dt bindings for the LM3633
` [PATCH v4 6/7] mfd: ti-lmu: Remove support for LM3633
` [PATCH v4 7/7] leds: lm3633: Introduce the lm3633 driver

[PATCH v2 0/7] Standardize onboard LED support for 96Boards
 2018-10-29  9:32 UTC  (10+ messages)
` [PATCH v2 1/7] arm64: dts: rockchip: ficus: Add on-board LED support
` [PATCH v2 2/7] arm64: dts: rockchip: rock960: "
` [PATCH v2 3/7] arm64: dts: hisilicon: hikey: Standardize LED labels and triggers
` [PATCH v2 4/7] arm64: dts: hisilicon: hikey960: "
` [PATCH v2 5/7] arm64: dts: hisilicon: poplar: "
` [PATCH v2 6/7] arm64: dts: xilinx: ultra96: "
` [PATCH v2 7/7] arm64: dts: qcom: apq8016-sbc: Standardize LED labels

[PATCH v15 1/2] leds: core: Introduce LED pattern trigger
 2018-10-26 19:56 UTC  (13+ messages)
` [PATCH v15 2/2] leds: sc27xx: Add pattern_set/clear interfaces for LED controller
      ` [PATCH] Fix pattern handling optimalization
          ` More checks for patterns? was: "

[GIT PULL] LED fix for 4.20-rc1
 2018-10-26 19:33 UTC 

[PATCH] leds: gpio: Fix gpiod for DT based devices
 2018-10-25 20:41 UTC  (3+ messages)

[PATCH] leds: gpio: set led_dat->gpiod pointer for OF defined GPIO leds
 2018-10-25 19:18 UTC  (5+ messages)

[PATCH v3 0/9] TI LMU common Framework
 2018-10-24  8:55 UTC  (28+ messages)
` [PATCH v3 1/9] leds: add TI LMU backlight driver
` [PATCH v3 2/9] dt-bindings: ti-lmu: Remove LM3697
` [PATCH v3 3/9] mfd: ti-lmu: Remove support for LM3697
` [PATCH v3 4/9] dt-bindings: leds: Add bindings for lm3697 driver
` [PATCH v3 5/9] leds: lm3697: Introduce the "
` [PATCH v3 6/9] dt-bindings: ti-lmu: Remove LM3633
` [PATCH v3 7/9] mfd: ti-lmu: Remove support for LM3633
` [PATCH v3 8/9] dt-bindings: leds: Add support for the LM3633
` [PATCH v3 9/9] leds: lm3633: Introduce the lm3633 driver

[GIT PULL] LED updates for 4.20-rc1
 2018-10-22 19:28 UTC 

[RFC PATCH 0/9] TI LMU and Dedicated LED drivers
 2018-10-08 12:23 UTC  (13+ messages)
` [RFC PATCH 1/9] leds: add TI LMU backlight driver
` [RFC PATCH 7/9] leds: lm3633: Introduce the lm3633 driver
` [RFC PATCH 8/9] dt-bindings: leds: Add the LM3632 LED dt binding
` [RFC PATCH 9/9] leds: lm3632: Introduce the TI LM3632 driver

[RFC PATCH v2 0/9] TI LMU and Dedicated Drivers
 2018-10-04 13:26 UTC  (21+ messages)
` [RFC PATCH v2 1/9] leds: add TI LMU backlight driver
` [RFC PATCH v2 2/9] dt-bindings: ti-lmu: Remove LM3697
` [RFC PATCH v2 3/9] mfd: ti-lmu: Remove support for LM3697
` [RFC PATCH v2 4/9] dt-bindings: leds: Add bindings for lm3697 driver
` [RFC PATCH v2 5/9] leds: lm3697: Introduce the "
` [RFC PATCH v2 6/9] dt-bindings: leds: Add support for the LM3633
` [RFC PATCH v2 7/9] leds: lm3633: Introduce the lm3633 driver
` [RFC PATCH v2 8/9] dt-bindings: leds: Add the LM3632 LED dt binding
` [RFC PATCH v2 9/9] leds: lm3632: Introduce the TI LM3632 driver

[PATCH v13 1/2] leds: core: Introduce LED pattern trigger
 2018-10-01 18:26 UTC  (5+ messages)
` [PATCH v13 2/2] leds: sc27xx: Add pattern_set/clear interfaces for LED controller

[PATCH v12 1/2] leds: core: Introduce LED pattern trigger
 2018-09-27 21:47 UTC  (11+ messages)


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