summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/max11100.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: max11100: Use devm_ functions for rest of probe()Jonathan Cameron2021-06-031-22/+9
* iio: adc: max11100: Use get_unaligned_be16() rather than opencoding.Jonathan Cameron2021-06-031-1/+2
* iio:adc:max11100: Drop of_match_ptr protection / add mod_devicetable.h includeJonathan Cameron2020-07-071-1/+2
* iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-141-1/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: max11100: Constify struct iio_chan_specRikard Falkeborn2020-06-141-1/+1
* iio: adc: max11100: convert to SPDX identifiersKuninori Morimoto2018-11-161-4/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: replace comma with a semicolonArushi Singhal2017-03-301-2/+2
* iio: adc: max11100: remove .owner field for driverWei Yongjun2017-03-081-1/+0
* iio: adc: tlc4541: add support for TI tlc4541 adcPhil Reid2017-01-221-14/+3
* iio: adc: Add Maxim MAX11100 driverJacopo Mondi2017-01-211-0/+192