aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-18staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register.Jonathan Cameron1-2/+2
2011-07-18staging:iio:kfifo_buf fix double initialization of the ring device structure.Jonathan Cameron1-2/+0
2011-07-18staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata.Jonathan Cameron1-1/+1
2011-07-18staging:iio:imu fix missing register table index for some channelsJonathan Cameron2-23/+30
2011-07-18staging:iio:adc:ad7476: Incorrect pointer into spi_set_drvdata.Jonathan Cameron1-1/+1
2011-07-08staging:iio:light:isl29018: Convert some of the isl29018 driver to the new iio_chan_spec framework.Bryan Freed1-90/+78
2011-07-08staging:iio: Add an iio channel type string to support proximity sensors.Bryan Freed1-0/+1
2011-07-08staging:iio: Reorder channel type strings to match the iio.h enums.Bryan Freed1-5/+5
2011-07-08staging:iio:light:isl29018: Fix the "Init of isl29018 fails" failure.Bryan Freed1-3/+3
2011-07-05Staging: iio: release locks on error pathsDan Carpenter1-2/+6
2011-07-05staging:iio:gyro:adis16260 fix missing num_channels setup.Jonathan Cameron1-1/+1
2011-07-05staging: iio: light sensor: Add a calibscale file to the isl29018 light sensor driver.Bryan Freed2-1/+42
2011-07-05Staging: iio: some uninitialized variable bugsDan Carpenter3-1/+3
2011-07-05Merge Linux 3.0-rc6 into staging-nextGreg Kroah-Hartman7-8/+8
2011-06-28iio: light sensor: Add SMBUS support to the tsl2563 driver.Bryan Freed1-61/+45
2011-06-28iio: light sensor: Fix a panic in the tsl2563 driver.Bryan Freed1-0/+2
2011-06-28iio: light sensor: Fix a panic in the tsl2563 driver.Bryan Freed1-8/+9
2011-06-28staging:iio: one more fix for IIO_RING_BUFFER not enabled.Jonathan Cameron1-1/+1
2011-06-28Staging: iio: dereferencing uninitialized variableDan Carpenter1-9/+11
2011-06-28staging: iio light Kconfig fixletmaximilian attems1-1/+1
2011-06-28iio: dac: New driver for AD5686R, AD5685R, AD5684R Digital to analog convertersMichael Hennerich3-0/+509
2011-06-28iio: industrialio-core: Add IIO_OUT typeMichael Hennerich2-1/+4
2011-06-28IIO: ADC: New driver for AD7792/AD7793 3 Channel SPI ADCMichael Hennerich4-0/+1109
2011-06-28staging:iio:accel:kxsd9 replace kmallocs in power_up with use of already allocated buffer.anish kumar1-29/+9
2011-06-28staging: IIO corrected the spelling in iio-trig-gpioanish1-1/+1
2011-06-28staging:iio:accel:adis16201 general cleanup, move to iio_priv and buffers in adis16201_stateJonathan Cameron4-93/+63
2011-06-28staging:iio:light:isl29018: allocate device state with iio_devJonathan Cameron1-30/+22
2011-06-28staging:iio:magnetometer:hmc5843: allocate device state with iio_dev.Jonathan Cameron1-29/+21
2011-06-28staging:iio:meter:ade7759: allocate state with iio_devJonathan Cameron2-60/+32
2011-06-28staging:iio:magnetometer:ak8975: allocate chip state with iio_dev.Jonathan Cameron1-51/+40
2011-06-28staging:iio:resolver:ad2s90 general cleanupJonathan Cameron1-36/+12
2011-06-28staging:iio:resolver:ad2s120x cleanup.Jonathan Cameron1-165/+31
2011-06-28staging:iio:resolver:ad2s1210 general driver cleanup.Jonathan Cameron3-484/+416
2011-06-28staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev.Jonathan Cameron4-110/+81
2011-06-28staging:iio:meter:ade7754: allocate state with iio_dev and buffers in state.Jonathan Cameron2-58/+34
2011-06-28staging:iio:meter:ade7753 allocate chip state with iio_dev; allocate buffers within stateJonathan Cameron2-57/+32
2011-06-28staging:iio:gyro:adxrs450: allocate chip state with iio_devJonathan Cameron2-54/+30
2011-06-28staging:iio:gyro:adis16260: allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron4-84/+56
2011-06-28staging:iio:gyro:adis16130: allocate chip state with iio_dev and use iio_priv to access it.Jonathan Cameron1-30/+20
2011-06-28staging:iio:gyro:adis16080: allocate chip state with iio_devJonathan Cameron1-29/+19
2011-06-28staging:iio:gyro:adis16060 allocate chip state with iio_dev.Jonathan Cameron1-34/+25
2011-06-28staging:iio:dds:ad9951: allocate chip state with iio_devJonathan Cameron1-23/+13
2011-06-28staging:iio:dds:ad9910: allocate chip state with iio_devJonathan Cameron1-24/+12
2011-06-28staging:iio:dds:ad9810: allocate chip state with iio_dev and use iio_priv for access.Jonathan Cameron1-24/+14
2011-06-28staging:iio:dds:ad9850 allocate chip state with iio_dev + fix name of attr group.Jonathan Cameron1-25/+12
2011-06-28staging:iio:ad9834: allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron2-46/+37
2011-06-28staging:iio:dds:ad9832: allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron2-39/+32
2011-06-28staging:iio:dds:ad5930 Fix attr group location + allocate state with iio_devJonathan Cameron1-25/+12
2011-06-28staging:iio:dac:max517: allocate chip state with iio_dev and use iio_priv to access it.Jonathan Cameron1-26/+14
2011-06-28staging:iio:dac:ad5791: allocate chip state with iio_dev and use iio_priv for access.Jonathan Cameron2-59/+55