summaryrefslogtreecommitdiff
path: root/drivers/iio/light/al3010.c
AgeCommit message (Expand)Author
2025-04-22iio: normalize array sentinel styleDavid Lechner
2025-04-22iio: light: al3010: Implement regmap supportDavid Heidelberg
2025-04-22iio: light: al3010: Improve al3010_init error handling with dev_err_probe()David Heidelberg
2025-04-22iio: light: al3010: Split set_pwr function into set_pwr_on and _offDavid Heidelberg
2025-04-22iio: light: al3010: Abstract device reference in the probe functionDavid Heidelberg
2025-04-22iio: light: al3010: Remove DRV_NAME definitionDavid Heidelberg
2025-04-22iio: light: al3010: Use unsigned int for the indexingDavid Heidelberg
2024-09-30iio: light: al3010: Fix an error handling path in al3010_probe()Christophe JAILLET
2024-02-28iio: light: al3010: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-23iio: light: al3010: Convert to i2c's .probe_new()Uwe Kleine-König
2022-07-18iio: light: al3010: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-03-08iio: light: add Dyna-Image AL3010 driverDavid Heidelberg