aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/adt7410.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-2/+2
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-3/+3
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-3/+3
2012-11-17staging:iio:adt7410: Fix adt7410_set_mode return valueLars-Peter Clausen1-1/+1
2012-10-31staging:iio: Consolidate adt7310 and adt7410 driverLars-Peter Clausen1-97/+361
2012-07-09Merge tag 'togreg_8_7_2012' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-11/+17
2012-07-08staging iio adt7410: fix 13bit modeSascha Hauer1-19/+10
2012-07-08staging iio adt7410: sysfs store function must return lengthSascha Hauer1-1/+1
2012-07-08staging:iio: Request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-2/+3
2012-07-08staging:iio:adt7410: use local platformdata if none is specifiedSascha Hauer1-0/+4
2012-07-08staging iio adt7410: make 16bit mode defaultSascha Hauer1-11/+13
2012-05-14staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen1-14/+14
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-09staging:iio:adc:adt7310/7410 sticking plaster fix for broken event attrs.Jonathan Cameron1-17/+4
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+1
2011-11-26staging:iio: header reorganizationJonathan Cameron1-0/+1
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen1-13/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-1/+2
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-7/+4
2011-09-06staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron1-4/+3
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 Gortmaker1-0/+1
2011-06-28staging:iio:adc:adt7410 allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-48/+38
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:adt7410 replace abuse of buffer events.Jonathan Cameron1-14/+12
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-17/+3
2011-05-19staging:iio:adc:adt7410 move to current event handlingJonathan Cameron1-90/+61
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 ADT7410 temperature sensorsSonic Zhang1-0/+915