summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/ti-ads124s08.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-21iio: adc: Use iio_push_to_buffers_with_ts() to provide length for runtime che...Jonathan Cameron1-2/+2
2025-02-03iio: adc: ti-ads124s08: Switch to fsleep()Fabio Estevam1-1/+1
2024-12-07iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()Fabio Estevam1-2/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-05iio: adc: standardize on formatting for id match tablesJonathan Cameron1-1/+1
2024-08-03iio: adc: ti-ads124s08: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2022-07-18iio: adc: ti-ads124s08: Drop unused parameter to ads124s_read()Jonathan Cameron1-3/+3
2022-06-14iio: adc: ti-ads124s08: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2021-12-12iio:adc:ti-ads124s08: Drop dependency on OF.Jonathan Cameron1-2/+1
2021-06-13iio: adc: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean1-2/+0
2020-12-03iio:adc:ti-ads124s08: Fix alignment and data leak issues.Jonathan Cameron1-3/+10
2020-12-03iio:adc:ti-ads124s08: Fix buffer being too long.Jonathan Cameron1-1/+1
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov1-1/+1
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen1-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-05-03iio: adc: ti-ads124s08: Use get_unaligned_be24()Andy Shevchenko1-4/+3
2019-04-07iio: adc: ads124: avoid buffer overflowVincent Stehlé1-1/+1
2019-02-09iio: adc: ads124s08: fix spelling mistake "converions" -> "conversions"Colin Ian King1-4/+4
2019-01-12iio: adc: Add the TI ads124s08 ADC codeDan Murphy1-0/+376