aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/max11100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-14iio: adc: max11100: Fix alignment for DMA safetyJonathan Cameron1-2/+2
2021-06-03iio: adc: max11100: Use devm_ functions for rest of probe()Jonathan Cameron1-22/+9
2021-06-03iio: adc: max11100: Use get_unaligned_be16() rather than opencoding.Jonathan Cameron1-1/+2
2020-07-07iio:adc:max11100: Drop of_match_ptr protection / add mod_devicetable.h includeJonathan Cameron1-1/+2
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-06-14iio: adc: max11100: Constify struct iio_chan_specRikard Falkeborn1-1/+1
2018-11-16iio: adc: max11100: convert to SPDX identifiersKuninori Morimoto1-4/+1
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-03-30iio: adc: replace comma with a semicolonArushi Singhal1-2/+2
2017-03-08iio: adc: max11100: remove .owner field for driverWei Yongjun1-1/+0
2017-01-22iio: adc: tlc4541: add support for TI tlc4541 adcPhil Reid1-14/+3
2017-01-21iio: adc: Add Maxim MAX11100 driverJacopo Mondi1-0/+192