lkml.org 
[lkml]   [2011]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer
Date
Hi,

This is v2 of the bma150 driver for Bosch sensortec's digital accelerometers
BMA150 and SMB380.

So, what happend since last time:
* community review: fixed smbus locking.
* community review: removed pointless ifs.
* community review: removed struct bma150acc.
* community review: use human readable values for the sysfs interface.
* community review: removed atomic_t for delay.
* Updated header with SMB380 information.
* Use standard format to print accelerometer data, i.e. (x,y,z).
* Updated string format of sysfs parameters to: value1 [value2] value3...
* Add enable/disable as sysfs parameter.
* Added sysfs-i2c-bma150 ABI documentation.

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

--
1.7.3.4



\
 
 \ /
  Last update: 2011-06-23 16:39    [W:0.233 / U:2.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site