summaryrefslogtreecommitdiffstats
path: root/drivers/led
Commit message (Expand)AuthorAgeFilesLines
* led: pwm: support active-low propertyAhmad Fatoum2020-02-101-0/+4
* led: pwm: fail if required max-brightness option is missingAhmad Fatoum2020-02-101-1/+3
* led: pwm: don't test if pointer is smaller than zeroAhmad Fatoum2020-02-101-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2020-01-151-1/+0
|\
| * led: pca955x: remove ineffectual assignmentAhmad Fatoum2019-12-131-1/+0
* | led: parse panic-indicator from device-treeHubert Feurstein2019-12-111-3/+8
* | led: check for 'barebox, default-trigger' when 'linux, default-trigger' is no...Hubert Feurstein2019-12-111-5/+8
* | led: unify led trigger tablesHubert Feurstein2019-12-112-43/+28
|/
* led: core: Make use of ARRAY_AND_SIZEAndrey Smirnov2018-12-101-2/+2
* led: core: Initialize blink_next_event with 0Andrey Smirnov2018-12-101-1/+1
* led: core: Don't call get_time_us() twiceAndrey Smirnov2018-12-101-2/+3
* led: use max led value in case of led triggerOleg.Karfich@wago.com2018-09-101-1/+3
* led: add pca955x led supportOleg.Karfich@wago.com2018-09-103-0/+431
* led-trigger: Allow multiple led triggers of the same typeSascha Hauer2017-03-301-28/+97
* led: trigger: Use led triggersSascha Hauer2017-03-301-35/+5
* led: add blinking/flashing and led_blink_pattern interfaceSascha Hauer2017-03-302-1/+101
* led: gpio: Free GPIOs on unregister()Sebastian Hesselbarth2015-04-201-0/+6
* led: Fix led_gpio_rgb_unregister prototypeSascha Hauer2015-04-201-1/+1
* led: gpio: Properly deal with deferred probingSebastian Hesselbarth2015-04-171-4/+26
* led: gpio: add support for default-state dt-propertyHubert Feurstein2015-03-041-0/+8
* led: trigger: Turn of flashing leds only onceSascha Hauer2014-10-081-1/+4
* led: trigger: use max_value to turn on led instead of hardcoded '1'Sascha Hauer2014-10-081-2/+2
* Merge branch 'for-next/misc'Sascha Hauer2014-08-071-1/+5
|\
| * led: try to get LED's label from the 'label' propertyAntony Pavlov2014-07-291-1/+5
* | led: triggers: fix "no previous prototype for 'trigger_init'" warningAntony Pavlov2014-07-311-1/+1
* | led: triggers: fix crash on disabling "default-on" triggerAntony Pavlov2014-07-311-1/+1
|/
* led: Add default-on triggerSascha Hauer2014-03-032-0/+4
* led: Add pwm-led driverSascha Hauer2014-03-033-0/+98
* led: move led_of_parse_trigger to coreSascha Hauer2014-03-032-35/+34
* led: trigger: disable LEDs with trigger before installing itSebastian Hesselbarth2013-11-111-1/+3
* led: gpio: Add trigger supportSascha Hauer2013-07-101-0/+33
* LED: add support for device tree parsing of gpio-ledsSebastian Hesselbarth2013-07-092-0/+49
* led: test for led->set callback before calling itSascha Hauer2013-01-141-0/+3
* led-gpio: use gpio_request and gpio_freeJean-Christophe PLAGNIOL-VILLARD2013-01-021-4/+63
* led-gpio: add bicolor led supportJean-Christophe PLAGNIOL-VILLARD2012-11-192-0/+51
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-173-12/+0
* led: remove gpio includeSascha Hauer2012-07-251-1/+0
* LED: Add LED trigger supportSascha Hauer2010-12-203-0/+161
* LED: Add gpio LED supportSascha Hauer2010-12-203-0/+103
* basic LED supportSascha Hauer2010-12-203-0/+164