summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7192.c
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: ad7192: Remove exceptional & on function namesimran singhal2017-03-131-6/+6
* iio: adc: ad7192: fixed symbolic permission references 'S_IRUGO | S_IWUSR'Artur Lorincz2017-02-051-4/+4
* staging: iio: ad7192: rename regulator 'reg' to 'avdd'Eva Rachel Retuya2016-11-051-11/+11
* staging: iio: ad7192: add DVdd regulatorEva Rachel Retuya2016-11-051-1/+18
* 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: ad7192: implement IIO_CHAN_INFO_SAMP_FREQEva Rachel Retuya2016-10-111-55/+29
* Merge tag 'iio-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-04-041-18/+12
|\
| * staging: iio: ad7192: use iio_device_{claim|release}_direct_mode()Alison Schofield2016-03-121-18/+12
* | staging: iio: use kernel preferred block commenting styleAlison Schofield2016-03-281-10/+10
|/
* staging:iio:ad7192: Add support for the AD7193Lars-Peter Clausen2016-02-091-15/+61
* Staging: iio: adc: fix indent on break statementColin Ian King2016-01-241-1/+1
* 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/+0
|\
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* | Staging: iio: ad7192: Remove unnecessary NULL testShivani Bhardwaj2015-10-161-1/+1
* | staging: iio: adc: remove the use of CamelCaseIoana Ciornei2015-10-161-5/+5
* | staging: iio: adc: remove multiple blank linesIoana Ciornei2015-10-161-1/+0
* | staging: iio: adc: remove space after castIoana Ciornei2015-10-161-1/+1
* | staging: iio: adc: remove explicit comparison to NULLIoana Ciornei2015-10-161-1/+1
* | staging: iio: adc: properly indent to match open paranthesisIoana Ciornei2015-10-161-23/+24
|/
* Staging: iio: use the BIT macro in adcHaneen Mohammed2015-03-261-31/+31
* drivers:staging:iio: fix checkpatch complaint about space before commaZachary Warren2014-11-221-1/+1
* Staging: iio: adc: Fix line over 80 charactersVaishali Thakkar2014-10-201-1/+2
* Staging: iio: adc: Use usleep_range instead of msleepVaishali Thakkar2014-09-281-1/+1
* staging: iio: ad7192: Use devm_* APIs and fix a memory leakSachin Kamat2013-09-071-11/+4
* staging:iio:adc: Use kstrtol()/kstrtoul()Aida Mynzhasova2013-05-131-1/+1
* 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
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-161-0/+2
|\
| * staging:iio: prevent divide by zero bugsDan Carpenter2012-08-271-0/+2
* | staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen2012-08-271-1/+1
* | staging:iio:ad7192: Use common Sigma Delta libraryLars-Peter Clausen2012-08-271-447/+61
* | staging:iio:ad7192: Remove unused platform_data from device state structLars-Peter Clausen2012-08-271-7/+4
* | Merge 3.6-rc3 into staging-nextGreg Kroah-Hartman2012-08-271-22/+26
|\ \ | |/
| * staging:iio:ad7192: Report offset and scale for temperature channelLars-Peter Clausen2012-08-161-14/+12
| * staging:iio:ad7192: Report channel offsetLars-Peter Clausen2012-08-161-4/+10
| * staging:iio:ad7192: Mark channels as unsignedLars-Peter Clausen2012-08-161-3/+3
| * staging:iio:ad7192: Fix setting ACXLars-Peter Clausen2012-08-161-1/+1
| * staging:iio:ad7192: Add missing break in switch statementLars-Peter Clausen2012-08-161-1/+1
* | staging:iio: Constify static iio_chan_spec arraysLars-Peter Clausen2012-08-141-1/+1
|/
* staging:iio:ad7192: Use iio_validate_scan_mask_onehotLars-Peter Clausen2012-07-091-8/+2
* staging:iio:adc:ad7192: Use new triggered buffer setup helper functionLars-Peter Clausen2012-06-181-43/+6
* staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-6/+6
* staging: iio: adc: convert ADI drivers to use kfifo.Michael Hennerich2012-04-301-7/+7
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-5/+5
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-5/+5
* staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron2012-04-241-1/+1
* staging:iio:adc:ad7192 make use of iio_sw_buffer_preenable.Jonathan Cameron2012-04-241-17/+5
OpenPOWER on IntegriCloud