summaryrefslogtreecommitdiff
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2011-05-20staging:iio: Remove legacy event handling.Jonathan Cameron8-600/+85
2011-05-20staging:iio:adc:ad799x move to new event handlingJonathan Cameron2-138/+115
2011-05-20staging:iio:adc:ad7314 remove unmatched unregister of event line.Jonathan Cameron1-7/+0
2011-05-20staging:iio:adt7310 move to current event handlingJonathan Cameron1-91/+64
2011-05-20staging:iio:adc:adt7410 move to current event handlingJonathan Cameron1-90/+61
2011-05-20staging:iio:ad7291 move from old event system to current.Jonathan Cameron1-285/+137
2011-05-20staging:iio:adc:adt75 old to new event handling conversionJonathan Cameron1-101/+43
2011-05-20staging:iio:adc:ad7152 remove unregister of interrupt line.Jonathan Cameron1-7/+2
2011-05-20staging:iio:adc:ad7150 move from deprecated event handling plus remove irq as...Jonathan Cameron1-88/+33
2011-05-20staging:iio:adc:ad7816 move from old to current event handling.Jonathan Cameron1-47/+15
2011-05-20staging:iio:adc:ad7745 move from old to current event handling.Jonathan Cameron1-65/+24
2011-05-20staging:iio:adt7316 get rid of legacy event handling code.Jonathan Cameron1-269/+97
2011-05-20staging:iio:dac:ad5504 move from old to new event handling.Jonathan Cameron2-41/+16
2011-05-20staging:iio:light:tsl2563 remove old style event registration.Jonathan Cameron1-43/+19
2011-05-20staging:iio:buffering remove unused parameter dead_offset from read_last_n in...Jonathan Cameron7-23/+14
2011-05-20staging:iio:sca3000 extract old event handling and move to poll for events fr...Jonathan Cameron3-709/+510
2011-05-20staging:iio: lis3l02dq - separate entirely interrupt handling for thesholds f...Jonathan Cameron3-47/+107
2011-05-20staging:iio: Push interrupt setup down into the drivers for event lines.Jonathan Cameron2-14/+6
2011-05-20staging:iio:lis3l02dq: General cleanupJonathan Cameron3-100/+84
2011-05-20staging:iio: Buffer device flattening.Jonathan Cameron3-59/+28
2011-05-20staging:iio: remove legacy event chrdev for the buffersJonathan Cameron6-103/+5
2011-05-20staging:iio: Add polling of events on the ring access chrdev.Jonathan Cameron3-5/+35
2011-05-20staging:iio: remove ability to escalate events.Jonathan Cameron7-96/+16
2011-05-20staging:iio:max1363 - move to channel_spec registration.Jonathan Cameron3-819/+333
2011-05-20staging:iio:lis3l02dq - move to new channel_spec approach.Jonathan Cameron3-481/+313
2011-05-20staging:iio: allow channels to be set up using a table of iio_channel_spec st...Jonathan Cameron6-54/+1161
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-26staging:iio:ade7758 replace unnecessary event line registration.Jonathan Cameron2-54/+24
2011-04-26staging:iio:adis16209 replace unnecessary event line registration.Jonathan Cameron2-50/+21
2011-04-26staging:iio:adis16240 replace unnecessary event line registration.Jonathan Cameron2-50/+22
2011-04-26staging:iio:adis16201 replace unnecessary event line registration.Jonathan Cameron2-50/+21
2011-04-26staging:iio:adis16204 replace unnecessary event line registration.Jonathan Cameron2-50/+22
2011-04-26staging:iio:adis16203 replace unnecessary event line registration.Jonathan Cameron2-50/+22
2011-04-26staging:iio:adis16260 replace unnecessary event line registration.Jonathan Cameron2-49/+22
2011-04-26staging:iio:adis16400 replace unnecessary event line registration.Jonathan Cameron2-52/+21
2011-04-26staging:iio:adis16350 replace unnecessary event line registration.Jonathan Cameron2-52/+22
2011-04-26staging:iio:adis16300 replace unnecessary event line registration.Jonathan Cameron2-52/+22
2011-04-26staging:iio:light:tsl2563 constify gain level table.Jonathan Cameron1-2/+2
2011-04-26staging:iio:tsl2563 take advantage of new iio_device_allocate private data.Jonathan Cameron1-39/+29
2011-04-26staging:iio:documentation make read_size signed to allow for errors.Jonathan Cameron1-1/+1
2011-04-26staging:iio:max1363 take advantage of new iio_device_allocate private data.Jonathan Cameron3-86/+74