summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7780.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad7780: remove IIO_CHAN_INFO_SAMP_FREQ supportAlexandru Ardelean2018-03-171-1/+1
* staging:iio:adc: drop assign iio_info.driver_moduleJonathan Cameron2017-08-221-1/+0
* staging: iio: ad7780: Remove exceptional & on function namesimran singhal2017-03-131-1/+1
* staging: iio: rework regulator handlingEva Rachel Retuya2016-11-051-9/+9
* staging: iio: set proper supply name to devm_regulator_get()Eva Rachel Retuya2016-11-051-1/+1
* staging: iio: convert bare unsigned usage to unsigned intAlison Schofield2016-03-281-1/+1
* Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2015-12-011-23/+13
|\
| * staging:iio:ad7780: Remove the ad7780_platform_dataDragos Bogdan2015-11-211-7/+2
| * staging:iio:ad7780: Switch to the gpio descriptor interfaceDragos Bogdan2015-11-181-16/+11
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0
|\ \ | |/ |/|
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* | staging: iio: adc: remove multiple blank linesIoana Ciornei2015-10-161-1/+0
* | staging: iio: adc: properly indent to match open paranthesisIoana Ciornei2015-10-161-5/+7
|/
* Staging: iio: adc: Remove explicit NULL comparisonCristina Opriceana2015-04-011-1/+1
* Staging: iio: use the BIT macro in adcHaneen Mohammed2015-03-261-8/+8
* staging:iio:ad7780: Report scale as fractional valueLars-Peter Clausen2013-10-011-6/+3
* staging: iio: ad7780: Use devm_* APIsSachin Kamat2013-09-071-21/+7
* staging: iio: remove use of __devexit_pBill Pemberton2012-11-211-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:ad7780: Add support for the ad7170/ad7171Lars-Peter Clausen2012-09-221-6/+30
* staging:iio:ad7780: Make powerdown GPIO optionalLars-Peter Clausen2012-09-221-14/+17
* staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen2012-08-271-1/+1
* staging:iio:ad7780: Use common Sigma Delta libraryLars-Peter Clausen2012-08-271-116/+70
* staging:iio:ad7780: Mark channels as unsignedLars-Peter Clausen2012-08-161-4/+6
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-2/+2
* staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-181-3/+5
* staging:iio:accel:ad7780 unwind use of IIO_CHAN macro.Jonathan Cameron2012-04-131-6/+24
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-4/+4
|\
| * staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen2011-12-081-1/+0
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-0/+1
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-261-3/+3
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-261-1/+1
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-171-12/+1
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-171-1/+2
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-291-2/+2
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-261-1/+0
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-251-0/+1
* staging:iio:adc: unused header removals.Jonathan Cameron2011-08-231-1/+0
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-2/+6
* staging:iio:ad7780 trivial unused header cleanup.Jonathan Cameron2011-05-191-2/+0
* staging:iio:adc: AD7780: Use private data space from iio_allocate_device + tr...Michael Hennerich2011-05-191-44/+36
* staging:iio:adc:AD7780: Convert to new channel registration methodMichael Hennerich2011-05-191-62/+51
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-191-12/+1
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-251-1/+1
* staging: IIO: ADC: New driver for the AD7780 / AD7781 24-bit Sigma-Delta ADCMichael Hennerich2011-04-051-0/+329
OpenPOWER on IntegriCloud