summaryrefslogtreecommitdiff
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2011-09-07staging:iio: ad7152: fix channel assignment for AD7153Michael Hennerich1-4/+4
2011-09-07staging:iio:adc:ad7192: return len and fix out of range checkingMichael Hennerich1-3/+7
2011-09-07staging:iio:adc:ad7192: add temp_scale attribute, change module descriptionMichael Hennerich1-5/+12
2011-09-07staging:iio:adc:ad7291: reset device and setup irq before it is enabledMichael Hennerich1-11/+16
2011-09-07staging:iio:adc:ad7291: fix channel mapping for event enablesMichael Hennerich1-12/+12
2011-09-07staging:iio:adc:ad7291: introduce IIO_EVENT_CODE_EXTRACT_CHAN_TYPE and use ac...Michael Hennerich2-3/+6
2011-09-07staging:iio:adc:ad7291: fix mask bit generationMichael Hennerich1-1/+1
2011-09-07staging:iio:adc:ad7291: don't swab results twice and introduce more register ...Michael Hennerich1-32/+58
2011-09-07staging:iio:adc:ad7291: Add regulator, reference voltage and scale handlingMichael Hennerich1-9/+52
2011-09-07staging:iio:adc:ad7291: Fix AD7291_T_SENSE_MASKMichael Hennerich1-14/+14
2011-09-07staging:iio:adc:ad7291: Fix typos, change kconfig description and file headerMichael Hennerich2-9/+9
2011-09-07staging:iio:adc:ad7291: fix channel mappingMichael Hennerich1-1/+1
2011-09-07staging:iio:accel:adis16209: Fix double registration of in_incli0_indexMichael Hennerich1-2/+2
2011-09-07staging:iio:imu: adis16400: Avoid using printk facilityMichael Hennerich1-1/+1
2011-09-07staging:iio:imu:adis16400 cleanupsJonathan Cameron2-206/+403
2011-09-07staging:iio:adc:ad7291 bring into line with current abi + chan_spec conversion.Jonathan Cameron1-577/+315
2011-09-07staging:iio:adc:ad7152: Fix differential channel return value and increase de...Michael Hennerich1-2/+5
2011-09-07staging:iio:adc:ad7152: Update sample rate, conversion time, digital filter h...Michael Hennerich1-10/+29
2011-09-07staging:iio:adc:ad7152: Add proper lockingMichael Hennerich1-38/+71
2011-09-07staging:iio:adc:ad7152: update scale handlingMichael Hennerich1-4/+22
2011-09-07staging:iio:adc:ad7152: Miscellaneous fixes and touch-upMichael Hennerich1-28/+49
2011-09-07staging:iio:adc:ad7152: increase readability by introducing proper bit definesMichael Hennerich1-50/+83
2011-09-07staging:iio:adc:ad7152 bring more into line with abi.Jonathan Cameron1-165/+129
2011-09-07staging:iio:adc:ad7152 set correct number of channels for ad7153.Jonathan Cameron1-1/+5
2011-09-07staging:iio:adc:ad7152 use smbus read / write functions + checkpatch fixesJonathan Cameron1-271/+147
2011-09-07staging:iio:adc:ad7150: Add support for the second interrupt strobe.Michael Hennerich1-13/+25
2011-09-07staging:iio:adc:ad7150: remove conversion mode handling.Michael Hennerich1-94/+0
2011-09-07staging:iio:adc:ad7150: chan_spec conv + i2c_smbus commands + drop unused pow...Jonathan Cameron1-451/+389
2011-09-07staging:iio:dac:ad5791 chan spec conversion.Jonathan Cameron2-90/+72
2011-09-07staging:iio: Differential channel handling - use explicit flag rather than ty...Jonathan Cameron7-244/+323
2011-09-07staging:iio:add adaptive event types and missing extract_type macro.Jonathan Cameron2-1/+6
2011-09-07staging:iio: Add capacitance type and average_raw chan info.Jonathan Cameron2-0/+5
2011-09-07staging:iio:naming in the EV_BIT macro fix.Jonathan Cameron2-12/+12
2011-09-07staging:iio:attrs - make address a u64 to allow event codes to be used.Jonathan Cameron3-4/+5
2011-09-07staging:iio: rework of attribute registration.Jonathan Cameron42-488/+388
2011-09-07staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron8-98/+78
2011-09-07staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron20-135/+188
2011-09-07staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron11-61/+14
2011-09-07staging:iio:scan element types: introduce endian description to the data format.Jonathan Cameron2-1/+22
2011-09-07staging:iio:Documentation sysfs-bus-iio add in and out prefixesJonathan Cameron1-268/+268
2011-09-07staging:iio: ABI rework - add in_ or out_ prefix to channnelsJonathan Cameron3-64/+49
2011-09-07staging:iio:various cleanup regulator use paths.Jonathan Cameron4-84/+70
2011-09-07staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron15-17/+10
2011-09-07staging:iio:light:tsl2563 remove unused headers.Jonathan Cameron1-2/+0
2011-09-07staging:iio:light:tsl2563 remove use of IIO_CHAN macro and make use modifier ...Jonathan Cameron1-9/+19
2011-09-07staging:iio: push "sysfs.h" and linux/irq.h out of iio.hJonathan Cameron7-4/+7
2011-09-07staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron21-68/+66
2011-09-07staging:iio:buffering drag some stray docs back to correct place.Jonathan Cameron1-4/+7
2011-09-07staging:iio: struct iio_dev formatting cleanup and documentation fixes.Jonathan Cameron1-9/+10
2011-09-07staging:iio:trivial add a string array for IIO_RAW and IIO_PROCESSED.Jonathan Cameron2-30/+32