]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iio: accel: BMC150 accel support
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Thu, 8 May 2014 21:57:00 +0000 (22:57 +0100)
committerJonathan Cameron <jic23@kernel.org>
Thu, 7 Aug 2014 10:43:49 +0000 (11:43 +0100)
commitbd7fe5b7191836a229981fdd83845a528ee9f846
treeb86fbe9465378076b3f3881bdd9dd915428adcb3
parenta735e3d7f03ab40d746290954baaf535719d9025
iio: accel: BMC150 accel support

This change implements BMC150 accelerometer driver. A BMC150 package
consist of a compass and an accelerometer. This driver only implements
accelerometer part.
Spec downloaded from:
http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-03.pdf

This sensor chip supports many advanced features, but this driver
implements minimum feature set which is a must to be useful.
This driver can be enhanced incrementally.
If the sensor vendor wants to update full featured version, they
can substitute or enhance this driver when they get chance.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/Kconfig
drivers/iio/accel/Makefile
drivers/iio/accel/bmc150-accel.c [new file with mode: 0644]