summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7816.c
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman2019-04-031-2/+1Star
* staging: iio: adc: ad7816.c: Replace bit shifting with BIT macroPayal Kshirsagar2019-04-021-1/+1
* staging: iio: ad7816: drop unnecessary initialization of variablesHardik Singh Rathore2018-12-161-4/+3Star
* staging: iio: ad7816: Add device tree table.Nishad Kamdar2018-11-161-0/+9
* staging: iio: ad7816: Set RD/WR pin and CONVST pin as outputs.Nishad Kamdar2018-11-111-2/+3
* staging: iio: ad7816: Do not use busy_pin in case of AD7818Nishad Kamdar2018-11-111-11/+24
* staging: iio: ad7816: Switch to the gpio descriptor interfaceNishad Kamdar2018-10-211-46/+34Star
* staging: iio: Remove unnecessary cast on void pointerArushi Singhal2018-03-071-1/+1
* staging:iio:adc: drop assign iio_info.driver_moduleJonathan Cameron2017-08-221-1/+0Star
* Staging: iio: adc: ad7816: fix symbolic permissions coding style issueJulián de Gortari2017-01-281-5/+5
* Staging: iio: ad7816: constify attribute_group structuresBhumika Goyal2016-10-031-1/+1
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-1/+2
* staging: iio: adc: Remove unnecessary test from if conditionsAmitoj Kaur Chawla2016-02-201-2/+2
* Staging: iio: adc: use dev_get_platdata()Nizam Haider2015-12-021-1/+1
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0Star
|\
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0Star
* | Staging: iio: adc: Fix sparse warningKsenija Stanojevic2015-10-281-2/+3
* | staging: iio: adc: remove multiple blank linesIoana Ciornei2015-10-171-3/+0Star
* | staging: iio: adc: add spaces around binary operatorsIoana Ciornei2015-10-171-1/+1
* | staging: iio: adc: properly indent to match open paranthesisIoana Ciornei2015-10-171-24/+24
|/
* Staging: iio: adc: Fixing line over 80 charactersVaishali Thakkar2014-10-201-1/+2
* Staging: iio: Remove unnecessory immediate else after return statementVaishali Thakkar2014-09-291-6/+5Star
* Staging: iio: adc: Fix quoted string split accross linesDarshana Padmadas2014-09-221-2/+1Star
* staging: iio: Fix typo in iioMasanari Iida2014-04-231-1/+1
* staging: iio: ad7816: Use devm_iio_device_registerSachin Kamat2013-11-241-11/+1Star
* staging: iio: ad7816: Use devm_* APIsSachin Kamat2013-09-071-39/+20Star
* staging:iio:adc: Use kstrtol()/kstrtoul()Aida Mynzhasova2013-05-131-3/+5
* staging: iio: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* staging: iio: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: iio: remove use of __devinitBill Pemberton2012-11-211-1/+1
* staging:iio: Request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-081-1/+1
* staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-7/+7
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-301-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-3/+3
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-1/+1
|\
| * staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen2011-12-081-1/+0Star
| * staging:iio: header reorganizationJonathan Cameron2011-11-271-0/+1
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-171-13/+1Star
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-181-1/+2
* staging:iio:adc:naming: dev_info to indio_dev for consistencyJonathan Cameron2011-10-111-17/+17
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-071-8/+7Star
* staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron2011-09-071-1/+0Star
* staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron2011-09-071-4/+1Star
* staging: iio: remove specific chrdev for event reading. Get fd from ioctl on ...Jonathan Cameron2011-09-071-0/+1
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-261-0/+1
* staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron2011-08-231-1/+1
* staging:iio:adc:ad7816: allocate chip state with iio_dev and use iio_priv to ...Jonathan Cameron2011-06-281-41/+33Star
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-201-4/+8
* staging:iio:adc:ad7816 and adt75 change to meaningful event code.Jonathan Cameron2011-05-201-1/+4
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-201-23/+9Star