summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/adc/ad7816.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-25staging: iio: ad7816: Use devm_iio_device_registerSachin Kamat1-11/+1
2013-09-08staging: iio: ad7816: Use devm_* APIsSachin Kamat1-39/+20
2013-05-14staging:iio:adc: Use kstrtol()/kstrtoul()Aida Mynzhasova1-3/+5
2012-11-22staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-22staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-22staging: 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-15staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen1-7/+7
2012-04-30staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2011-12-08staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-11-27staging:iio: header reorganizationJonathan Cameron1-0/+1
2011-11-18staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen1-13/+1
2011-10-18staging: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-07staging:iio: rework of attribute registration.Jonathan Cameron1-8/+7
2011-09-07staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron1-1/+0
2011-09-07staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron1-4/+1
2011-09-07staging: iio: remove specific chrdev for event reading. Get fd from ioctl on ...Jonathan Cameron1-0/+1
2011-08-26staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-24staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron1-1/+1
2011-06-29staging:iio:adc:ad7816: allocate chip state with iio_dev and use iio_priv to ...Jonathan Cameron1-41/+33
2011-05-20staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron1-4/+8
2011-05-20staging:iio:adc:ad7816 and adt75 change to meaningful event code.Jonathan Cameron1-1/+4
2011-05-20staging:iio: use the new central name attribute creation codeJonathan Cameron1-23/+9
2011-05-20staging:iio:adc:ad7816 move from old to current event handling.Jonathan Cameron1-47/+15
2011-04-26staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2010-11-10staging: iio: adc: new driver for AD7816 devicesSonic Zhang1-0/+535