summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
Commit message (Expand)AuthorAgeFilesLines
* Staging: iio: add some unlocks to raw_read() functionsDan Carpenter2011-08-035-10/+30
* staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register.Jonathan Cameron2011-07-181-2/+2
* staging:iio:kfifo_buf fix double initialization of the ring device structure.Jonathan Cameron2011-07-181-2/+0Star
* staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata.Jonathan Cameron2011-07-181-1/+1
* staging:iio:imu fix missing register table index for some channelsJonathan Cameron2011-07-182-23/+30
* staging:iio:adc:ad7476: Incorrect pointer into spi_set_drvdata.Jonathan Cameron2011-07-181-1/+1
* staging:iio:light:isl29018: Convert some of the isl29018 driver to the new ii...Bryan Freed2011-07-081-90/+78Star
* staging:iio: Add an iio channel type string to support proximity sensors.Bryan Freed2011-07-081-0/+1
* staging:iio: Reorder channel type strings to match the iio.h enums.Bryan Freed2011-07-081-5/+5
* staging:iio:light:isl29018: Fix the "Init of isl29018 fails" failure.Bryan Freed2011-07-081-3/+3
* Staging: iio: release locks on error pathsDan Carpenter2011-07-061-2/+6
* staging:iio:gyro:adis16260 fix missing num_channels setup.Jonathan Cameron2011-07-061-1/+1
* staging: iio: light sensor: Add a calibscale file to the isl29018 light senso...Bryan Freed2011-07-062-1/+42
* Staging: iio: some uninitialized variable bugsDan Carpenter2011-07-063-1/+3
* Merge Linux 3.0-rc6 into staging-nextGreg Kroah-Hartman2011-07-057-8/+8
|\
| * Staging: iio: Make IIO depend on GENERIC_HARDIRQSGeert Uytterhoeven2011-06-271-1/+1
| * Staging: fix iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-272-2/+2
| * Staging: fix more iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-274-5/+5
* | iio: light sensor: Add SMBUS support to the tsl2563 driver.Bryan Freed2011-06-281-61/+45Star
* | iio: light sensor: Fix a panic in the tsl2563 driver.Bryan Freed2011-06-281-0/+2
* | iio: light sensor: Fix a panic in the tsl2563 driver.Bryan Freed2011-06-281-8/+9
* | staging:iio: one more fix for IIO_RING_BUFFER not enabled.Jonathan Cameron2011-06-281-1/+1
* | Staging: iio: dereferencing uninitialized variableDan Carpenter2011-06-281-9/+11
* | staging: iio light Kconfig fixletmaximilian attems2011-06-281-1/+1
* | iio: dac: New driver for AD5686R, AD5685R, AD5684R Digital to analog convertersMichael Hennerich2011-06-283-0/+509
* | iio: industrialio-core: Add IIO_OUT typeMichael Hennerich2011-06-282-1/+4
* | IIO: ADC: New driver for AD7792/AD7793 3 Channel SPI ADCMichael Hennerich2011-06-284-0/+1109
* | staging:iio:accel:kxsd9 replace kmallocs in power_up with use of already allo...anish kumar2011-06-281-29/+9Star
* | staging: IIO corrected the spelling in iio-trig-gpioanish2011-06-281-1/+1
* | staging:iio:accel:adis16201 general cleanup, move to iio_priv and buffers in ...Jonathan Cameron2011-06-284-93/+63Star
* | staging:iio:light:isl29018: allocate device state with iio_devJonathan Cameron2011-06-281-30/+22Star
* | staging:iio:magnetometer:hmc5843: allocate device state with iio_dev.Jonathan Cameron2011-06-281-29/+21Star
* | staging:iio:meter:ade7759: allocate state with iio_devJonathan Cameron2011-06-282-60/+32Star
* | staging:iio:magnetometer:ak8975: allocate chip state with iio_dev.Jonathan Cameron2011-06-281-51/+40Star
* | staging:iio:resolver:ad2s90 general cleanupJonathan Cameron2011-06-281-36/+12Star
* | staging:iio:resolver:ad2s120x cleanup.Jonathan Cameron2011-06-281-165/+31Star
* | staging:iio:resolver:ad2s1210 general driver cleanup.Jonathan Cameron2011-06-283-484/+416Star
* | staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev.Jonathan Cameron2011-06-284-110/+81Star
* | staging:iio:meter:ade7754: allocate state with iio_dev and buffers in state.Jonathan Cameron2011-06-282-58/+34Star
* | staging:iio:meter:ade7753 allocate chip state with iio_dev; allocate buffers ...Jonathan Cameron2011-06-282-57/+32Star
* | staging:iio:gyro:adxrs450: allocate chip state with iio_devJonathan Cameron2011-06-282-54/+30Star
* | staging:iio:gyro:adis16260: allocate chip state with iio_dev and use iio_priv...Jonathan Cameron2011-06-284-84/+56Star
* | staging:iio:gyro:adis16130: allocate chip state with iio_dev and use iio_priv...Jonathan Cameron2011-06-281-30/+20Star
* | staging:iio:gyro:adis16080: allocate chip state with iio_devJonathan Cameron2011-06-281-29/+19Star
* | staging:iio:gyro:adis16060 allocate chip state with iio_dev.Jonathan Cameron2011-06-281-34/+25Star
* | staging:iio:dds:ad9951: allocate chip state with iio_devJonathan Cameron2011-06-281-23/+13Star
* | staging:iio:dds:ad9910: allocate chip state with iio_devJonathan Cameron2011-06-281-24/+12Star
* | staging:iio:dds:ad9810: allocate chip state with iio_dev and use iio_priv for...Jonathan Cameron2011-06-281-24/+14Star
* | staging:iio:dds:ad9850 allocate chip state with iio_dev + fix name of attr gr...Jonathan Cameron2011-06-281-25/+12Star
* | staging:iio:ad9834: allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron2011-06-282-46/+37Star