linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer
@ 2011-07-21 20:47 Eric Andersson
  2011-07-21 20:47 ` [PATCH v5 1/1] " Eric Andersson
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Andersson @ 2011-07-21 20:47 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: linux-input, linux-kernel, zhengguang.guo, stefan.nilsson, alan,
	Eric Andersson

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-26  1:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21 20:47 [PATCH v5 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer Eric Andersson
2011-07-21 20:47 ` [PATCH v5 1/1] " 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

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).