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 v2 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer
Date: Thu, 23 Jun 2011 16:40:26 +0200 [thread overview]
Message-ID: <1308840027-10724-1-git-send-email-eric.andersson@unixphere.com> (raw)
Hi,
This is v2 of the bma150 driver for Bosch sensortec's digital accelerometers
BMA150 and SMB380.
So, what happend since last time:
* community review: fixed smbus locking.
* community review: removed pointless ifs.
* community review: removed struct bma150acc.
* community review: use human readable values for the sysfs interface.
* community review: removed atomic_t for delay.
* Updated header with SMB380 information.
* Use standard format to print accelerometer data, i.e. (x,y,z).
* Updated string format of sysfs parameters to: value1 [value2] value3...
* Add enable/disable as sysfs parameter.
* Added sysfs-i2c-bma150 ABI documentation.
Best regards,
Eric
http://www.unixphere.com
---
Eric Andersson (1):
input: add driver for Bosch Sensortec's BMA150 accelerometer
Documentation/ABI/testing/sysfs-i2c-bma150 | 71 +++
drivers/input/misc/Kconfig | 10 +
drivers/input/misc/Makefile | 1 +
drivers/input/misc/bma150.c | 684 ++++++++++++++++++++++++++++
4 files changed, 766 insertions(+), 0 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-i2c-bma150
create mode 100644 drivers/input/misc/bma150.c
--
1.7.3.4
next reply other threads:[~2011-06-23 14:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-23 14:40 Eric Andersson [this message]
2011-06-23 14:40 ` [PATCH v2 1/1] input: add driver for Bosch Sensortec's BMA150 accelerometer Eric Andersson
2011-06-23 15:36 ` Alan Cox
2011-06-23 20:55 ` Dmitry Torokhov
2011-06-27 20:24 ` Eric Andersson
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=1308840027-10724-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).