aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-20leds: pca955x: Switch to i2c probe_newEddie James1-4/+19
2021-08-20leds: pca955x: Let the core process the fwnodeEddie James1-28/+30
2021-08-20leds: pca955x: Implement the default-state propertyEddie James1-8/+46
2021-08-20leds: pca955x: Add brightness_get functionEddie James1-0/+52
2021-08-20leds: pca955x: Clean up code formattingEddie James1-33/+30
2021-08-20leds: leds-core: Implement the retain-state-shutdown propertyEddie James1-2/+8
2021-08-18leds: trigger: remove reference to obsolete CONFIG_IDE_GD_ATALukas Bulwahn1-1/+1
2021-08-18leds: lp50xx: Fix chip name in KConfigJan Kundrát1-1/+1
2021-08-18leds: pwm: add support for default-state device propertyDenis Osterland-Heim1-6/+43
2021-08-18leds: move default_state read from fwnode to coreDenis Osterland-Heim3-10/+18
2021-08-16leds: flash: Remove redundant initialization of variable retPavel Machek1-4/+2
2021-08-07leds: lgm-sso: Propagate error codes from callee to callerAndy Shevchenko1-4/+8
2021-08-03leds: trigger: audio: Add an activate callback to ensure the initial brightness is setHans de Goede1-8/+29
2021-08-03leds: rt8515: Put fwnode in any case during ->probe()Andy Shevchenko1-1/+3
2021-08-03leds: lt3593: Put fwnode in any case during ->probe()Andy Shevchenko1-3/+2
2021-08-03leds: lm3697: Make error handling more robustAndy Shevchenko1-4/+3
2021-08-03leds: lm3697: Update header block to reflect realityAndy Shevchenko1-2/+7
2021-08-03leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h)Andy Shevchenko1-2/+1
2021-08-03leds: lgm-sso: Convert to use list_for_each_entry*() APIAndy Shevchenko1-9/+4
2021-08-03leds: lgm-sso: Remove explicit managed GPIO resource cleanupAndy Shevchenko1-3/+0
2021-08-03leds: lgm-sso: Don't spam logs when probe is deferredAndy Shevchenko1-1/+1
2021-08-03leds: lgm-sso: Put fwnode in any case during ->probe()Andy Shevchenko1-4/+7
2021-08-03leds: el15203000: Correct headers (of*.h -> mod_devicetable.h)Andy Shevchenko1-1/+2
2021-07-12leds: is31fl32xx: Fix missing error code in is31fl32xx_parse_dt()Jiapeng Chong1-0/+1
2021-07-12leds: ktd2692: Move driver to flash subdirectoryLinus Walleij5-11/+11
2021-07-12leds: lm3601x: Move driver to flash subdirectoryLinus Walleij5-10/+9
2021-07-12leds: sgm3140: Move driver to flash subdirectoryLinus Walleij5-9/+8
2021-07-12leds: max77693: Move driver to flash subdirectoryLinus Walleij5-12/+11
2021-07-12leds: as3645a: Move driver to flash subdirectoryLinus Walleij5-10/+10
2021-07-12leds: aat1290: Move driver to flash subdirectoryLinus Walleij5-11/+10
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