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

Added correct versioning of this patch! Please ignore my previous post and sorry
for being trigger happy!

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

I didn't really get an ack on my suggestions in the previous version, but I
hope that this version covers the comments and suits your needs.

Here is the changelog:
* community review: added bma023 client id.
* community review: added irq handling for any-motion and high/low G
  interrupts.
* Added platfrom data struct for chip-configuration parameters.
* Removed the sysfs interfaces. These parameters are set through platform data instead.
* Removed pm_runtime, not needed if no sysfs interfaces.
* Populated default interrupt configurations as recommended by Bosch Sensortec.

--
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 |  598 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/bma150.h      |   62 +++++
 4 files changed, 672 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-22 15:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-20 23:09 [PATCH v4 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer Eric Andersson
2011-07-20 23:09 ` [PATCH v4 1/1] " Eric Andersson
2011-07-21  9:56   ` Alan Cox
2011-07-22  8:34   ` Jonathan Cameron
2011-07-22 13:24     ` Eric Andersson
2011-07-22 15:58       ` Jonathan Cameron

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.