aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/light/al3010.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-22iio: normalize array sentinel styleDavid Lechner1-2/+2
2025-04-22iio: light: al3010: Implement regmap supportDavid Heidelberg1-35/+41
2025-04-22iio: light: al3010: Improve al3010_init error handling with dev_err_probe()David Heidelberg1-5/+3
2025-04-22iio: light: al3010: Split set_pwr function into set_pwr_on and _offDavid Heidelberg1-7/+11
2025-04-22iio: light: al3010: Abstract device reference in the probe functionDavid Heidelberg1-3/+4
2025-04-22iio: light: al3010: Remove DRV_NAME definitionDavid Heidelberg1-4/+2
2025-04-22iio: light: al3010: Use unsigned int for the indexingDavid Heidelberg1-1/+1
2024-09-30iio: light: al3010: Fix an error handling path in al3010_probe()Christophe JAILLET1-6/+5
2024-02-28iio: light: al3010: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron1-1/+1
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23iio: light: al3010: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-07-18iio: light: al3010: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-03-08iio: light: add Dyna-Image AL3010 driverDavid Heidelberg1-0/+242