aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-aw200xx.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11leds: aw200xx: Use devm API to cleanup module's resourcesGeorge Stark1-11/+21
2024-03-07leds: aw200xx: Make read-only array coeff_table static constColin Ian King1-1/+1
2023-12-13leds: aw200xx: Add support for aw20108 deviceGeorge Stark1-1/+9
2023-12-13leds: aw200xx: Improve autodim calculation methodGeorge Stark1-3/+4
2023-12-13leds: aw200xx: Enable disable_locking flag in regmap configGeorge Stark1-0/+1
2023-12-13leds: aw200xx: Add delay after software resetGeorge Stark1-0/+3
2023-12-13leds: aw200xx: Calculate dts property display_rows in the driverGeorge Stark1-10/+27
2023-12-13leds: aw200xx: Support HWEN hardware controlDmitry Rokosov1-0/+33
2023-12-13leds: aw200xx: Fix write to DIM parameterMartin Kurbanov1-1/+6
2023-11-01leds: aw200xx: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01leds: aw200xx: Annotate struct aw200xx with __counted_byKees Cook1-1/+1
2023-07-28leds: aw200xx: Switch back to use struct i2c_driver::probeUwe Kleine-König1-1/+1
2023-07-28leds: aw200xx: Fix error code in probe()Dan Carpenter1-1/+1
2023-06-01leds: Add AW20xx driverMartin Kurbanov1-0/+594