aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7816.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-23/+9
2011-05-19staging:iio:adc:ad7816 move from old to current event handling.Jonathan Cameron1-47/+15
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2010-11-09staging: iio: adc: new driver for AD7816 devicesSonic Zhang1-0/+535