From: Tiberiu Breana <tiberiu.a.breana@intel.com>
To: linux-iio@vger.kernel.org
Cc: Jonathan Cameron <jic23@kernel.org>
Subject: [PATCH 0/2] Add support for the Bosch BMA220 accelerometer
Date: Fri, 29 Apr 2016 14:07:54 +0300 [thread overview]
Message-ID: <1461928076-22076-1-git-send-email-tiberiu.a.breana@intel.com> (raw)
This patch set adds support for the Bosch Sensortec BMA220 accelerometer.
Patch 1 adds basic support, raw readings and ACPI detection.
Patch 2 adds triggered buffer support.
Tiberiu Breana (2):
iio: accel: Add support for Bosch BMA220
iio: accel: Add triggered buffer support for BMA220
drivers/iio/accel/Kconfig | 10 ++
drivers/iio/accel/Makefile | 1 +
drivers/iio/accel/bma220_spi.c | 302 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 313 insertions(+)
create mode 100644 drivers/iio/accel/bma220_spi.c
--
1.9.1
next reply other threads:[~2016-04-29 11:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-29 11:07 Tiberiu Breana [this message]
2016-04-29 11:07 ` [PATCH 1/2] iio: accel: Add support for Bosch BMA220 Tiberiu Breana
2016-04-29 11:19 ` Peter Meerwald-Stadler
2016-04-29 11:07 ` [PATCH 2/2] iio: accel: Add triggered buffer support for BMA220 Tiberiu Breana
2016-04-29 11:24 ` Peter Meerwald-Stadler
2016-04-29 12:41 ` Breana, Tiberiu A
2016-05-01 18:07 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461928076-22076-1-git-send-email-tiberiu.a.breana@intel.com \
--to=tiberiu.a.breana@intel.com \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).