aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-is31fl32xx.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-26leds: parse linux,default-trigger DT property in LED coreGravatar Marek Behún 1-3/+0
2020-09-26leds: is31fl32xx: use struct led_init_data when registeringGravatar Marek Behún 1-10/+9
2020-09-26leds: various: use only available OF childrenGravatar Marek Behún 1-2/+2
2020-09-26leds: various: use dev_of_node(dev) instead of dev->of_nodeGravatar Marek Behún 1-2/+2
2020-09-26leds: various: use device_get_match_dataGravatar Marek Behún 1-6/+1
2020-03-21leds: leds-is31fl32xx: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-09-01leds: is31fl32xx: Use struct_size() helperGravatar Gustavo A. R. Silva 1-7/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2017-08-12leds: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-2/+2
2016-07-19leds: is31fl32xx: define complete i2c_device_id tableGravatar H. Nikolaus Schaller 1-2/+8
2016-07-19leds: is31fl32xx: fix typo in id and match table namesGravatar H. Nikolaus Schaller 1-7/+7
2016-03-14leds: Add SN3218 and SN3216 support to the IS31FL32XX driverGravatar David Rivshin 1-1/+5
2016-03-14leds: Add driver for the ISSI IS31FL32xx family of LED controllersGravatar David Rivshin 1-0/+504