All of lore.kernel.org
 help / color / mirror / Atom feed
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 v5 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer
Date: Thu, 21 Jul 2011 22:47:47 +0200	[thread overview]
Message-ID: <1311281268-9498-1-git-send-email-eric.andersson@unixphere.com> (raw)

This is version 5 of the driver for Bosch Sensortec's accelerometers BMA150
and SMB380.

Only minor changes in this version based on the review comments:
* community review: re-introduced pm runtime.
* community review: put msleep inside mutex for set_mode.
* Fixed a checkpatch error.

--
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 |  667 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/bma150.h      |   64 ++++
 4 files changed, 743 insertions(+), 0 deletions(-)
 create mode 100644 drivers/input/misc/bma150.c
 create mode 100644 include/linux/bma150.h

-- 
1.7.3.4


             reply	other threads:[~2011-07-21 20:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-21 20:47 Eric Andersson [this message]
2011-07-21 20:47 ` [PATCH v5 1/1] input: add driver for Bosch Sensortec's BMA150 accelerometer Eric Andersson
2011-07-22  5:16   ` Dmitry Torokhov
2011-07-22  9:45     ` Eric Andersson
2011-07-25 10:38       ` Eric Andersson
2011-07-26  1:51       ` Dmitry Torokhov

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=1311281268-9498-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 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.