aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2011-07-18staging:iio:adc:ad7476: Incorrect pointer into spi_set_drvdata.Jonathan Cameron1-1/+1
2011-07-05Staging: iio: some uninitialized variable bugsDan Carpenter1-0/+1
2011-06-28Staging: iio: dereferencing uninitialized variableDan Carpenter1-9/+11
2011-06-28IIO: ADC: New driver for AD7792/AD7793 3 Channel SPI ADCMichael Hennerich4-0/+1109
2011-06-28staging:iio:adc:adt7410 allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-48/+38
2011-06-28staging:iio:adc:adt7310: allocate chip state with iio_dev and use iio_priv for access.Jonathan Cameron1-52/+42
2011-06-28staging:iio:adc:adt75: allocate chip state with iio_dev and cleanup some function calls.Jonathan Cameron1-67/+56
2011-06-28staging:iio:adc:ad7816: allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-41/+33
2011-06-28staging:iio:adc:ad7745 allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-44/+35
2011-06-28staging:iio:adc:ad7314 allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-29/+19
2011-06-28staging:iio:adc:ad7291: allocate chip state with iio_dev and use iio_priv for access.Jonathan Cameron1-48/+37
2011-06-28staging:iio:adc:ad7152: allocate chip state with iio_dev and use iio_priv for access.Jonathan Cameron1-41/+32
2011-06-28staging:iio:adc:ad7150: allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-50/+41
2011-06-28staging:iio:adc:ad799x clear out last few uses of iio_dev->dev_data.Jonathan Cameron2-9/+8
2011-06-28staging:iio:adc:ad7887 clear out last few uses of iio_dev->dev_data.Jonathan Cameron2-5/+4
2011-06-28staging:iio:adc:ad7476 allocate state with iio_dev and use iio_priv to access.Jonathan Cameron3-50/+47
2011-05-19staging:iio: Trivial kconfig reorganization and uniformity improvements.Jonathan Cameron1-24/+24
2011-05-19staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron6-91/+56
2011-05-19staging:iio:max1363 misc cleanups and use of for_each_bit_set to simplify event code spitting out.Jonathan Cameron3-116/+63
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron18-433/+542
2011-05-19staging:iio:ad7780 trivial unused header cleanup.Jonathan Cameron1-2/+0
2011-05-19staging:iio:adc: AD7780: Use private data space from iio_allocate_device + trivial fixesMichael Hennerich1-44/+36
2011-05-19staging:iio:adc:AD7780: Convert to new channel registration methodMichael Hennerich1-56/+45
2011-05-19staging:iio:adc: AD7606: Drop dev_data in favour of iio_priv()Michael Hennerich3-19/+16
2011-05-19staging:iio:adc: AD7606: Consitently use indio_devMichael Hennerich1-19/+19
2011-05-19staging:iio:adc:AD7298: Use private data space from iio_allocate_deviceMichael Hennerich3-44/+41
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron6-66/+82
2011-05-19staging:iio:buffer - remove unused event code for buffer events.Jonathan Cameron1-2/+2
2011-05-19staging:iio:adc:adt7410 replace abuse of buffer events.Jonathan Cameron1-14/+12
2011-05-19staging:iio:adc:adt7310 replace abuse of buffer events.Jonathan Cameron1-13/+11
2011-05-19staging:iio:adc:ad7291 remove abuse of buffer events and replace with something almost saneJonathan Cameron1-15/+41
2011-05-19staging:iio:adc:ad7816 and adt75 change to meaningful event code.Jonathan Cameron2-2/+8
2011-05-19staging:iio:adc:ad7150 fix event codes.Jonathan Cameron1-12/+19
2011-05-19staging:iio:max1363 add new 2 channels parts form maxim, 11644-7Jonathan Cameron2-3/+58
2011-05-19staging:iio:max1363 trivial removal of unused trig pointer.Jonathan Cameron1-1/+0
2011-05-19staging:iio:adc:ad7606: Use private data space from iio_allocate_deviceMichael Hennerich5-77/+85
2011-05-19staging:iio:adc:ad7606 Convert to new channel registration method Update Add missing call to iio_trigger_notify_done() Set pollfunc top and bottom half handlerMichael Hennerich3-173/+114
2011-05-19staging:iio:adc:ad7298: Convert to new channel registration methodMichael Hennerich3-121/+101
2011-05-19staging:iio:adc:ad799x removed unused headers.Jonathan Cameron2-3/+0
2011-05-19staging:iio:adc:ad799x: Use private data space from iio_allocate_deviceMichael Hennerich3-46/+38
2011-05-19staging:iio:adc:ad799x: Convert to new channel registration method.Michael Hennerich3-318/+205
2011-05-19staging:iio:adc:ad7887: Use private data space from iio_allocate_deviceMichael Hennerich3-52/+37
2011-05-19staging:iio:adc:ad7887: Convert to new channel registration method.Michael Hennerich3-137/+66
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron15-237/+32
2011-05-19staging:iio:adc:ad799x move to irqchip based trigger handling.Jonathan Cameron3-39/+28
2011-05-19staging:iio:adc:ad7887 move to irqchip based trigger handling.Jonathan Cameron3-38/+27
2011-05-19staging:iio:adc:ad7606 conversion to irq_chip based polling.Jonathan Cameron3-7/+24
2011-05-19staging:iio:adc:ad7298 move to irqchip based trigger handling.Jonathan Cameron3-43/+26
2011-05-19staging:iio:adc:ad7476 move to irqchip based triggeringJonathan Cameron3-46/+26
2011-05-19staging:iio:adc:ad7476 use channel_specJonathan Cameron3-108/+72