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:	Tue, 3 Sep 2013 12:52:42 -0500
From:	Suman Anna <s-anna@...com>
To:	Ohad Ben-Cohen <ohad@...ery.com>
CC:	Tony Lindgren <tony@...mide.com>,
	Benoit Cousson <bcousson@...libre.com>,
	Kumar Gala <galak@...eaurora.org>,
	<linux-kernel@...r.kernel.org>, <linux-omap@...r.kernel.org>,
	<devicetree@...r.kernel.org>, Suman Anna <s-anna@...com>
Subject: [PATCH 0/2] omap hwspinlock dt support

Hi,

This series adds the device tree support to the OMAP hwspinlock
driver. The series is based on 3.11 kernel, and currently adds
the DT node for OMAP4. Since all the OMAP SoCs on which hwspinlock
is supported are currently DT-boot only, I have combined the dt
parsing support and removing the mach-omap2/hwspinlock.c cleanup
into the first patch. This mandates that a DT node be defined
to use a hwspinlock on an OMAP SoC, even though the 3.11 kernel
could instantiate the devices normally even in a DT-boot mode.

The DT binding documentation is added using the folder name 
hwlock (same name from the MSM HW Mutex driver support series
in [1]).

[1] https://lkml.org/lkml/2013/8/14/528

Suman Anna (2):
  hwspinlock/omap: add support for dt nodes
  ARM: dts: OMAP4: Add hwspinlock node

 .../devicetree/bindings/hwlock/omap-hwspinlock.txt | 28 ++++++++++
 arch/arm/boot/dts/omap4.dtsi                       |  6 +++
 arch/arm/mach-omap2/Makefile                       |  3 --
 arch/arm/mach-omap2/hwspinlock.c                   | 60 ----------------------
 drivers/hwspinlock/omap_hwspinlock.c               | 21 ++++++--
 5 files changed, 51 insertions(+), 67 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwlock/omap-hwspinlock.txt
 delete mode 100644 arch/arm/mach-omap2/hwspinlock.c

-- 
1.8.3.3

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