summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/imu/adis16400_core.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-19staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron1-5/+7
2011-05-19staging:iio:imu:adis16400 avoid allocating rx, tx, and state separately from ...Jonathan Cameron1-68/+44
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-11/+1
2011-05-19staging:iio:imu:adis16400 add support for adis16300Jonathan Cameron1-0/+50
2011-05-19staging:iio:imu:adis16350 etc support into adis16400 driver.Jonathan Cameron1-23/+164
2011-05-19staging:iio:imu:adis16400 move to irq based triggers and channel spec channel...Jonathan Cameron1-201/+223
2011-04-25staging:iio:adis16400 replace unnecessary event line registration.Jonathan Cameron1-25/+1
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2011-04-05staging: IIO: IMU: ADIS16400: Avoid using printk facility directlyMichael Hennerich1-2/+4
2011-04-05staging: IIO: IMU: ADIS16400: Fix product ID check, skip embedded revision nu...Michael Hennerich1-1/+1
2011-04-05staging: IIO: IMU: ADIS16400: Fix addresses of GYRO and ACCEL calibration offsetMichael Hennerich1-4/+4
2011-04-05staging: IIO: IMU: ADIS16400: Add delay after self testMichael Hennerich1-1/+1
2011-04-05staging: IIO: IMU: ADIS16400: Fix up SPI messages cs_change behaviorMichael Hennerich1-2/+0
2010-10-08staging: iio: adc add numbers to naming of all adc channels as needed to asso...Jonathan Cameron1-8/+8
2010-08-31staging: iio sync scale unitsManuel Stahl1-2/+2
2010-08-31staging: iio sync drivers with current ABIManuel Stahl1-22/+25
2010-07-22staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent drive...Jonathan Cameron1-3/+4
2010-07-08staging:iio: Remove used iio_work_cont definition and all referencesJonathan Cameron1-8/+0
2010-06-18Staging: iio: adis16400: fix some minor issues and clean-upBarry Song1-64/+20
2010-06-18Staging: iio: pull in slab.h for kmalloc funcsMike Frysinger1-1/+1
2010-05-11staging: iio: adis16400 clean out some unused codeJonathan Cameron1-52/+3
2010-05-11staging: iio: Break up gyro.h and move to new abiJonathan Cameron1-8/+8
2010-05-11staging:iio:imu ADIS16400 and ADIS16405 driverBarry Song1-0/+849