aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-is31fl32xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-12leds: is31fl32xx: Fix missing error code in is31fl32xx_parse_dt()Jiapeng Chong1-0/+1
2021-05-28leds: leds-is31fl32xx: Provide missing description for member 'sw_shutdown_func'Lee Jones1-1/+2
2020-09-26leds: parse linux,default-trigger DT property in LED coreMarek Behún1-3/+0
2020-09-26leds: is31fl32xx: use struct led_init_data when registeringMarek Behún1-10/+9
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-2/+2
2020-09-26leds: various: use device_get_match_dataMarek Behún1-6/+1
2020-03-21leds: leds-is31fl32xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-09-01leds: is31fl32xx: Use struct_size() helperGustavo A. R. Silva1-7/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2017-08-12leds: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2016-07-19leds: is31fl32xx: define complete i2c_device_id tableH. Nikolaus Schaller1-2/+8
2016-07-19leds: is31fl32xx: fix typo in id and match table namesH. Nikolaus Schaller1-7/+7
2016-03-14leds: Add SN3218 and SN3216 support to the IS31FL32XX driverDavid Rivshin1-1/+5
2016-03-14leds: Add driver for the ISSI IS31FL32xx family of LED controllersDavid Rivshin1-0/+504