summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ti-adc081c.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: adc: ti-adc081c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2021-12-21iio: adc: ti-adc081c: Partial revert of removal of ACPI IDsJonathan Cameron1-5/+17
2021-06-03iio: adc: ti-adc081c: Use devm managed functions for all of probe()Jonathan Cameron1-29/+14
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman1-3/+8
2020-09-03iio:adc:ti-adc081c: Drop ACPI ids that seem very unlikely to be official.Jonathan Cameron1-23/+1
2020-08-31iio:adc:ti-adc081c Fix alignment and data leak issuesJonathan Cameron1-3/+8
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov1-3/+3
2020-07-07iio:adc:ti-adc081c: Drop of_match_ptr and change to mod_devicetable.hJonathan Cameron1-4/+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
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2016-07-03iio: adc: add missing of_node references to iio_devMatt Ranostay1-0/+1
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-1/+2
2016-06-27iio: adc: ti-adc081c: add ACPI device ID matchingDan O'Donovan1-1/+25
2016-04-17ti-adc081c: Initial triggered buffer supportCrestez Dan Leonard1-13/+64
2016-04-17ti-adc081c: Add support for adc101c and adc121cCrestez Dan Leonard1-4/+47
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay1-1/+1
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2013-10-18iio: adc: ti-adc081c: Include linux/of.h headerSachin Kamat1-0/+1
2013-08-03iio: adc: ti-adc081c: Use devm_* APIsSachin Kamat1-13/+5
2013-03-17iio:adc:ti-adc081 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
2012-11-30iio: adc: Add Texas Instruments ADC081C021/027 supportThierry Reding1-0/+161