summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
...
| * leds: lgm-sso: Drop duplicate NULL check for GPIO operationsAndy Shevchenko2021-05-281-1/+1
| * leds: lgm-sso: Remove unneeded of_match_ptr()Andy Shevchenko2021-05-281-1/+1
| * leds: lgm-sso: Fix clock handlingAndy Shevchenko2021-05-281-27/+17
| * leds: el15203000: Introduce to_el15203000_led() helperAndy Shevchenko2021-05-281-13/+7
| * leds: class: The -ENOTSUPP should never be seen by user spaceAndy Shevchenko2021-05-281-4/+0
| * leds: leds-mlxcpld: Fix a bunch of kernel-doc formatting issuesLee Jones2021-05-281-19/+19
| * leds: leds-lp8860: Fix kernel-doc related formatting issuesLee Jones2021-05-281-8/+8
| * leds: leds-mlxreg: Fix incorrect documentation of struct member 'led_cdev' an...Lee Jones2021-05-281-1/+2
| * leds: leds-lm3697: Provide some missing descriptions for struct membersLee Jones2021-05-281-0/+4
| * leds: leds-lm3692x: Fix some kernel-doc formatting issuesLee Jones2021-05-281-9/+9
| * leds: leds-lm3530: Fix incorrect spelling of 'brightness'Lee Jones2021-05-281-1/+1
| * leds: leds-lp3944: Provide missing function names in documentation headersLee Jones2021-05-281-3/+3
| * leds: leds-is31fl32xx: Provide missing description for member 'sw_shutdown_func'Lee Jones2021-05-281-1/+2
| * leds: leds-blinkm: Remove unused variable 'ret'Lee Jones2021-05-281-3/+2
| * leds: leds-as3645a: Fix function name 'as3645a_set_current()'Lee Jones2021-05-281-1/+1
| * leds: leds-bcm6328: Demote kernel-doc abuseLee Jones2021-05-281-1/+1
| * leds: led-class: Fix incorrectly documented param 'dev'Lee Jones2021-05-281-1/+1
| * leds: leds-gpio-register: Supply description for param 'id'Lee Jones2021-05-281-0/+1
| * leds: trigger: ledtrig-cpu: Fix incorrectly documented param 'ledevt'Lee Jones2021-05-281-1/+1
| * leds: tlc591xx: fix return value check in tlc591xx_probe()Yang Yingliang2021-05-101-2/+6
* | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-013-0/+3
* | leds: lp5523: check return value of lp5xx_read and jump to cleanup codePhillip Potter2021-05-131-1/+3
* | Revert "leds: lp5523: fix a missing check of return value of lp55xx_read"Greg Kroah-Hartman2021-05-131-3/+1
|/
* Merge tag 'leds-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-05-0311-28/+468
|\
| * leds: pca9532: Assign gpio base dynamicallyStefan Riedmueller2021-04-251-0/+2
| * leds: trigger: pattern: Switch to using the new API kobj_to_dev()Tian Tao2021-04-251-1/+1
| * leds: LEDS_BLINK_LGM should depend on X86Geert Uytterhoeven2021-04-251-4/+2
| * leds: lgm: Fix spelling mistake "prepate" -> "prepare"Colin Ian King2021-04-251-1/+1
| * leds-lm3642: convert comma to semicolonZheng Yongjun2021-04-251-2/+2
| * leds: rt4505: Add support for Richtek RT4505 flash LED controllerChiYuan Huang2021-03-263-0/+442
| * leds: Kconfig: LEDS_CLASS is usually selected.Pavel Machek2021-03-251-1/+1
| * leds: lgm: Improve Kconfig helpRahul Tanwar2021-03-254-24/+21
| * leds: lgm: fix gpiolib dependencyArnd Bergmann2021-03-091-0/+1
* | treewide: change my e-mail address, fix my nameMarek Behún2021-04-091-2/+2
* | leds: trigger/tty: Use led_set_brightness_sync() from workqueueUwe Kleine-König2021-03-101-2/+2
* | leds: trigger: Fix error path to not unlock the unlocked mutexUwe Kleine-König2021-03-101-5/+2
|/
* Merge tag 'leds-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-02-2620-126/+1030
|\
| * leds: lp50xx: Get rid of redundant explicit castingAndy Shevchenko2021-02-191-2/+2
| * leds: lp50xx: Update headers block to reflect realityAndy Shevchenko2021-02-191-2/+1
| * leds: lp50xx: Get rid of redundant check in lp50xx_enable_disable()Andy Shevchenko2021-02-191-5/+3
| * leds: lp50xx: Reduce level of dereferencesAndy Shevchenko2021-02-191-14/+12
| * leds: lp50xx: Switch to new style i2c-driver probe functionAndy Shevchenko2021-02-191-17/+16
| * leds: lp50xx: Don't spam logs when probe is deferredAndy Shevchenko2021-02-191-6/+3
| * leds: apu: extend support for PC Engines APU1 with newer firmwareAndreas Eberlein2021-02-191-1/+10
| * leds: lgm: Add LED controller driver for LGM SoCAmireddy Mallikarjuna reddy2021-02-195-0/+916
| * leds: led-core: Get rid of enum led_brightnessAbanoub Sameh2021-02-193-19/+10
| * leds: gpio: Set max brightness to 1Dylan Van Assche2021-02-031-1/+2
| * leds: lm3533: Switch to using the new API kobj_to_dev()Tian Tao2021-02-031-1/+1
| * leds: ss4200: simplify the return expression of register_nasgpio_led()Zheng Yongjun2020-12-301-5/+1
| * leds: Use DEVICE_ATTR_{RW, RO, WO} macrosDwaipayan Ray2020-12-308-53/+53