aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* Staging: fix more iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-271-1/+1
* staging: iio: error case memory leak fixAndre Bartke2011-06-071-3/+7
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-5/+7
* staging:iio: poll func allocation clean up.Jonathan Cameron2011-05-191-14/+9
* staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron2011-05-191-6/+10
* staging:iio:imu:adis16400 avoid allocating rx, tx, and state separately from ...Jonathan Cameron2011-05-194-90/+63
* staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron2011-05-191-27/+4
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-191-11/+1
* staging:iio:imu remove adis16300 driver.Jonathan Cameron2011-05-196-1286/+0
* staging:iio:imu:adis16400 add support for adis16300Jonathan Cameron2011-05-193-4/+56
* staging:iio:imu remove old adis16350. Support now in adis16400 driver.Jonathan Cameron2011-05-196-1278/+0
* staging:iio:imu:adis16350 etc support into adis16400 driver.Jonathan Cameron2011-05-195-47/+260
* staging:iio:imu:adis16400 move to irq based triggers and channel spec channel...Jonathan Cameron2011-05-194-365/+282
* staging:iio:adis16400 replace unnecessary event line registration.Jonathan Cameron2011-04-252-52/+21
* staging:iio:adis16350 replace unnecessary event line registration.Jonathan Cameron2011-04-252-52/+22
* staging:iio:adis16300 replace unnecessary event line registration.Jonathan Cameron2011-04-252-52/+22
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-253-3/+3
* Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-073-16/+19
|\
| * staging: IIO: IMU: ADIS16400: Avoid using printk facility directlyMichael Hennerich2011-04-051-2/+4
| * staging: IIO: IMU: ADIS16400: Fix product ID check, skip embedded revision nu...Michael Hennerich2011-04-051-1/+1
| * staging: IIO: IMU: ADIS16400: Make sure only enabled scan_elements are pushed...Michael Hennerich2011-04-051-3/+7
| * staging: IIO: IMU: ADIS16400: Fix addresses of GYRO and ACCEL calibration offsetMichael Hennerich2011-04-051-4/+4
| * staging: IIO: IMU: ADIS16400: Add delay after self testMichael Hennerich2011-04-052-2/+3
| * staging: IIO: IMU: ADIS16400: Fix up SPI messages cs_change behaviorMichael Hennerich2011-04-052-4/+0
* | Fix common misspellingsLucas De Marchi2011-03-313-3/+3
|/
* staging: iio: adis16350: add missing reference to temp offsetMike Frysinger2010-11-091-0/+1
* staging: iio: adc add numbers to naming of all adc channels as needed to asso...Jonathan Cameron2010-10-086-60/+60
* staging: iio: adis16400 add _index attribute registrationJonathan Cameron2010-09-211-0/+13
* staging: iio: adis16350 add _index attribute registrationJonathan Cameron2010-09-211-0/+12
* staging: iio: adis16300 add _index attribute registrationJonathan Cameron2010-09-211-0/+10
* staging: iio: Remove unused bit_count from struct iio_scan_elJonathan Cameron2010-09-213-61/+32
* staging: iio: adis16400 add _type attributes for all scan elementsJonathan Cameron2010-09-211-0/+15
* staging: iio: adis16350 add _type attributes for all scan elementsJonathan Cameron2010-09-211-0/+12
* staging: iio: adis16300 add _type attributes for all scan elementsJonathan Cameron2010-09-211-0/+16
* staging: iio: Make use of the convenient IIO_TRIGGER_NAME_ATTR macroJonathan Cameron2010-09-043-3/+3
* staging: iio sync scale unitsManuel Stahl2010-08-313-10/+11
* staging: iio sync drivers with current ABIManuel Stahl2010-08-316-68/+95
* staging: iio move scan_elements into ring bufferManuel Stahl2010-08-313-71/+68
* staging: iio rename ring attributesManuel Stahl2010-08-313-3/+3
* staging: iio: adis16350 add dummy ring functions for no ring build caseJonathan Cameron2010-08-021-0/+8
* staging: iio: Make extensive use of iio_sw_ring_preenableJonathan Cameron2010-07-223-75/+6
* staging: iio: Fix scan_element naming issueJonathan Cameron2010-07-223-38/+32
* staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent drive...Jonathan Cameron2010-07-228-68/+12
* staging: iio: imu: allow adis16300 and adis16400 to build without ring buffer...Jonathan Cameron2010-07-221-6/+4
* staging: iio: replace combine_8_to_16 with be16_to_cpup where possible.Jonathan Cameron2010-07-223-42/+9
* staging: iio: remove timestamp field from trigger and pass instead through po...Jonathan Cameron2010-07-226-12/+9
* staging: iio: Add iio_triggered_ring postenable and predisable + use in driversJonathan Cameron2010-07-223-54/+6
* staging: iio: Add and convert drivers to use iio_alloc_pollfuncJonathan Cameron2010-07-223-21/+12
* staging: iio: Use kasprintf to allocate and fill trig->nameJonathan Cameron2010-07-223-12/+9
* staging:iio: Remove used iio_work_cont definition and all referencesJonathan Cameron2010-07-084-14/+0