summaryrefslogtreecommitdiff
path: root/drivers/iio/light/apds9306.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'iio-for-7.3a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-2/+1
2026-08-07iio: light: apds9306: fix PM reference leak in apds9306_read_data()Moksh Panicker1-5/+3
2026-07-27iio: light: Remove redundant dev_err()/dev_err_probe()Pan Chuang1-2/+1
2026-03-03iio: light: apds9306: remove unused nlux_per_countAntoniu Miclaus1-2/+0
2026-03-03iio: light: apds9306: remove redundant explicit pointer castSAJJA EASWAR SAI1-1/+1
2025-11-09iio: light: apds9306: convert to use maple tree register cacheChu Guangqing1-1/+1
2025-08-25iio: light: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-2/+0
2025-08-16iio: Remove error prints for devm_add_action_or_reset()Waqar Hameed1-1/+1
2025-06-26iio: light: apds9306: Refactor threshold get/set functions to use helperNattan Ferreira1-16/+20
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-02move 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