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 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html