aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2011-05-19staging:iio:imu:adis16350 etc support into adis16400 driver.Jonathan Cameron5-47/+260
2011-05-19staging:iio:imu:adis16400 move to irq based triggers and channel spec channel registration.Jonathan Cameron4-364/+281
2011-05-19staging:iio:meter:ade7758 move to irqchip based trigger handling.Jonathan Cameron2-37/+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
2011-05-19staging:iio:adc:max1363 move to irqchip based threaded irq triggeringJonathan Cameron3-47/+26
2011-05-19staging:iio:accel:lis3l02dq move to threaded trigger handling.Jonathan Cameron3-91/+56
2011-05-19staging:iio: add generic data ready poll function.Jonathan Cameron2-0/+9
2011-05-19staging:iio:ring_sw add function needed for threaded irq.Jonathan Cameron2-4/+11
2011-05-19staging:iio:Documentation generic_buffer.c update to new abi for buffers + misc fixesJonathan Cameron2-74/+39
2011-05-19staging:iio: Add infrastructure for irq_chip based triggersJonathan Cameron3-35/+202
2011-05-19staging:iio:accel:lis3l02dq make threshold interrupt threaded.Jonathan Cameron2-90/+73
2011-05-19staging:iio: Remove legacy event handling.Jonathan Cameron8-600/+85
2011-05-19staging:iio:adc:ad799x move to new event handlingJonathan Cameron2-127/+104
2011-05-19staging:iio:adc:ad7314 remove unmatched unregister of event line.Jonathan Cameron1-7/+0
2011-05-19staging:iio:adt7310 move to current event handlingJonathan Cameron1-91/+64
2011-05-19staging:iio:adc:adt7410 move to current event handlingJonathan Cameron1-90/+61
2011-05-19staging:iio:ad7291 move from old event system to current.Jonathan Cameron1-285/+137
2011-05-19staging:iio:adc:adt75 old to new event handling conversionJonathan Cameron1-101/+43
2011-05-19staging:iio:adc:ad7152 remove unregister of interrupt line.Jonathan Cameron1-7/+2
2011-05-19staging:iio:adc:ad7150 move from deprecated event handling plus remove irq as gpio requirement.Jonathan Cameron1-88/+33
2011-05-19staging:iio:adc:ad7816 move from old to current event handling.Jonathan Cameron1-47/+15
2011-05-19staging:iio:adc:ad7745 move from old to current event handling.Jonathan Cameron1-65/+24
2011-05-19staging:iio:adt7316 get rid of legacy event handling code.Jonathan Cameron1-268/+96
2011-05-19staging:iio:dac:ad5504 move from old to new event handling.Jonathan Cameron2-40/+15
2011-05-19staging:iio:light:tsl2563 remove old style event registration.Jonathan Cameron1-43/+19
2011-05-19staging:iio:buffering remove unused parameter dead_offset from read_last_n in all buffer implementations.Jonathan Cameron7-23/+14
2011-05-19staging:iio:sca3000 extract old event handling and move to poll for events from bufferJonathan Cameron3-708/+509
2011-05-19staging:iio: lis3l02dq - separate entirely interrupt handling for thesholds from that for the datardy signal.Jonathan Cameron3-47/+107
2011-05-19staging:iio: Push interrupt setup down into the drivers for event lines.Jonathan Cameron2-14/+6
2011-05-19staging:iio:lis3l02dq: General cleanupJonathan Cameron3-100/+84
2011-05-19staging:iio: Buffer device flattening.Jonathan Cameron3-59/+28
2011-05-19staging:iio: remove legacy event chrdev for the buffersJonathan Cameron6-103/+5
2011-05-19staging:iio: Add polling of events on the ring access chrdev.Jonathan Cameron3-5/+35
2011-05-19staging:iio: remove ability to escalate events.Jonathan Cameron7-96/+16
2011-05-19staging:iio:max1363 - move to channel_spec registration.Jonathan Cameron3-819/+333
2011-05-19staging:iio:lis3l02dq - move to new channel_spec approach.Jonathan Cameron3-476/+308
2011-05-19staging:iio: allow channels to be set up using a table of iio_channel_spec structures.Jonathan Cameron6-53/+1160
2011-05-12iio: adc: ad7780: Add missing GPIOLIB dependencyMichael Hennerich1-0/+1
2011-05-12iio: trigger: iio-trig-bfin-timer: select missing dependencyMichael Hennerich1-0/+1
2011-05-03IIO: GYRO: ADXRS450: Don't exit probe, in case the power on default is not met.Michael Hennerich1-5/+3
2011-05-03IIO: GYRO: ADXRS450: Fix sign issues, properly shift results and limit valuesMichael Hennerich1-5/+5
2011-05-03IIO: GYRO: ADXRS450: enforce sequential transfer delay of at least 0.1msMichael Hennerich1-0/+1
2011-05-03IIO: GYRO: ADXRS450: Add missing parity bit generationMichael Hennerich1-0/+7
2011-05-03IIO: GYRO: ADXRS450: Cleanup result extraction and update license noticeMichael Hennerich1-3/+4
2011-05-03IIO: GYRO: ADXRS450: Don't issue two messages, use two transfersMichael Hennerich1-30/+28
2011-05-03IIO: DDS: AD9834: Add support for AD9837 and AD9838 DDS devicesMichael Hennerich3-20/+23
2011-05-03IIO: DAC: AD5791: Add support for the AD5760/AD5780 High Resolution DACsMichael Hennerich3-20/+50
2011-04-25staging:iio:ade7758 replace unnecessary event line registration.Jonathan Cameron2-54/+24
2011-04-25staging:iio:adis16209 replace unnecessary event line registration.Jonathan Cameron2-50/+21