lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 21 Jul 2011 00:54:53 +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 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer

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

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ