aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7816.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-04-03staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman1-2/+1
2019-04-02staging: iio: adc: ad7816.c: Replace bit shifting with BIT macroPayal Kshirsagar1-1/+1
2018-12-16staging: iio: ad7816: drop unnecessary initialization of variablesHardik Singh Rathore1-4/+3
2018-11-16staging: iio: ad7816: Add device tree table.Nishad Kamdar1-0/+9
2018-11-11staging: iio: ad7816: Set RD/WR pin and CONVST pin as outputs.Nishad Kamdar1-2/+3
2018-11-11staging: iio: ad7816: Do not use busy_pin in case of AD7818Nishad Kamdar1-11/+24
2018-10-21staging: iio: ad7816: Switch to the gpio descriptor interfaceNishad Kamdar1-46/+34
2018-03-07staging: iio: Remove unnecessary cast on void pointerArushi Singhal1-1/+1
2017-08-22staging:iio:adc: drop assign iio_info.driver_moduleJonathan Cameron1-1/+0
2017-01-28Staging: iio: adc: ad7816: fix symbolic permissions coding style issueJulián de Gortari1-5/+5
2016-10-03Staging: iio: ad7816: constify attribute_group structuresBhumika Goyal1-1/+1
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-1/+2
2016-02-20staging: iio: adc: Remove unnecessary test from if conditionsAmitoj Kaur Chawla1-2/+2
2015-12-02Staging: iio: adc: use dev_get_platdata()Nizam Haider1-1/+1
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-29Staging: iio: adc: Fix sparse warningKsenija Stanojevic1-2/+3
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-16staging: iio: adc: remove multiple blank linesIoana Ciornei1-3/+0
2015-10-16staging: iio: adc: add spaces around binary operatorsIoana Ciornei1-1/+1
2015-10-16staging: iio: adc: properly indent to match open paranthesisIoana Ciornei1-24/+24
2014-10-20Staging: iio: adc: Fixing line over 80 charactersVaishali Thakkar1-1/+2
2014-09-28Staging: iio: Remove unnecessory immediate else after return statementVaishali Thakkar1-6/+5
2014-09-22Staging: iio: adc: Fix quoted string split accross linesDarshana Padmadas1-2/+1
2014-04-23staging: iio: Fix typo in iioMasanari Iida1-1/+1
2013-11-24staging: iio: ad7816: Use devm_iio_device_registerSachin Kamat1-11/+1
2013-09-07staging: iio: ad7816: Use devm_* APIsSachin Kamat1-39/+20
2013-05-13staging:iio:adc: Use kstrtol()/kstrtoul()Aida Mynzhasova1-3/+5
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-07-08staging:iio: Request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-1/+1
2012-05-14staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen1-7/+7
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2011-12-08staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-11-26staging:iio: header reorganizationJonathan Cameron1-0/+1
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen1-13/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-1/+2
2011-10-11staging:iio:adc:naming: dev_info to indio_dev for consistencyJonathan Cameron1-17/+17
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-8/+7
2011-09-06staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron1-1/+0
2011-09-06staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron1-4/+1
2011-09-06staging: iio: remove specific chrdev for event reading. Get fd from ioctl on buffer.Jonathan Cameron1-0/+1
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TYPE> etcJonathan Cameron1-1/+1
2011-06-28staging:iio:adc:ad7816: allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-41/+33
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-4/+8
2011-05-19staging:iio:adc:ad7816 and adt75 change to meaningful event code.Jonathan Cameron1-1/+4