From: Eric Andersson <eric.andersson@unixphere.com>
To: dmitry.torokhov@gmail.com
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
zhengguang.guo@bosch-sensortec.com, stefan.nilsson@unixphere.com,
alan@lxorguk.ukuu.org.uk,
Eric Andersson <eric.andersson@unixphere.com>
Subject: [PATCH v4 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer
Date: Thu, 21 Jul 2011 01:09:18 +0200 [thread overview]
Message-ID: <1311203359-23779-1-git-send-email-eric.andersson@unixphere.com> (raw)
Added correct versioning of this patch! Please ignore my previous post and sorry
for being trigger happy!
This is version 4 of the driver for Bosch Sensortec's accelerometers BMA150
and SMB380.
I didn't really get an ack on my suggestions in the previous version, but I
hope that this version covers the comments and suits your needs.
Here is the changelog:
* community review: added bma023 client id.
* community review: added irq handling for any-motion and high/low G
interrupts.
* Added platfrom data struct for chip-configuration parameters.
* Removed the sysfs interfaces. These parameters are set through platform data instead.
* Removed pm_runtime, not needed if no sysfs interfaces.
* Populated default interrupt configurations as recommended by Bosch Sensortec.
--
Best regards,
Eric
http://www.unixphere.com
Eric Andersson (1):
input: add driver for Bosch Sensortec's BMA150 accelerometer
drivers/input/misc/Kconfig | 11 +
drivers/input/misc/Makefile | 1 +
drivers/input/misc/bma150.c | 598 +++++++++++++++++++++++++++++++++++++++++++
include/linux/bma150.h | 62 +++++
4 files changed, 672 insertions(+), 0 deletions(-)
create mode 100644 drivers/input/misc/bma150.c
create mode 100644 include/linux/bma150.h
--
1.7.3.4
next reply other threads:[~2011-07-20 23:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-20 23:09 Eric Andersson [this message]
2011-07-20 23:09 ` [PATCH v4 1/1] input: add driver for Bosch Sensortec's BMA150 accelerometer Eric Andersson
2011-07-21 9:56 ` Alan Cox
2011-07-22 8:34 ` Jonathan Cameron
2011-07-22 13:24 ` Eric Andersson
2011-07-22 15:58 ` 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=1311203359-23779-1-git-send-email-eric.andersson@unixphere.com \
--to=eric.andersson@unixphere.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stefan.nilsson@unixphere.com \
--cc=zhengguang.guo@bosch-sensortec.com \
/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).