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

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

Since last time around, the following has happened:
* community review: Register the driver as a input_polled_device.
* community review: added runtime_pm support.
* community review: removed sysfs enable node
* community review: removed the value sysfs node
* community review: rephrased delay sysfs description
* Removed mode sysfs node
* Removed delay sysfs node
* Listed both bma150 & smb380 as supported i2c device id's.
* Added hw initialization function which will be called upon probing.
* Added soft reset function to be called from the probe.
* Minor consistency changes.

-- 
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 |   22 +
 drivers/input/misc/Kconfig                 |   11 +
 drivers/input/misc/Makefile                |    1 +
 drivers/input/misc/bma150.c                |  577 ++++++++++++++++++++++++++++
 4 files changed, 611 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-i2c-bma150
 create mode 100644 drivers/input/misc/bma150.c

-- 
1.7.3.4


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

end of thread, other threads:[~2011-07-15 11:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-14 21:56 [PATCH v3 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer Eric Andersson
2011-07-14 21:56 ` [PATCH v3 1/1] " Eric Andersson
2011-07-14 22:40   ` Alan Cox
2011-07-15  8:23     ` Eric Andersson
2011-07-15  8:41       ` Jonathan Cameron
2011-07-15 11:00         ` Eric Andersson

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