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>] [day] [month] [year] [list]
Date:	Wed, 1 Jul 2015 16:48:20 +0300
From:	Ohad Ben-Cohen <ohad@...ery.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	"Anna, Suman" <s-anna@...com>,
	Bjorn Andersson <bjorn.andersson@...ymobile.com>,
	Wei Chen <Wei.Chen@....com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	linux-arm <linux-arm-kernel@...ts.infradead.org>,
	"linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>
Subject: [GIT PULL] hwspinlock for 4.2

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
tags/hwspinlock-4.2

for you to fetch changes up to bd5717a4632cdecafe82d03de7dcb3b1876e2828:

  hwspinlock: qcom: Correct msb in regmap_field (2015-07-01 16:15:05 +0300)

----------------------------------------------------------------
- hwspinlock core DT support from Suman Anna
- OMAP hwspinlock DT support from Suman Anna
- QCOM hwspinlock DT support from Bjorn Andersson
- a new CSR atlas7 hwspinlock driver from Wei Chen
- CSR atlas7 hwspinlock DT binding document from Wei Chen
- a tiny QCOM hwspinlock driver fix from Bjorn Andersson

----------------------------------------------------------------
Bjorn Andersson (3):
      DT: hwspinlock: Add binding documentation for Qualcomm hwmutex
      hwspinlock: qcom: Add support for Qualcomm HW Mutex block
      hwspinlock: qcom: Correct msb in regmap_field

Suman Anna (4):
      Documentation: dt: add common bindings for hwspinlock
      hwspinlock/core: add device tree support
      Documentation: dt: add the omap hwspinlock bindings document
      hwspinlock/omap: add support for dt nodes

Wei Chen (2):
      hwspinlock: add a CSR atlas7 driver
      DT: hwspinlock: add the CSR atlas7 hwspinlock bindings document

 Documentation/devicetree/bindings/hwlock/hwlock.txt          |  59
+++++++++++++++++++++++++++++++++++
 Documentation/devicetree/bindings/hwlock/omap-hwspinlock.txt |  26
++++++++++++++++
 Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.txt |  39
+++++++++++++++++++++++
 Documentation/devicetree/bindings/hwlock/sirf,hwspinlock.txt |  28
+++++++++++++++++
 Documentation/hwspinlock.txt                                 |  10 ++++++
 MAINTAINERS                                                  |   1 -
 arch/arm/mach-omap2/Makefile                                 |   3 --
 arch/arm/mach-omap2/hwspinlock.c                             |  60
------------------------------------
 drivers/hwspinlock/Kconfig                                   |  24
+++++++++++++++
 drivers/hwspinlock/Makefile                                  |   2 ++
 drivers/hwspinlock/hwspinlock_core.c                         |  79
+++++++++++++++++++++++++++++++++++++++++++++++
 drivers/hwspinlock/omap_hwspinlock.c                         |  18 ++++++++---
 drivers/hwspinlock/qcom_hwspinlock.c                         | 181
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/hwspinlock/sirf_hwspinlock.c                         | 136
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/hwspinlock.h                                   |   7 +++++
 15 files changed, 605 insertions(+), 68 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwlock/hwlock.txt
 create mode 100644 Documentation/devicetree/bindings/hwlock/omap-hwspinlock.txt
 create mode 100644 Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.txt
 create mode 100644 Documentation/devicetree/bindings/hwlock/sirf,hwspinlock.txt
 delete mode 100644 arch/arm/mach-omap2/hwspinlock.c
 create mode 100644 drivers/hwspinlock/qcom_hwspinlock.c
 create mode 100644 drivers/hwspinlock/sirf_hwspinlock.c
--
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