staging: iio: adis16350 and similar IMU driver
authorBarry Song <Barry.Song@analog.com>
Mon, 17 May 2010 10:40:20 +0000 (11:40 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 18 May 2010 21:44:28 +0000 (14:44 -0700)
commit5763dcab5cd7de27d6db50efd393c416177c56c7
tree2dc46c7b8fcf707bb8603d10d4fbfd2c95c1d984
parent81b77f94a10b64a3620e32531b5d8dbc495f1727
staging: iio: adis16350 and similar IMU driver

This version has the right part number in the commit message.
Whilst technically the part I listed last time is also supported
by the driver, the commit message might have caused confusion.

Another driver from Barry at Analog.  Again, I've lifted
if from the blackfin tree and done the usual sparse
and checkpatch fixes + the abi changes.  I actually
have one of these, so am particularly pleased to see
it supported!

Signed-off-by: Barry Song <Barry.Song@analog.com>
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/imu/Kconfig
drivers/staging/iio/imu/Makefile
drivers/staging/iio/imu/adis16350.h [new file with mode: 0644]
drivers/staging/iio/imu/adis16350_core.c [new file with mode: 0644]
drivers/staging/iio/imu/adis16350_ring.c [new file with mode: 0644]
drivers/staging/iio/imu/adis16350_trigger.c [new file with mode: 0644]