Input: add CMA3000 accelerometer driver
authorHemanth V <hemanthv@ti.com>
Wed, 1 Dec 2010 07:03:54 +0000 (23:03 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 1 Dec 2010 07:05:21 +0000 (23:05 -0800)
commitb029ffafe89cf4b97cf39e0225a5205cbbf9e02f
tree3f5b9074c4b9b4cf35d930f057ed6a73559e1e0c
parent33e808c383477e821163f133c2e3e671879c28b6
Input: add CMA3000 accelerometer driver

Add support for CMA3000 Tri-axis accelerometer, which supports Motion
detect, Measurement and Free fall modes. CMA3000 supports both I2C/SPI
bus for communication, currently the driver supports I2C based
communication.

Signed-off-by: Hemanth V <hemanthv@ti.com>
Reviewed-by: Jonathan Cameron <jic23@cam.ac.uk>
Reviewed-by: Sergio Aguirre <saaguirre@ti.com>
Reviewed-by: Shubhrajyoti <Shubhrajyoti@ti.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Documentation/input/cma3000_d0x.txt [new file with mode: 0644]
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/cma3000_d0x.c [new file with mode: 0644]
drivers/input/misc/cma3000_d0x.h [new file with mode: 0644]
drivers/input/misc/cma3000_d0x_i2c.c [new file with mode: 0644]
include/linux/input/cma3000.h [new file with mode: 0644]