summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:imu:adis16400 remove now unused headers.Jonathan Cameron2011-08-232-13/+0Star
* staging:iio:imu:adis16400: use strtobool for reset sysfs and don't assign unu...Jonathan Cameron2011-08-231-12/+11Star
* staging:iio:trivial sparse related cleanups.Jonathan Cameron2011-08-236-73/+6Star
* staging:iio:documentation trivial typo fixJonathan Cameron2011-08-231-1/+1
* staging:iio:various Stop drivers putting sysfs attributes in a directory name...Jonathan Cameron2011-08-235-5/+0Star
* staging:iio: in case of buggy drivers avoid using undefined mask.Jonathan Cameron2011-08-231-0/+1
* staging:iio: dummy sysfs group for autogenerated base directories.Jonathan Cameron2011-08-231-7/+21
* staging:iio:accel:adis16201 overflow tx buffer.Jonathan Cameron2011-08-231-4/+6
* staging:iio:dac:ad5504 dereferencing just freed st in error path.Jonathan Cameron2011-08-231-1/+1
* staging:iio:addac:adt7316 make interrupt mask sane.Jonathan Cameron2011-08-231-1/+1
* staging:iio: sysfs.h remove unused val2 and dead macro.Jonathan Cameron2011-08-231-6/+0Star
* staging:iio:core simplify and fix a bug in iio_device_(un)register_event_set.Jonathan Cameron2011-08-231-20/+20
* staging:iio:adc: max1363 fix 2 raw sysfs issues.Jonathan Cameron2011-08-231-1/+3
* staging:iio:gyro:adis16130 fix adis16130_spi_read which was never selecting t...Jonathan Cameron2011-08-231-3/+12
* 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