aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/addac (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-1/+1
2013-04-09staging:iio:adt7316 Fix some 'interesting' string operationsLuck, Tony1-13/+13
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton2-2/+2
2012-11-21staging: iio: remove use of __devexitBill Pemberton3-3/+3
2012-11-21staging: iio: remove use of __devinitBill Pemberton3-3/+3
2012-05-14staging:iio:addac: Use dev_to_iio_dev()Lars-Peter Clausen1-70/+70
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-02-24staging:iio: Use dev_pm_opsLars-Peter Clausen4-42/+14
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-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-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen1-13/+1
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-25/+27
2011-10-19iio: Spell fix - consistent use of Converter - no functional changesMichael Hennerich1-1/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-1/+2
2011-10-17staging:iio: gpio build dependency fixingJonathan Cameron1-0/+1
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron1-4/+4
2011-09-26staging: iio: Move sensor drivers to sub menusManuel Stahl1-1/+3
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock1-1/+1
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-8/+5
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-10/+8
2011-09-06staging: iio: remove specific chrdev for event reading. Get fd from ioctl on buffer.Jonathan Cameron1-0/+2
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker2-0/+2
2011-08-23staging:iio:addac:adt7316 make interrupt mask sane.Jonathan Cameron1-1/+1
2011-06-28staging:iio:addac:adt7316: allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-117/+107
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-9/+18
2011-05-19staging:iio:addac:adt7316 replace abuse of buffer events.Jonathan Cameron1-30/+52
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-18/+3
2011-05-19staging:iio:adt7316 get rid of legacy event handling code.Jonathan Cameron1-269/+97
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-3/+3
2010-11-09staging: iio: new ADT7316/7/8 and ADT7516/7/9 driverSonic Zhang6-0/+2817