aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron48-677/+679
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron31-33/+32
2011-09-26staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron29-89/+89
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron26-39/+39
2011-09-26staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron19-40/+40
2011-09-26staging:iio:documentation Add abi docs for capacitance adcs.Jonathan Cameron1-0/+19
2011-09-26staging:iio:documentation general refresh of abi docs.Jonathan Cameron1-92/+91
2011-09-26staging: iio: Move sensor drivers to sub menusManuel Stahl12-12/+34
2011-09-26staging: iio: adc: Replace, rewrite ad7745 from scratch.Michael Hennerich5-675/+835
2011-09-16staging:iio: move id and device name setting to iio_device_allocate.Jonathan Cameron1-12/+13
2011-09-16staging:iio:adc:ad7606 add channel type specification to range attributes.Jonathan Cameron1-7/+8
2011-09-16staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron21-189/+196
2011-09-15Merge branch 'master' into for-nextJiri Kosina5-10/+30
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2-2/+2
2011-09-09staging:iio:light: V3 fix out of bounds reg_cache[] accessJonathan Cameron1-9/+14
2011-09-06staging:iio: ad7152: fix channel assignment for AD7153Michael Hennerich1-4/+4
2011-09-06staging:iio:adc:ad7192: return len and fix out of range checkingMichael Hennerich1-3/+7
2011-09-06staging:iio:adc:ad7192: add temp_scale attribute, change module descriptionMichael Hennerich1-5/+12
2011-09-06staging:iio:adc:ad7291: reset device and setup irq before it is enabledMichael Hennerich1-11/+16
2011-09-06staging:iio:adc:ad7291: fix channel mapping for event enablesMichael Hennerich1-12/+12
2011-09-06staging:iio:adc:ad7291: introduce IIO_EVENT_CODE_EXTRACT_CHAN_TYPE and use accordinglyMichael Hennerich2-3/+6
2011-09-06staging:iio:adc:ad7291: fix mask bit generationMichael Hennerich1-1/+1
2011-09-06staging:iio:adc:ad7291: don't swab results twice and introduce more register definesMichael Hennerich1-32/+58
2011-09-06staging:iio:adc:ad7291: Add regulator, reference voltage and scale handlingMichael Hennerich1-9/+52
2011-09-06staging:iio:adc:ad7291: Fix AD7291_T_SENSE_MASKMichael Hennerich1-14/+14
2011-09-06staging:iio:adc:ad7291: Fix typos, change kconfig description and file headerMichael Hennerich2-9/+9
2011-09-06staging:iio:adc:ad7291: fix channel mappingMichael Hennerich1-1/+1
2011-09-06staging:iio:accel:adis16209: Fix double registration of in_incli0_indexMichael Hennerich1-2/+2
2011-09-06staging:iio:imu: adis16400: Avoid using printk facilityMichael Hennerich1-1/+1
2011-09-06staging:iio:imu:adis16400 cleanupsJonathan Cameron2-206/+403
2011-09-06staging:iio:adc:ad7291 bring into line with current abi + chan_spec conversion.Jonathan Cameron1-574/+312
2011-09-06staging:iio:adc:ad7152: Fix differential channel return value and increase delay.Michael Hennerich1-2/+5
2011-09-06staging:iio:adc:ad7152: Update sample rate, conversion time, digital filter handlingMichael Hennerich1-10/+29
2011-09-06staging:iio:adc:ad7152: Add proper lockingMichael Hennerich1-38/+71
2011-09-06staging:iio:adc:ad7152: update scale handlingMichael Hennerich1-4/+22
2011-09-06staging:iio:adc:ad7152: Miscellaneous fixes and touch-upMichael Hennerich1-28/+49
2011-09-06staging:iio:adc:ad7152: increase readability by introducing proper bit definesMichael Hennerich1-49/+82
2011-09-06staging:iio:adc:ad7152 bring more into line with abi.Jonathan Cameron1-165/+129
2011-09-06staging:iio:adc:ad7152 set correct number of channels for ad7153.Jonathan Cameron1-1/+5
2011-09-06staging:iio:adc:ad7152 use smbus read / write functions + checkpatch fixesJonathan Cameron1-271/+147
2011-09-06staging:iio:adc:ad7150: Add support for the second interrupt strobe.Michael Hennerich1-13/+25
2011-09-06staging:iio:adc:ad7150: remove conversion mode handling.Michael Hennerich1-94/+0
2011-09-06staging:iio:adc:ad7150: chan_spec conv + i2c_smbus commands + drop unused poweroff timeout control.Jonathan Cameron1-444/+382
2011-09-06staging:iio:dac:ad5791 chan spec conversion.Jonathan Cameron2-90/+72
2011-09-06staging:iio: Differential channel handling - use explicit flag rather than types.Jonathan Cameron7-243/+322
2011-09-06staging:iio:add adaptive event types and missing extract_type macro.Jonathan Cameron2-1/+6
2011-09-06staging:iio: Add capacitance type and average_raw chan info.Jonathan Cameron2-0/+5
2011-09-06staging:iio:naming in the EV_BIT macro fix.Jonathan Cameron2-12/+12
2011-09-06staging:iio:attrs - make address a u64 to allow event codes to be used.Jonathan Cameron3-4/+5
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron42-487/+387