aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/bma150.c
Commit message (Collapse)AuthorAge
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-17
| | | | | | | | | This patch converts the drivers in drivers/input/* to use the module_i2c_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: add driver for Bosch Sensortec's BMA150 accelerometerEric Andersson2011-08-09
Signed-off-by: Albert Zhang <xu.zhang@bosch-sensortec.com> Signed-off-by: Eric Andersson <eric.andersson@unixphere.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk> Reviewed-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>