summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
...
* leds: ti-lmu-common: Fix coccinelle issue in TI LMUDan Murphy2019-09-011-9/+6
* leds: lm3532: Avoid potentially unpaired regulator callsTony Lindgren2019-09-011-2/+24
* leds: syscon: Use resource managed variant of device registerAlexander Dahl2019-09-011-1/+1
* leds: Allow to call led_classdev_unregister() unconditionallyAndy Shevchenko2019-08-261-0/+4
* leds: lm3532: Add full scale current configurationDan Murphy2019-08-261-0/+25
* leds: lm3532: Fixes for the driver for stabilityDan Murphy2019-08-261-4/+13
* leds: lm3532: Change the define for the fs current registerDan Murphy2019-08-261-6/+6
* leds: lm3532: Fix brightness control for i2c modeDan Murphy2019-08-261-14/+30
* leds: Switch to use fwnode instead of be stuck with OF oneAndy Shevchenko2019-08-232-8/+5
* leds: max77650: Switch to fwnode property APIAndy Shevchenko2019-08-231-13/+9
* led: triggers: Fix a memory leak bugWenwen Wang2019-08-201-0/+1
* leds: pca953x: Include the right headerLinus Walleij2019-08-081-1/+1
* Merge tag 'generic_lookup_helpers' into for-nextJacek Anaszewski2019-07-301-8/+1
|\
| * drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-301-8/+1
* | leds: netxbig: Add of_node_put() in netxbig_leds_get_of_pdata()Nishka Dasgupta2019-07-291-2/+4
* | leds: netxbig: remove legacy board-file supportMasahiro Yamada2019-07-292-20/+51
* | leds: lm3697: Switch to use fwnode_property_count_uXX()Andy Shevchenko2019-07-251-4/+1
* | leds: lm36274: Switch to use fwnode_property_count_uXX()Andy Shevchenko2019-07-251-3/+1
* | leds: lm3532: Switch to use fwnode_property_count_uXX()Andy Shevchenko2019-07-251-4/+1
* | leds: an30259a: Use generic support for composing LED namesJacek Anaszewski2019-07-251-12/+13
* | leds: gpio: Use generic support for composing LED namesJacek Anaszewski2019-07-251-13/+13
* | leds: as3645a: Use generic support for composing LED namesJacek Anaszewski2019-07-251-46/+28
* | leds: aat1290: Use generic support for composing LED namesJacek Anaszewski2019-07-251-7/+9
* | leds: cr0014114: Use generic support for composing LED namesJacek Anaszewski2019-07-251-21/+11
* | leds: lm3601x: Use generic support for composing LED namesJacek Anaszewski2019-07-251-21/+17
* | leds: lm3692x: Use generic support for composing LED namesJacek Anaszewski2019-07-251-16/+6
* | leds: lp8860: Use generic support for composing LED namesJacek Anaszewski2019-07-251-19/+16
* | leds: lt3593: Use generic support for composing LED namesJacek Anaszewski2019-07-251-12/+8
* | leds: sc27xx-blt: Use generic support for composing LED namesJacek Anaszewski2019-07-251-13/+9
* | leds: core: Add support for composing LED class device namesJacek Anaszewski2019-07-253-3/+145
* | leds: class: Improve LED and LED flash class registration APIJacek Anaszewski2019-07-256-22/+26
* | leds: is31fl319x: simplify getting the adapter of a clientWolfram Sang2019-07-231-2/+1
* | leds: apu: add pr_fmt prefix for better log outputEnrico Weigelt2019-07-221-0/+2
* | leds: apu: fix error message on probing failureEnrico Weigelt2019-07-221-7/+3
* | leds: apu: drop profile field from priv dataEnrico Weigelt2019-07-221-12/+7
* | leds: apu: drop iosize field from priv dataEnrico Weigelt2019-07-221-3/+1
* | leds: apu: drop enum_apu_led_platform_typesEnrico Weigelt2019-07-221-10/+2
* | leds: apu: drop superseeded apu2/3 led supportEnrico Weigelt2019-07-222-119/+10
* | leds: ktd2692: Fix a typo in the name of a constantChristophe JAILLET2019-07-221-2/+2
* | leds: an30259a: Fix typoChristophe JAILLET2019-07-221-2/+2
* | leds: leds-lp5562 allow firmware files up to the maximum lengthNick Stoughton2019-07-221-1/+5
* | leds: ns2: Add of_node_put() before returnNishka Dasgupta2019-07-221-7/+14
* | leds: max77650: Add of_node_put() before returnNishka Dasgupta2019-07-221-7/+14
* | leds: as3645a: Fix misuse of strlcpyJoe Perches2019-07-221-1/+1
* | leds: max77650: add MODULE_ALIAS()Bartosz Golaszewski2019-07-221-0/+1
|/
* Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-0911-6/+927
|\
| * docs: leds: convert to ReSTMauro Carvalho Chehab2019-06-282-2/+2
| * Merge tag 'ti-lmu-led-drivers' into for-nextJacek Anaszewski2019-06-115-0/+751
| |\
| | * leds: lm36274: Introduce the TI LM36274 LED driverDan Murphy2019-06-073-0/+181
| | * leds: lm3697: Introduce the lm3697 driverDan Murphy2019-05-243-0/+404