summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/rtq6056.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-13iio: adc: rtq6056: Correct the sign bit indexChiYuan Huang1-1/+1
2025-06-26iio: adc: rtq6056: use = { } instead of memset()David Lechner1-3/+1
2025-05-21iio: adc: Use iio_push_to_buffers_with_ts() to provide length for runtime che...Jonathan Cameron1-1/+2
2025-02-17iio: adc: rtq6056: Stop using iio_device_claim_direct_scoped()Jonathan Cameron1-18/+28
2024-12-28iio: adc: Use aligned_s64 instead of open coding alignment.Jonathan Cameron1-1/+1
2024-09-05iio: adc: standardize on formatting for id match tablesJonathan Cameron1-1/+1
2024-08-03iio: adc: rtq6056: make use of iio_for_each_active_channel()Nuno Sa1-1/+1
2024-04-29iio: adc: rtq6056: Use automated cleanup for mode handling in write_rawGabriel Schwartz1-23/+11
2024-01-24iio: adc: rtq6056: Add support for the whole RTQ6056 familyChiYuan Huang1-20/+255
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-08-16iio: adc: Add rtq6056 supportChiYuan Huang1-0/+661