summaryrefslogtreecommitdiff
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2011-08-24staging:iio:accel:kxsd9 cleanup and conversion to iio_chan_spec.Jonathan Cameron1-163/+105
2011-08-24staging:iio: Remove deprecated dev_data from iio_dev.Jonathan Cameron1-12/+1
2011-08-24staging:iio:light:tsl2583 allocate chip state with iio_devJonathan Cameron1-115/+101
2011-08-24staging:iio:sysfs cleanout header for unused definitions.Jonathan Cameron2-44/+3
2011-08-24staging:iio:core squash trivial wrappers and use ida allocation func.Jonathan Cameron2-70/+42
2011-08-24staging:iio:core flatten convenience function that only has one user.Jonathan Cameron1-15/+7
2011-08-24staging:iio:gyro and meter: header housecleaning.Jonathan Cameron4-27/+0
2011-08-24staging:iio:accel header housekeeping - remove unecessary includes.Jonathan Cameron12-67/+0
2011-08-24staging:iio:adc: header cleanup - remove unused.Jonathan Cameron6-17/+0
2011-08-24staging:iio:various header includes that should never have been.Jonathan Cameron3-3/+0
2011-08-24staging:iio:inclinometer.h remove as now unused.Jonathan Cameron1-25/+0
2011-08-24staging:iio:adc: unused header removals.Jonathan Cameron8-16/+27
2011-08-24staging:iio:accel: usused header removals.Jonathan Cameron13-22/+0
2011-08-24staging:iio:gyro:adis16130 drop control of adc resolution.Jonathan Cameron1-72/+4
2011-08-24staging:iio:imu:adis16400 remove unused headers.Jonathan Cameron1-5/+0
2011-08-24staging:iio:gyro:adis16260 remove some unused headersJonathan Cameron1-2/+0
2011-08-24staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron15-44/+109
2011-08-24staging:iio:imu:adis16400 remove now unused headers.Jonathan Cameron2-13/+0
2011-08-24staging:iio:imu:adis16400: use strtobool for reset sysfs and don't assign unu...Jonathan Cameron1-12/+11
2011-08-24staging:iio:trivial sparse related cleanups.Jonathan Cameron6-73/+6
2011-08-24staging:iio:documentation trivial typo fixJonathan Cameron1-1/+1
2011-08-24staging:iio:various Stop drivers putting sysfs attributes in a directory name...Jonathan Cameron5-5/+0
2011-08-24staging:iio: in case of buggy drivers avoid using undefined mask.Jonathan Cameron1-0/+1
2011-08-24staging:iio: dummy sysfs group for autogenerated base directories.Jonathan Cameron1-7/+21
2011-08-24staging:iio:accel:adis16201 overflow tx buffer.Jonathan Cameron1-4/+6
2011-08-24staging:iio:dac:ad5504 dereferencing just freed st in error path.Jonathan Cameron1-1/+1
2011-08-24staging:iio:addac:adt7316 make interrupt mask sane.Jonathan Cameron1-1/+1
2011-08-24staging:iio: sysfs.h remove unused val2 and dead macro.Jonathan Cameron1-6/+0
2011-08-24staging:iio:core simplify and fix a bug in iio_device_(un)register_event_set.Jonathan Cameron1-20/+20
2011-08-24staging:iio:adc: max1363 fix 2 raw sysfs issues.Jonathan Cameron1-1/+3
2011-08-24staging:iio:gyro:adis16130 fix adis16130_spi_read which was never selecting t...Jonathan Cameron1-3/+12
2011-08-03Staging: iio: add some unlocks to raw_read() functionsDan Carpenter5-10/+30
2011-07-19staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register.Jonathan Cameron1-2/+2
2011-07-19staging:iio:kfifo_buf fix double initialization of the ring device structure.Jonathan Cameron1-2/+0
2011-07-19staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata.Jonathan Cameron1-1/+1
2011-07-19staging:iio:imu fix missing register table index for some channelsJonathan Cameron2-23/+30
2011-07-19staging:iio:adc:ad7476: Incorrect pointer into spi_set_drvdata.Jonathan Cameron1-1/+1
2011-07-09staging:iio:light:isl29018: Convert some of the isl29018 driver to the new ii...Bryan Freed1-90/+78
2011-07-09staging:iio: Add an iio channel type string to support proximity sensors.Bryan Freed1-0/+1
2011-07-09staging:iio: Reorder channel type strings to match the iio.h enums.Bryan Freed1-5/+5
2011-07-09staging:iio:light:isl29018: Fix the "Init of isl29018 fails" failure.Bryan Freed1-3/+3
2011-07-06Staging: iio: release locks on error pathsDan Carpenter1-2/+6
2011-07-06staging:iio:gyro:adis16260 fix missing num_channels setup.Jonathan Cameron1-1/+1
2011-07-06staging: iio: light sensor: Add a calibscale file to the isl29018 light senso...Bryan Freed2-1/+42
2011-07-06Staging: iio: some uninitialized variable bugsDan Carpenter3-1/+3
2011-07-05Merge Linux 3.0-rc6 into staging-nextGreg Kroah-Hartman7-8/+8
2011-06-29iio: light sensor: Add SMBUS support to the tsl2563 driver.Bryan Freed1-61/+45
2011-06-29iio: light sensor: Fix a panic in the tsl2563 driver.Bryan Freed1-0/+2
2011-06-29iio: light sensor: Fix a panic in the tsl2563 driver.Bryan Freed1-8/+9
2011-06-29staging:iio: one more fix for IIO_RING_BUFFER not enabled.Jonathan Cameron1-1/+1