summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ad799x.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: adc: ad799x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: adc: ad799x: do not use internal iio_dev lockNuno Sá1-6/+14
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-18iio: adc: ad799x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2021-10-19iio: adc: ad799x: Implement selecting external reference voltage input on AD7...Florian Boor1-17/+51
2021-04-07iio:adc: Drop false comment about lack of timestamp controlJonathan Cameron1-6/+0
2020-07-20iio: adc: ad799x: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
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-12-15iio: adc: ad799x: add pm_ops to disable the device completelyMarco Felsch1-6/+60
2019-10-09iio: adc: ad799x: fix probe error handlingMarco Felsch1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-08-19drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich1-1/+1
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-3/+0
2017-03-29iio: adc: ad799x: constify attribute_group structuressimran singhal1-1/+1
2016-08-15iio: ad799x: Fix buffered capture for ad7991/ad7995/ad7999Lars-Peter Clausen1-0/+1
2016-07-03iio: adc: add missing of_node references to iio_devMatt Ranostay1-0/+1
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-2/+2
2016-05-29iio: adc: ad799x: use iio helper function to guarantee direct modeAlison Schofield1-15/+9
2016-04-16iio: adc: ad799x: remove space before commaSlawomir Stepien1-1/+1
2015-09-30iio: adc: ad799x: leave sysfs naming to the coreMartin Kepplinger1-1/+0
2014-12-12iio: ad799x: Fix ad7991/ad7995/ad7999 config setupLars-Peter Clausen1-2/+13
2014-07-13iio:adc:ad799x: Allow writing of event configPeter Meerwald1-0/+34
2014-07-13iio:adc:ad799x: Return more meaningful event enabled statePeter Meerwald1-1/+9
2014-07-13iio:adc:ad799x: Set conversion channels and rename ad7997_8_update_scan_mode()Peter Meerwald1-5/+9
2014-07-13iio:adc:ad799x: Write default config on probe and reset alert status on probePeter Meerwald1-6/+13
2014-07-13iio:adc:ad799x: Add helper function to read/write config registerPeter Meerwald1-0/+24
2014-07-13iio:adc:ad799x: Make chan_spec const in ad799x_chip_config structPeter Meerwald1-1/+1
2014-07-13iio:adc:ad799x: Only expose event interface when IRQ is availablePeter Meerwald1-86/+179
2014-07-13iio:adc:ad799x: Use BIT() and GENMASK()Peter Meerwald1-16/+15
2014-07-13iio:adc:ad799x: Save some lines in ad7997_8_update_scan_mode() exit handlingPeter Meerwald1-3/+1
2014-07-13iio:adc:ad799x: Drop I2C access helper functionsPeter Meerwald1-93/+26
2014-07-07Merge 3.16-rc4 into staging-nextGreg Kroah-Hartman1-2/+6
2014-06-21iio:adc:ad799x: Fix reading and writing of event values, apply shiftPeter Meerwald1-2/+6
2014-06-14iio:adc:ad799x: Fix ad799x_chip_info kerneldocPeter Meerwald1-2/+1
2014-05-03staging: iio: ad799x: remove some unneeded IS_ERR() checksDan Carpenter1-9/+6
2014-04-23staging: iio: Fix typo in iioMasanari Iida1-1/+1
2014-03-16staging:iio: Move ad799x driver out of stagingLars-Peter Clausen1-0/+794