iio: mma8452: add support for MMA8453Q accelerometer chip
authorMartin Kepplinger <martink@posteo.de>
Tue, 1 Sep 2015 11:45:09 +0000 (13:45 +0200)
committerJonathan Cameron <jic23@kernel.org>
Wed, 23 Sep 2015 19:23:21 +0000 (20:23 +0100)
commitc5ea1b58e8f51d8cd72e46cc398742988a614054
treec8da1f08bfa2a6b347e557c88a9b5d87caeb2115
parentc3cdd6e48e35b7a02f28e301ef30a87ff3cd6527
iio: mma8452: add support for MMA8453Q accelerometer chip

This adds support for the 10 bit version if Freescale's accelerometers
of this series. The datasheet is available at Freescale's website:

http://cache.freescale.com/files/sensors/doc/data_sheet/MMA8453Q.pdf

It creates a devicetree bindings file to document the new functionality
and removes the driver from the trivial-devices list.

Signed-off-by: Martin Kepplinger <martin.kepplinger@theobroma-systems.com>
Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/i2c/trivial-devices.txt
Documentation/devicetree/bindings/iio/accel/mma8452.txt [new file with mode: 0644]
drivers/iio/accel/Kconfig
drivers/iio/accel/mma8452.c