[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1419029879-12024-1-git-send-email-irina.tirdea@intel.com>
Date: Sat, 20 Dec 2014 00:57:51 +0200
From: Irina Tirdea <irina.tirdea@...el.com>
To: Jonathan Cameron <jic23@...nel.org>, linux-iio@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Vlad Dogaru <vlad.dogaru@...el.com>,
Daniel Baluta <daniel.baluta@...el.com>,
Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald <pmeerw@...erw.net>,
Irina Tirdea <irina.tirdea@...el.com>
Subject: [PATCH 0/8] Add MMA9553 driver & PM support for MMA9551
This set of patches includes changes for the MMA9551 and MMA9553 drivers:
- add support for Freescale MMA9553L Intelligent Pedometer Platform
(http://www.freescale.com/files/sensors/doc/ref_manual/MMA9553LSWRM.pdf)
- add new iio channels for CALORIES, DISTANCE and SPEED needed by the pedometer
- add IIO_CHAN_INFO_CALIBGENDER and IO_CHAN_INFO_CALIBWEIGHT needed to
configure the pedometer
- add runtime PM support for MMA9551
Irina Tirdea (8):
iio: core: Introduce CALORIES channel type
iio: core: Introduce DISTANCE channel type
iio: core: Introduce SPEED channel type
iio: core: Introduce IO_CHAN_INFO_CALIBWEIGHT
iio: core: Introduce IIO_CHAN_INFO_CALIBGENDER
iio: accel: mma9551: Add runtime pm support
iio: accel: mma9551: split driver to expose mma955x api
iio: add driver for Freescale MMA9553
Documentation/ABI/testing/sysfs-bus-iio | 42 ++
drivers/iio/accel/Kconfig | 16 +
drivers/iio/accel/Makefile | 5 +-
drivers/iio/accel/mma9551.c | 488 +++---------
drivers/iio/accel/mma9551_core.c | 531 +++++++++++++
drivers/iio/accel/mma9551_core.h | 89 +++
drivers/iio/accel/mma9553.c | 1239 +++++++++++++++++++++++++++++++
drivers/iio/industrialio-core.c | 5 +
include/linux/iio/iio.h | 2 +
include/linux/iio/types.h | 3 +
10 files changed, 2015 insertions(+), 405 deletions(-)
create mode 100644 drivers/iio/accel/mma9551_core.c
create mode 100644 drivers/iio/accel/mma9551_core.h
create mode 100644 drivers/iio/accel/mma9553.c
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists