Invensense MPU6050 Device Driver.
authorGe Gao <ggao@invensense.com>
Sat, 2 Feb 2013 00:26:00 +0000 (00:26 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sun, 10 Feb 2013 17:42:43 +0000 (17:42 +0000)
commit09a642b78523e9f4c5970c806ad218aa3de31551
treed233f7f645b66e8a02ff1128fcc6673a7183b047
parent8ce4a56a52bf566659768a9e46e759e7cd5f33d9
Invensense MPU6050 Device Driver.

This the basic functional Invensense MPU6050 Device driver.

Signed-off-by: Ge Gao <ggao@invensense.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/ABI/testing/sysfs-bus-iio-mpu6050 [new file with mode: 0644]
drivers/iio/imu/Kconfig
drivers/iio/imu/Makefile
drivers/iio/imu/inv_mpu6050/Kconfig [new file with mode: 0644]
drivers/iio/imu/inv_mpu6050/Makefile [new file with mode: 0644]
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c [new file with mode: 0644]
drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h [new file with mode: 0644]
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c [new file with mode: 0644]
drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c [new file with mode: 0644]
include/linux/platform_data/invensense_mpu6050.h [new file with mode: 0644]