summaryrefslogtreecommitdiff
path: root/drivers/iio/light/ltr390.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-22iio: normalize array sentinel styleDavid Lechner1-2/+2
2024-11-03iio: fix write_event_config signatureJulien Stephan1-1/+1
2024-11-03iio: light: ltr390: simplify code in write_event_config callbackJulien Stephan1-4/+1
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron1-1/+1
2024-10-05iio: light: ltr390: Replaced mask values with GENMASK()Abhash Jha1-2/+2
2024-10-05iio: light: ltr390: Add interrupt persistance supportAbhash Jha1-4/+61
2024-10-05iio: light: ltr390: Interrupts and threshold event supportAbhash Jha1-1/+211
2024-10-05iio: light: ltr390: Suspend and Resume supportAbhash Jha1-0/+22
2024-10-05iio: light: ltr390: Added configurable sampling frequency supportAbhash Jha1-4/+66
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-17iio: light: ltr390: Calculate 'counts_per_uvi' dynamicallyAbhash Jha1-2/+12
2024-08-17iio: light: ltr390: Add ALS channel and support for gain and resolutionAbhash Jha1-15/+90
2024-08-03iio: light: ltr390: Add configurable gain and resolutionAbhash Jha1-11/+125
2023-12-11iio: light: driver for Lite-On ltr390Anshul Dalal1-0/+196