aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-225-0/+1410
* Staging: fix more iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-271-1/+1
* staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron2011-05-191-15/+8
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-195-12/+32
* staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron2011-05-191-6/+10
* staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron2011-05-191-26/+4
* staging:iio:gyro:adis16260 move to chan_spec based setup.Jonathan Cameron2011-05-194-266/+239
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-193-8/+3
* staging:iio:gyro:adis16260 move to irqchip based trigger handling.Jonathan Cameron2011-05-193-74/+46
* IIO: GYRO: ADXRS450: Don't exit probe, in case the power on default is not met.Michael Hennerich2011-05-031-5/+3
* 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/+28
* staging:iio:adis16260 replace unnecessary event line registration.Jonathan Cameron2011-04-252-49/+22
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-255-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-02-282-107/+49
* staging:iio:gyro: adis16130 cleanup, move to abi and bug fixes.Jonathan Cameron2011-02-282-121/+69
* staging:iio:gyro remove adis16251 driver as now supported by adis16260 driverJonathan Cameron2011-02-283-972/+0
* staging:iio:gyro: add adis16251 support to adis16260 driverJonathan Cameron2011-02-282-12/+41
* staging:iio:gyro: adis16080 cleanup, move to abi and bug fixes.Jonathan Cameron2011-02-282-102/+47
* staging:iio:gyro:adis16130 stub removal and cleanupJonathan Cameron2011-02-182-123/+10
* staging:iio:gyro:adis16080 unused stub removal and cleanupJonathan Cameron2011-02-182-124/+14
* staging:iio:gyro:adis16060 cleanup and dead code removalJonathan Cameron2011-02-182-116/+13
* staging: iio: adis16260 add suppport for adis16255 and adis16250.Jonathan Cameron2010-11-294-39/+125
* staging: iio: adis16260 add id table supportJonathan Cameron2010-11-291-0/+7
* staging: fix iio/gyro typos, build errorsRandy Dunlap2010-11-161-8/+8
* staging: iio: gyro: new driver for ADIS16130 digital output gyrosBarry Song2010-11-094-0/+431
* staging: iio: gyro: new driver for ADIS16080 digital output gyrosBarry Song2010-11-094-0/+383
* staging: iio: gyro: new driver for ADIS16060 digital output gyrosBarry Song2010-11-094-0/+430
* staging: iio: gyro: new driver for ADIS16251 devicesBarry Song2010-11-094-0/+975
* staging: iio: gyro: make sure grep can find the ADIS16265 supportMichael Hennerich2010-11-092-3/+6
* staging: iio: adc add numbers to naming of all adc channels as needed to asso...Jonathan Cameron2010-10-081-8/+8
* staging: iio: adis16260 add _index attribute registrationJonathan Cameron2010-09-211-0/+6
* staging: iio: Remove unused bit_count from struct iio_scan_elJonathan Cameron2010-09-211-9/+5
* staging: iio: adis16260 add _type attributes for all scan elementsJonathan Cameron2010-09-211-1/+12
* staging: iio: Make use of the convenient IIO_TRIGGER_NAME_ATTR macroJonathan Cameron2010-09-041-1/+1
* staging: iio sync scale unitsManuel Stahl2010-08-311-0/+2
* staging: iio sync drivers with current ABIManuel Stahl2010-08-313-24/+54
* staging: iio move scan_elements into ring bufferManuel Stahl2010-08-311-16/+15
* staging: iio rename ring attributesManuel Stahl2010-08-311-1/+1
* staging: iio: Make extensive use of iio_sw_ring_preenableJonathan Cameron2010-07-221-27/+2
* staging: iio: Fix scan_element naming issueJonathan Cameron2010-07-221-7/+5
* staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent drive...Jonathan Cameron2010-07-223-27/+4
* staging: iio: replace combine_8_to_16 with be16_to_cpup where possible.Jonathan Cameron2010-07-221-14/+3
* staging: iio: remove timestamp field from trigger and pass instead through po...Jonathan Cameron2010-07-222-4/+3