iio: gyro: Add itg3200
authorManuel Stahl <manuel.stahl@iis.fraunhofer.de>
Fri, 1 Feb 2013 08:51:00 +0000 (08:51 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sat, 2 Feb 2013 09:33:33 +0000 (09:33 +0000)
commit9dbf091da080508e9f632d307f357beb79a0766b
tree4f3fe19f392e7b55b2c349cb6df65155ad98d0e8
parent420b0fcb523b61eefb347317d3956db3249e968d
iio: gyro: Add itg3200

This patch adds support for the InvenSense itg3200.
The itg3200 is a three-axis gyro with 16-bit ADC and
I2C interface.

Signed-off-by: Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/gyro/Kconfig
drivers/iio/gyro/Makefile
drivers/iio/gyro/itg3200_buffer.c [new file with mode: 0644]
drivers/iio/gyro/itg3200_core.c [new file with mode: 0644]
include/linux/iio/gyro/itg3200.h [new file with mode: 0644]