aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lm36274.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-30leds: lm36274: Add missed property.hAndy Shevchenko1-0/+1
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
2020-09-30leds: lm36274: Fix warning for undefined parametersDan Murphy1-2/+3
2020-09-26leds: parse linux,default-trigger DT property in LED coreMarek Behún1-3/+0
2020-09-26leds: lm36274: use devres LED registering functionMarek Behún1-11/+2
2020-09-26leds: lm36274: use platform device as parent of LEDMarek Behún1-2/+2
2020-09-26leds: lm36274: do not set chip settings in DT parsing functionMarek Behún1-8/+8
2020-09-26leds: lm36274: use struct led_init_data when registeringMarek Behún1-17/+25
2020-09-26leds: lm36274: don't iterate through children since there is only oneMarek Behún1-27/+23
2020-09-26leds: lm36274: cosmetic: rename lm36274_data to chipMarek Behún1-42/+40
2020-07-22leds: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-22leds: lm36274: fix use-after-free on unbindJohan Hovold1-3/+12
2019-07-25leds: lm36274: Switch to use fwnode_property_count_uXX()Andy Shevchenko1-3/+1
2019-06-07leds: lm36274: Introduce the TI LM36274 LED driverDan Murphy1-0/+172