[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1311281268-9498-1-git-send-email-eric.andersson@unixphere.com>
Date: Thu, 21 Jul 2011 22:47:47 +0200
From: Eric Andersson <eric.andersson@...xphere.com>
To: dmitry.torokhov@...il.com
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
zhengguang.guo@...ch-sensortec.com, stefan.nilsson@...xphere.com,
alan@...rguk.ukuu.org.uk,
Eric Andersson <eric.andersson@...xphere.com>
Subject: [PATCH v5 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists