hwspinlock/omap: add support for dt nodes
authorSuman Anna <s-anna@ti.com>
Thu, 5 Mar 2015 02:01:16 +0000 (20:01 -0600)
committerOhad Ben-Cohen <ohad@wizery.com>
Sat, 2 May 2015 07:05:10 +0000 (10:05 +0300)
HwSpinlock IP is present only on OMAP4 and other newer SoCs,
which are all device-tree boot only. This patch adds the
base support for parsing the DT nodes, and removes the code
dealing with the traditional platform device instantiation.

Signed-off-by: Suman Anna <s-anna@ti.com>
[tony@atomide.com: ack for legacy file removal]
Acked-by: Tony Lindgren <tony@atomide.com>
[comment on the imperfect always-zero base_id]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
MAINTAINERS
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/hwspinlock.c [deleted file]
drivers/hwspinlock/omap_hwspinlock.c

index 2e5bbc0..5fe8941 100644 (file)
@@ -7095,7 +7095,6 @@ M:        Ohad Ben-Cohen <ohad@wizery.com>
 L:     linux-omap@vger.kernel.org
 S:     Maintained
 F:     drivers/hwspinlock/omap_hwspinlock.c
-F:     arch/arm/mach-omap2/hwspinlock.c
 
 OMAP MMC SUPPORT
 M:     Jarkko Lavinen <jarkko.lavinen@nokia.com>
Simple merge
diff --cc arch/arm/mach-omap2/hwspinlock.c
Simple merge
Simple merge