aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/al3320a.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28iio: light: al3320a: Drop unused linux/of.h includeJonathan Cameron1-1/+0
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-05-13iio: light: al3320a: Handle ACPI device CALS0001Marius Hoch1-0/+8
2022-11-23iio: light: al3320a: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-07-18iio: light: al3320a: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+5
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-03-08iio: light: al3320a allow module autoload and polishDavid Heidelberg1-0/+8
2020-03-08iio: light: al3320a implement devm_add_action_or_resetDavid Heidelberg1-6/+14
2020-03-08iio: light: al3320a implement suspend supportDavid Heidelberg1-5/+25
2020-03-08iio: light: al3320a slightly improve code formattingDavid Heidelberg1-10/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner1-5/+1
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2014-09-10iio: Add Dyna-Image AL3320A ambient light sensor driverDaniel Baluta1-0/+232