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, jic23@cam.ac.uk,
Eric Andersson <eric.andersson@unixphere.com>
Subject: [PATCH v6 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer
Date: Wed, 27 Jul 2011 22:53:46 +0200 [thread overview]
Message-ID: <1311800027-25982-1-git-send-email-eric.andersson@unixphere.com> (raw)
This is version 6 of the driver for Bosch Sensortec's accelerometers BMA150
and SMB380.
Here is the changelog:
* community review: request ONESHOT irq.
* community review: replaced ABS_MISC event registration with EV_ABS only.
* community review: updated runtime_pm in open/close.
* community review: added units in range and bandwidth parameter description.
* community review: fixed weird spacing.
* community review: moved register address macros from h- to c-file.
* community review: changed handling of platform_data cfg settings.
* community review: replaced driver pm-struct with UNIVERSAL_DEV_PM_OPS.
* community review: empty line between variable declaration and code.
* community review: replace existing driver mutex in favor of the input mutex.
* community review: added missing __devinits and __devexit.
* Updated the default_cfg settings according to the EEPROM values.
* Removed const and added __initdata to the default_cfg struct.
--
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 | 654 +++++++++++++++++++++++++++++++++++++++++++
include/linux/bma150.h | 47 +++
4 files changed, 713 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-27 20:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-27 20:53 Eric Andersson [this message]
2011-07-27 20:53 ` [PATCH v6 1/1] input: add driver for Bosch Sensortec's BMA150 accelerometer Eric Andersson
2011-07-28 8:10 ` Jonathan Cameron
2011-07-30 19:17 ` Dmitry Torokhov
2011-07-30 22:49 ` Eric Andersson
2011-07-31 7:08 ` Dmitry Torokhov
[not found] ` <CAH+e7S2LU7zr6fcp+f+2UuzyXX_=icBa4OtO7m1YQQ2BtOyMAQ@mail.gmail.com>
2011-08-07 16:23 ` Eric Andersson
2011-08-07 16:23 ` Eric Andersson
2011-08-08 5:15 ` Dmitry Torokhov
2011-08-08 5:15 ` Dmitry Torokhov
2011-08-08 20:27 ` Eric Andersson
2011-08-08 20:27 ` 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=1311800027-25982-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=jic23@cam.ac.uk \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.