summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/dln2-adc.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-2/+2
2025-05-21iio: adc: Use iio_push_to_buffers_with_ts() to provide length for runtime che...Jonathan Cameron1-2/+2
2025-04-18iio: adc: dln2: Use aligned_s64 for timestampJonathan Cameron1-1/+1
2025-03-04iio: adc: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3
2024-12-28iio: adc: dln2-adc: zero full struct instead of just the paddingVasileios Amoiridis1-19/+2
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-03iio: adc: dln2-adc: use new '.masklength' accessorsNuno Sa1-5/+3
2023-09-23iio: adc: dln2: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2021-11-17iio: dln2: Check return value of devm_iio_trigger_register()Lars-Peter Clausen1-1/+5
2021-11-17iio: dln2-adc: Fix lockdep complaintNoralf Trønnes1-8/+7
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+2
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-11/+1
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-11-02iio: dln2-adc: fix iio_triggered_buffer_postenable() positionAlexandru Ardelean1-6/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-6/+0
2017-07-09iio: adc: Add support for DLN2 ADCJack Andersen1-0/+722