summaryrefslogtreecommitdiff
path: root/drivers/iio/light/apds9306.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-22iio: light: apds9306: Switch to sparse friendly iio_device_claim/release_dire...Jonathan Cameron1-4/+3
2025-02-03iio: light: apds9306: fix max_scale_nano valuesJavier Carrasco1-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-03iio: light: apds9306: simplifies if branch in apds9306_write_event_configJulien Stephan1-4/+1
2024-11-03iio: fix write_event_config signatureJulien Stephan1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-06-29iio: light: apds9306: Fix error handingMudit Sharma1-2/+2
2024-04-28iio: light: apds9306: Fix input arguments to in_range()Subhajit Ghosh1-6/+6
2024-04-06iio: light: apds9306: Improve apds9306_write_event_config()Subhajit Ghosh1-21/+27
2024-04-06iio: light: apds9306: Fix off by one in apds9306_sampling_freq_get()Dan Carpenter1-1/+1
2024-03-25iio: light: Add support for APDS9306 Light SensorSubhajit Ghosh1-0/+1355