]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit - arch/arm/mach-omap2/pdata-quirks.c
ARM: OMAP2+: use pdata quirks for iommu reset lines
authorSuman Anna <s-anna@ti.com>
Thu, 6 Mar 2014 00:24:13 +0000 (18:24 -0600)
committerTony Lindgren <tony@atomide.com>
Wed, 12 Mar 2014 16:49:29 +0000 (09:49 -0700)
commit910f1678bba914973c077a8b120444eb3bd979d6
treee60953d92d6a87a122c387d05f7fbeb885daa1cb
parent0ac4f03f62ce17ce96bab06d7b22bafc3c6f28f1
ARM: OMAP2+: use pdata quirks for iommu reset lines

The OMAP iommu driver performs the reset management for the
iommu instances in processor sub-systems using the omap_device
API which are currently supplied as platform data ops. Use pdata
quirks to maintain the functionality as the OMAP iommu driver
gets converted to use DT nodes, until the reset portions are
decoupled from omap_hwmod/omap_device into a separate reset
driver.

This patch adds the pdata quirks for the reset management of
iommus within the DSP (OMAP3 & OMAP4) and IPU subsystems (OMAP4).

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pdata-quirks.c