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)
commit65bd4341d61678494ea14994d0d7df73644ca014
tree52a2e00dd0c3d79420a27933ab1d458fab07997d
parent67140ed1c9d518565e6e2b86ba761652eb9bf3c4
hwspinlock/omap: add support for dt nodes

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