aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-03Merge tag 'leds-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-ledsLinus Torvalds26-147/+145
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko3-0/+3
2021-06-24leds: lgm: Fix up includesLinus Walleij1-2/+3
2021-06-24leds: ktd2692: Fix an error handling pathChristophe JAILLET1-9/+18
2021-06-23leds: as3645a: Fix error return code in as3645a_parse_node()Zhen Lei1-0/+1
2021-06-23leds: turris-omnia: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-23leds: lp55xx: Initialize enable GPIO direction to outputDoug Zobel1-1/+1
2021-05-30leds: lm36274: Add missed property.hAndy Shevchenko1-0/+1
2021-05-28leds: el15203000: Make error handling more robustAndy Shevchenko1-9/+8
2021-05-28leds: pwm: Make error handling more robustAndy Shevchenko1-7/+9
2021-05-28leds: lt3593: Make use of device propertiesAndy Shevchenko2-6/+3
2021-05-28leds: lp50xx: Put fwnode in error case during ->probe()Andy Shevchenko1-1/+1
2021-05-28leds: lm3697: Don't spam logs when probe is deferredAndy Shevchenko1-5/+3
2021-05-28leds: lm3692x: Put fwnode in any case during ->probe()Andy Shevchenko1-4/+4
2021-05-28leds: lm36274: Correct headers (of*.h -> mod_devicetable.h)Andy Shevchenko1-1/+1
2021-05-28leds: lm36274: Put fwnode in error case during ->probe()Andy Shevchenko1-0/+1
2021-05-28leds: lm3532: Make error handling more robustAndy Shevchenko1-5/+2
2021-05-28leds: lm3532: select regmap I2C APIAndy Shevchenko1-0/+1
2021-05-28leds: lgm-sso: Drop duplicate NULL check for GPIO operationsAndy Shevchenko1-1/+1
2021-05-28leds: lgm-sso: Remove unneeded of_match_ptr()Andy Shevchenko1-1/+1
2021-05-28leds: lgm-sso: Fix clock handlingAndy Shevchenko1-27/+17
2021-05-28leds: el15203000: Introduce to_el15203000_led() helperAndy Shevchenko1-13/+7
2021-05-28leds: class: The -ENOTSUPP should never be seen by user spaceAndy Shevchenko1-4/+0
2021-05-28leds: leds-mlxcpld: Fix a bunch of kernel-doc formatting issuesLee Jones1-19/+19
2021-05-28leds: leds-lp8860: Fix kernel-doc related formatting issuesLee Jones1-8/+8
2021-05-28leds: leds-mlxreg: Fix incorrect documentation of struct member 'led_cdev' and 'led_cdev_name'Lee Jones1-1/+2
2021-05-28leds: leds-lm3697: Provide some missing descriptions for struct membersLee Jones1-0/+4
2021-05-28leds: leds-lm3692x: Fix some kernel-doc formatting issuesLee Jones1-9/+9
2021-05-28leds: leds-lm3530: Fix incorrect spelling of 'brightness'Lee Jones1-1/+1
2021-05-28leds: leds-lp3944: Provide missing function names in documentation headersLee Jones1-3/+3
2021-05-28leds: leds-is31fl32xx: Provide missing description for member 'sw_shutdown_func'Lee Jones1-1/+2
2021-05-28leds: leds-blinkm: Remove unused variable 'ret'Lee Jones1-3/+2
2021-05-28leds: leds-as3645a: Fix function name 'as3645a_set_current()'Lee Jones1-1/+1
2021-05-28leds: leds-bcm6328: Demote kernel-doc abuseLee Jones1-1/+1
2021-05-28leds: led-class: Fix incorrectly documented param 'dev'Lee Jones1-1/+1
2021-05-28leds: leds-gpio-register: Supply description for param 'id'Lee Jones1-0/+1
2021-05-28leds: trigger: ledtrig-cpu: Fix incorrectly documented param 'ledevt'Lee Jones1-1/+1
2021-05-13leds: lp5523: check return value of lp5xx_read and jump to cleanup codePhillip Potter1-1/+3
2021-05-13Revert "leds: lp5523: fix a missing check of return value of lp55xx_read"Greg Kroah-Hartman1-3/+1
2021-05-10leds: tlc591xx: fix return value check in tlc591xx_probe()Yang Yingliang1-2/+6
2021-05-03Merge tag 'leds-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-ledsLinus Torvalds11-28/+468
2021-04-25leds: pca9532: Assign gpio base dynamicallyStefan Riedmueller1-0/+2
2021-04-25leds: trigger: pattern: Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2021-04-25leds: LEDS_BLINK_LGM should depend on X86Geert Uytterhoeven1-4/+2
2021-04-25leds: lgm: Fix spelling mistake "prepate" -> "prepare"Colin Ian King1-1/+1
2021-04-25leds-lm3642: convert comma to semicolonZheng Yongjun1-2/+2
2021-04-09treewide: change my e-mail address, fix my nameMarek BehĂșn1-2/+2
2021-03-26leds: rt4505: Add support for Richtek RT4505 flash LED controllerChiYuan Huang3-0/+442
2021-03-25leds: Kconfig: LEDS_CLASS is usually selected.Pavel Machek1-1/+1
2021-03-25leds: lgm: Improve Kconfig helpRahul Tanwar4-24/+21