| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'leds-for-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-12-25 | 5 | -27/+19 |
|\ |
|
| * | led: triggers: Initialize LED_INIT_DEFAULT_TRIGGER if trigger is brought afte... | Krzysztof Kozlowski | 2018-12-10 | 1 | -1/+3 |
| * | led: triggers: Add LED_INIT_DEFAULT_TRIGGER flag | Jacek Anaszewski | 2018-12-10 | 1 | -0/+1 |
| * | led: triggers: Break the for loop after default trigger is found | Jacek Anaszewski | 2018-12-10 | 1 | -1/+3 |
| * | leds: pwm: Use OF variant of LED registering function | Krzysztof Kozlowski | 2018-12-08 | 1 | -1/+1 |
| * | leds: pwm: Simplify with resource-managed devm_led_classdev_register() | Krzysztof Kozlowski | 2018-12-08 | 1 | -20/+2 |
| * | leds: gpio: Drop unneeded manual of_node assignment | Krzysztof Kozlowski | 2018-12-08 | 1 | -1/+0 |
| * | leds: 88pm860x: Use of_node_name_eq for node name comparisons | Rob Herring | 2018-12-06 | 1 | -1/+1 |
| * | leds: powernv: add of_node_put() | Yangtao Li | 2018-11-21 | 1 | -3/+9 |
* | | leds: trigger: Introduce audio mute LED trigger | Takashi Iwai | 2018-11-28 | 3 | -0/+52 |
|/ |
|
* | Merge tag 'led-fixes-for-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-11-09 | 1 | -19/+8 |
|\ |
|
| * | leds: trigger: Fix sleeping function called from invalid context | Baolin Wang | 2018-11-07 | 1 | -16/+4 |
| * | Fix pattern handling optimalization | Pavel Machek | 2018-10-25 | 1 | -3/+4 |
* | | leds: gpio: set led_dat->gpiod pointer for OF defined GPIO leds | Liviu Dudau | 2018-10-26 | 1 | -0/+2 |
|/ |
|
* | leds: sc27xx: Add pattern_set/clear interfaces for LED controller | Baolin Wang | 2018-10-11 | 1 | -0/+121 |
* | leds: core: Introduce LED pattern trigger | Baolin Wang | 2018-10-11 | 3 | -0/+419 |
* | leds: add Panasonic AN30259A support | Simon Shields | 2018-09-10 | 3 | -0/+379 |
* | leds: gpio: Try to lookup gpiod from device | Linus Walleij | 2018-09-10 | 1 | -30/+62 |
* | leds: pwm: silently error out on EPROBE_DEFER | Jerome Brunet | 2018-09-08 | 1 | -2/+3 |
* | leds: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-08-28 | 1 | -2/+2 |
* | leds: ns2: Change unsigned to unsigned int | Kitone Elvis Peter | 2018-08-06 | 1 | -2/+2 |
* | leds: gpio trigger: simplifications from core changes | Uwe Kleine-König | 2018-07-05 | 1 | -62/+25 |
* | leds: backlight trigger: simplifications from core changes | Uwe Kleine-König | 2018-07-05 | 1 | -43/+19 |
* | leds: activity trigger: simplifications from core changes | Uwe Kleine-König | 2018-07-05 | 1 | -22/+16 |
* | leds: default-on trigger: make use of module_led_trigger() | Uwe Kleine-König | 2018-07-05 | 1 | -13/+1 |
* | leds: heartbeat trigger: simplifications from core changes | Uwe Kleine-König | 2018-07-05 | 1 | -22/+19 |
* | leds: oneshot trigger: simplifications from core changes | Uwe Kleine-König | 2018-07-05 | 1 | -63/+26 |
* | leds: transient trigger: simplifications from core changes | Uwe Kleine-König | 2018-07-05 | 1 | -68/+30 |
* | leds: timer trigger: simplifications from core changes | Uwe Kleine-König | 2018-07-05 | 1 | -40/+13 |
* | leds: netdev trigger: simplifications from core changes | Uwe Kleine-König | 2018-07-05 | 1 | -68/+31 |
* | leds: triggers: handle .trigger_data and .activated() in the core | Uwe Kleine-König | 2018-07-05 | 1 | -0/+3 |
* | leds: triggers: add device attribute support | Uwe Kleine-König | 2018-07-05 | 1 | -0/+12 |
* | leds: triggers: let struct led_trigger::activate() return an error code | Uwe Kleine-König | 2018-07-05 | 10 | -28/+63 |
* | leds: triggers: make the MODULE_LICENSE string match the actual license | Uwe Kleine-König | 2018-07-05 | 6 | -12/+8 |
* | leds: lm3692x: Support LED sync configuration | Dan Murphy | 2018-07-03 | 1 | -38/+120 |
* | leds: lm3692x: Change DT calls to fwnode calls | Dan Murphy | 2018-07-03 | 1 | -17/+21 |
* | leds: lm3692x: Update license header to SPDX | Dan Murphy | 2018-07-03 | 1 | -14/+3 |
* | leds: max8997: use mode when calling max8997_led_set_mode | Colin Ian King | 2018-07-03 | 1 | -1/+1 |
* | leds: lt3593: update email address and switch to SPDX license header | Daniel Mack | 2018-07-03 | 1 | -19/+4 |
* | leds: lt3593: Add device tree probing glue | Daniel Mack | 2018-07-03 | 1 | -0/+70 |
* | leds: lt3593: switch to gpiod interface | Daniel Mack | 2018-07-03 | 1 | -14/+12 |
* | leds: lt3593: merge functions and clean up code | Daniel Mack | 2018-07-03 | 1 | -68/+35 |
* | leds: triggers: don't depend on LEDS_TRIGGERS twice | Uwe Kleine-König | 2018-06-28 | 1 | -14/+1 |
* | leds: Modify PC Engines apu/apu2 driver to support apu3 | Raffaello D. Di Napoli | 2018-06-28 | 2 | -3/+46 |
* | leds: ledtrig-activity: use ktime_get_boot_ns() | Arnd Bergmann | 2018-06-19 | 1 | -4/+1 |
* | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2018-06-13 | 16 | -40/+43 |
* | leds: Use struct_size() in allocation | Kees Cook | 2018-06-13 | 1 | -2/+1 |
* | leds: class: ensure workqueue is initialized before setting brightness | Luis Henriques | 2018-05-24 | 1 | -2/+8 |
* | leds: lm3601x: Introduce the lm3601x LED driver | Dan Murphy | 2018-05-23 | 3 | -0/+497 |
* | leds: sc27xx: Fix return value check in sc27xx_led_probe() | Wei Yongjun | 2018-05-22 | 1 | -2/+2 |