aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-is31fl319x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-02leds: is31fl319x: use simple i2c probe functionAndy Shevchenko1-3/+2
2022-08-02leds: is31fl319x: Fix devm vs. non-devm orderingAndy Shevchenko1-23/+9
2022-08-02leds: is31fl319x: Make use of dev_err_probe()Andy Shevchenko1-20/+13
2022-08-02leds: is31fl319x: Make use of device propertiesAndy Shevchenko1-24/+20
2022-08-02leds: is31fl319x: Cleanup formatting and dev_dbg callsVincent Knecht1-13/+9
2022-08-02leds: is31fl319x: Add support for is31fl319{0,1,3} chipsVincent Knecht1-14/+147
2022-08-02leds: is31fl319x: Move chipset-specific values in chipdef structVincent Knecht1-83/+125
2022-08-02leds: is31fl319x: Use non-wildcard names for vars, structs and definesVincent Knecht1-71/+71
2022-08-02leds: is31fl319x: Add missing si-en compatiblesVincent Knecht1-0/+8
2020-09-26leds: various: use only available OF childrenMarek Behún1-2/+2
2020-09-26leds: various: use dev_of_node(dev) instead of dev->of_nodeMarek Behún1-1/+1
2020-09-26leds: various: use device_get_match_dataMarek Behún1-10/+2
2020-09-09leds: is31fl319x: Add shutdown pin and generate a 5ms low pulse when startupGrant Feng1-0/+18
2019-07-23leds: is31fl319x: simplify getting the adapter of a clientWolfram Sang1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner1-5/+1
2016-08-15leds: is31fl319x: 1/3/6/9-channel light effect led driverH. Nikolaus Schaller1-0/+450