summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro
Commit message (Expand)AuthorAgeFilesLines
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-073-22/+10Star
* staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron2011-09-072-8/+8
* staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron2011-09-071-1/+1
* staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron2011-09-071-3/+3
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-071-3/+3
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-265-0/+5
* staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron2011-08-241-1/+1
* staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron2011-08-241-1/+1
* staging:iio:gyro: remove gyro.hJonathan Cameron2011-08-231-85/+0Star
* staging:iio:gyro:adis16060 convert to iio_chan_specJonathan Cameron2011-08-231-54/+61
* staging:iio:gyro:adis16130 move to iio_chan_spec registration.Jonathan Cameron2011-08-231-31/+26Star
* staging:iio:gyro:adis16080 convert to iio_chan_spec.Jonathan Cameron2011-08-231-41/+51
* staging:iio:gyro:adxrs450 squish some trivial single call point wrappers func...Jonathan Cameron2011-08-231-45/+12Star
* staging:iio:gyro:adxrs450 make more use of spi_read and spi_write.Jonathan Cameron2011-08-231-46/+17Star
* staging:iio:gyro:adxrs450 move to iio_chan_spec registrationJonathan Cameron2011-08-231-71/+103
* staging:iio:gyro and meter: header housecleaning.Jonathan Cameron2011-08-232-13/+0Star
* staging:iio:various header includes that should never have been.Jonathan Cameron2011-08-231-1/+0Star
* staging:iio:gyro:adis16130 drop control of adc resolution.Jonathan Cameron2011-08-231-72/+4Star
* staging:iio:gyro:adis16260 remove some unused headersJonathan Cameron2011-08-231-2/+0Star
* staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron2011-08-231-2/+6
* 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-031-2/+6
* staging:iio:gyro:adis16260 fix missing num_channels setup.Jonathan Cameron2011-07-061-1/+1
* Merge Linux 3.0-rc6 into staging-nextGreg Kroah-Hartman2011-07-051-1/+1
|\
| * Staging: fix more iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-271-1/+1
* | 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: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron2011-05-201-15/+8Star
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-205-12/+32
* staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron2011-05-201-6/+10
* staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron2011-05-201-26/+4Star
* staging:iio:gyro:adis16260 move to chan_spec based setup.Jonathan Cameron2011-05-204-266/+239Star
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-203-8/+3Star
* staging:iio:gyro:adis16260 move to irqchip based trigger handling.Jonathan Cameron2011-05-203-74/+46Star
* IIO: GYRO: ADXRS450: Don't exit probe, in case the power on default is not met.Michael Hennerich2011-05-031-5/+3Star
* IIO: GYRO: ADXRS450: Fix sign issues, properly shift results and limit valuesMichael Hennerich2011-05-031-5/+5
* IIO: GYRO: ADXRS450: enforce sequential transfer delay of at least 0.1msMichael Hennerich2011-05-031-0/+1
* IIO: GYRO: ADXRS450: Add missing parity bit generationMichael Hennerich2011-05-031-0/+7
* IIO: GYRO: ADXRS450: Cleanup result extraction and update license noticeMichael Hennerich2011-05-031-3/+4
* IIO: GYRO: ADXRS450: Don't issue two messages, use two transfersMichael Hennerich2011-05-031-30/+28Star
* staging:iio:adis16260 replace unnecessary event line registration.Jonathan Cameron2011-04-262-49/+22Star
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-265-5/+5
* IIO: GYRO: IIO driver for Analog Devices Digital Output Gyroscope ADXRS450Michael Hennerich2011-04-204-0/+517
* IIO: GYRO: Add MACRO for gyro quadrature correctionMichael Hennerich2011-04-201-0/+3
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* staging:iio:gyro: adis16060 cleanup, move to abi and bug fixes.Jonathan Cameron2011-03-012-107/+49Star
* staging:iio:gyro: adis16130 cleanup, move to abi and bug fixes.Jonathan Cameron2011-03-012-121/+69Star