summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ad799x.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: adc: ad799x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: adc: ad799x: do not use internal iio_dev lockNuno Sá2022-11-231-6/+14
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio: adc: ad799x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: ad799x: Implement selecting external reference voltage input on AD7...Florian Boor2021-10-191-17/+51
* iio:adc: Drop false comment about lack of timestamp controlJonathan Cameron2021-04-071-6/+0
* iio: adc: ad799x: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-201-1/+1
* 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: ad799x: add pm_ops to disable the device completelyMarco Felsch2019-12-151-6/+60
* iio: adc: ad799x: fix probe error handlingMarco Felsch2019-10-091-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich2018-08-191-1/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-3/+0
* iio: adc: ad799x: constify attribute_group structuressimran singhal2017-03-291-1/+1
* iio: ad799x: Fix buffered capture for ad7991/ad7995/ad7999Lars-Peter Clausen2016-08-151-0/+1
* iio: adc: add missing of_node references to iio_devMatt Ranostay2016-07-031-0/+1
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-2/+2
* iio: adc: ad799x: use iio helper function to guarantee direct modeAlison Schofield2016-05-291-15/+9
* iio: adc: ad799x: remove space before commaSlawomir Stepien2016-04-161-1/+1
* iio: adc: ad799x: leave sysfs naming to the coreMartin Kepplinger2015-09-301-1/+0
* iio: ad799x: Fix ad7991/ad7995/ad7999 config setupLars-Peter Clausen2014-12-121-2/+13
* iio:adc:ad799x: Allow writing of event configPeter Meerwald2014-07-131-0/+34
* iio:adc:ad799x: Return more meaningful event enabled statePeter Meerwald2014-07-131-1/+9
* iio:adc:ad799x: Set conversion channels and rename ad7997_8_update_scan_mode()Peter Meerwald2014-07-131-5/+9
* iio:adc:ad799x: Write default config on probe and reset alert status on probePeter Meerwald2014-07-131-6/+13
* iio:adc:ad799x: Add helper function to read/write config registerPeter Meerwald2014-07-131-0/+24
* iio:adc:ad799x: Make chan_spec const in ad799x_chip_config structPeter Meerwald2014-07-131-1/+1
* iio:adc:ad799x: Only expose event interface when IRQ is availablePeter Meerwald2014-07-131-86/+179
* iio:adc:ad799x: Use BIT() and GENMASK()Peter Meerwald2014-07-131-16/+15
* iio:adc:ad799x: Save some lines in ad7997_8_update_scan_mode() exit handlingPeter Meerwald2014-07-131-3/+1
* iio:adc:ad799x: Drop I2C access helper functionsPeter Meerwald2014-07-131-93/+26
* Merge 3.16-rc4 into staging-nextGreg Kroah-Hartman2014-07-071-2/+6
|\
| * iio:adc:ad799x: Fix reading and writing of event values, apply shiftPeter Meerwald2014-06-211-2/+6
* | iio:adc:ad799x: Fix ad799x_chip_info kerneldocPeter Meerwald2014-06-141-2/+1
|/
* staging: iio: ad799x: remove some unneeded IS_ERR() checksDan Carpenter2014-05-031-9/+6
* staging: iio: Fix typo in iioMasanari Iida2014-04-231-1/+1
* staging:iio: Move ad799x driver out of stagingLars-Peter Clausen2014-03-161-0/+794