summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ltc2497.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: iio: adc: ltc2497: fix LSB shiftIan Ray2023-01-281-4/+2
* iio: adc: ltc2497: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-5/+72
|\
| * drivers: iio: adc: ltc2497: Rename the LTC2499 iio deviceCiprian Regus2022-09-211-0/+2
| * drivers: iio: adc: ltc2497: LTC2499 supportCiprian Regus2022-09-211-5/+57
| * iio: ltc2497: Fix reading conversion resultsUwe Kleine-König2022-09-211-0/+13
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* iio: adc: ltc2497: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
* iio:adc:ltc2497 drop of_match_ptr protectionJonathan Cameron2020-07-071-2/+2
* iio: adc: ltc2497: split protocol independent part in a separate moduleUwe Kleine-König2019-12-151-208/+26
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio:adc:ltc2497: Add support for board file based iio consumer mapping.Gaurav Gupta2017-07-021-19/+35
* iio:adc: Driver for Linear Technology LTC2497 ADCMichael Hennerich2017-04-021-0/+279