aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lm36274.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-30leds: lm36274: Add missed property.hGravatar Andy Shevchenko 1-0/+1
2021-05-28leds: lm36274: Correct headers (of*.h -> mod_devicetable.h)Gravatar Andy Shevchenko 1-1/+1
2021-05-28leds: lm36274: Put fwnode in error case during ->probe()Gravatar Andy Shevchenko 1-0/+1
2020-09-30leds: lm36274: Fix warning for undefined parametersGravatar Dan Murphy 1-2/+3
2020-09-26leds: parse linux,default-trigger DT property in LED coreGravatar Marek Behún 1-3/+0
2020-09-26leds: lm36274: use devres LED registering functionGravatar Marek Behún 1-11/+2
2020-09-26leds: lm36274: use platform device as parent of LEDGravatar Marek Behún 1-2/+2
2020-09-26leds: lm36274: do not set chip settings in DT parsing functionGravatar Marek Behún 1-8/+8
2020-09-26leds: lm36274: use struct led_init_data when registeringGravatar Marek Behún 1-17/+25
2020-09-26leds: lm36274: don't iterate through children since there is only oneGravatar Marek Behún 1-27/+23
2020-09-26leds: lm36274: cosmetic: rename lm36274_data to chipGravatar Marek Behún 1-42/+40
2020-07-22leds: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-06-22leds: lm36274: fix use-after-free on unbindGravatar Johan Hovold 1-3/+12
2019-07-25leds: lm36274: Switch to use fwnode_property_count_uXX()Gravatar Andy Shevchenko 1-3/+1
2019-06-07leds: lm36274: Introduce the TI LM36274 LED driverGravatar Dan Murphy 1-0/+172