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:	Wed, 27 Jul 2011 22:53:46 +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, jic23@....ac.uk,
	Eric Andersson <eric.andersson@...xphere.com>
Subject: [PATCH v6 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer

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

Here is the changelog:
* community review: request ONESHOT irq.
* community review: replaced ABS_MISC event registration with EV_ABS only.
* community review: updated runtime_pm in open/close.
* community review: added units in range and bandwidth parameter description.
* community review: fixed weird spacing.
* community review: moved register address macros from h- to c-file.
* community review: changed handling of platform_data cfg settings.
* community review: replaced driver pm-struct with UNIVERSAL_DEV_PM_OPS.
* community review: empty line between variable declaration and code.
* community review: replace existing driver mutex in favor of the input mutex.
* community review: added missing __devinits and __devexit.
* Updated the default_cfg settings according to the EEPROM values.
* Removed const and added __initdata to the default_cfg struct.

--
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 |  654 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/bma150.h      |   47 +++
 4 files changed, 713 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