diff options
author | Tony Lindgren <tony@atomide.com> | 2012-11-02 15:24:14 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-20 13:05:01 -0500 |
commit | 2ab7c84815cffd5fe4946a472fc67fefa8ac3c29 (patch) | |
tree | da99b0b6c04b96384c141653db34a0f772b0bfb2 | |
parent | 7bd9e25fa4e1eab0adb2632a0752e0835850dfb7 (diff) |
ARM: OMAP2+: Move iommu/iovmm headers to platform_data
Move iommu/iovmm headers from plat/ to platform_data/ as part of the
single zImage work.
Partially based on an earlier version by Ido Yariv <ido@wizery.com>.
Cc: Ido Yariv <ido@wizery.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Omar Ramirez Luna <omar.luna@linaro.org>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Acked-by: Ohad Ben-Cohen <ohad@wizery.com>
Acked-by: Joerg Roedel <joro@8bytes.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap-iommu.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 | ||||
-rw-r--r-- | drivers/iommu/omap-iommu-debug.c | 3 | ||||
-rw-r--r-- | drivers/iommu/omap-iommu.c | 2 | ||||
-rw-r--r-- | drivers/iommu/omap-iommu2.c | 2 | ||||
-rw-r--r-- | drivers/iommu/omap-iovmm.c | 3 | ||||
-rw-r--r-- | drivers/media/platform/omap3isp/ispvideo.c | 1 | ||||
-rw-r--r-- | include/linux/platform_data/iommu-omap.h (renamed from arch/arm/plat-omap/include/plat/iommu.h) | 0 |
10 files changed, 8 insertions, 11 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index c8c211731d26..6cd0c2a36a25 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c | |||
@@ -126,7 +126,7 @@ static struct platform_device omap2cam_device = { | |||
126 | 126 | ||
127 | #if defined(CONFIG_IOMMU_API) | 127 | #if defined(CONFIG_IOMMU_API) |
128 | 128 | ||
129 | #include <plat/iommu.h> | 129 | #include <linux/platform_data/iommu-omap.h> |
130 | 130 | ||
131 | static struct resource omap3isp_resources[] = { | 131 | static struct resource omap3isp_resources[] = { |
132 | { | 132 | { |
diff --git a/arch/arm/mach-omap2/omap-iommu.c b/arch/arm/mach-omap2/omap-iommu.c index df298d46707c..a6a4ff8744b7 100644 --- a/arch/arm/mach-omap2/omap-iommu.c +++ b/arch/arm/mach-omap2/omap-iommu.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/platform_device.h> | 14 | #include <linux/platform_device.h> |
15 | 15 | ||
16 | #include <plat/iommu.h> | 16 | #include <linux/platform_data/iommu-omap.h> |
17 | 17 | ||
18 | #include "soc.h" | 18 | #include "soc.h" |
19 | #include "common.h" | 19 | #include "common.h" |
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index f67b7ee07dd4..621bc7137233 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |||
@@ -26,8 +26,8 @@ | |||
26 | #include <plat/mmc.h> | 26 | #include <plat/mmc.h> |
27 | #include <linux/platform_data/asoc-ti-mcbsp.h> | 27 | #include <linux/platform_data/asoc-ti-mcbsp.h> |
28 | #include <linux/platform_data/spi-omap2-mcspi.h> | 28 | #include <linux/platform_data/spi-omap2-mcspi.h> |
29 | #include <linux/platform_data/iommu-omap.h> | ||
29 | #include <plat/dmtimer.h> | 30 | #include <plat/dmtimer.h> |
30 | #include <plat/iommu.h> | ||
31 | 31 | ||
32 | #include "am35xx.h" | 32 | #include "am35xx.h" |
33 | 33 | ||
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 652d0285bd6d..5850b3e81512 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |||
@@ -27,10 +27,10 @@ | |||
27 | #include <plat/dma.h> | 27 | #include <plat/dma.h> |
28 | #include <linux/platform_data/spi-omap2-mcspi.h> | 28 | #include <linux/platform_data/spi-omap2-mcspi.h> |
29 | #include <linux/platform_data/asoc-ti-mcbsp.h> | 29 | #include <linux/platform_data/asoc-ti-mcbsp.h> |
30 | #include <linux/platform_data/iommu-omap.h> | ||
30 | #include <plat/mmc.h> | 31 | #include <plat/mmc.h> |
31 | #include <plat/dmtimer.h> | 32 | #include <plat/dmtimer.h> |
32 | #include <plat/common.h> | 33 | #include <plat/common.h> |
33 | #include <plat/iommu.h> | ||
34 | 34 | ||
35 | #include "omap_hwmod_common_data.h" | 35 | #include "omap_hwmod_common_data.h" |
36 | #include "cm1_44xx.h" | 36 | #include "cm1_44xx.h" |
diff --git a/drivers/iommu/omap-iommu-debug.c b/drivers/iommu/omap-iommu-debug.c index d0427bd21361..d97fbe4fb9b1 100644 --- a/drivers/iommu/omap-iommu-debug.c +++ b/drivers/iommu/omap-iommu-debug.c | |||
@@ -19,8 +19,7 @@ | |||
19 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
20 | #include <linux/debugfs.h> | 20 | #include <linux/debugfs.h> |
21 | #include <linux/omap-iommu.h> | 21 | #include <linux/omap-iommu.h> |
22 | 22 | #include <linux/platform_data/iommu-omap.h> | |
23 | #include <plat/iommu.h> | ||
24 | 23 | ||
25 | #include "omap-iopgtable.h" | 24 | #include "omap-iopgtable.h" |
26 | #include "omap-iommu.h" | 25 | #include "omap-iommu.h" |
diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iommu.c index df840870e2a1..badc17c2bcb4 100644 --- a/drivers/iommu/omap-iommu.c +++ b/drivers/iommu/omap-iommu.c | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include <asm/cacheflush.h> | 27 | #include <asm/cacheflush.h> |
28 | 28 | ||
29 | #include <plat/iommu.h> | 29 | #include <linux/platform_data/iommu-omap.h> |
30 | 30 | ||
31 | #include "omap-iopgtable.h" | 31 | #include "omap-iopgtable.h" |
32 | #include "omap-iommu.h" | 32 | #include "omap-iommu.h" |
diff --git a/drivers/iommu/omap-iommu2.c b/drivers/iommu/omap-iommu2.c index 29e98a2af906..c02020292377 100644 --- a/drivers/iommu/omap-iommu2.c +++ b/drivers/iommu/omap-iommu2.c | |||
@@ -19,8 +19,8 @@ | |||
19 | #include <linux/omap-iommu.h> | 19 | #include <linux/omap-iommu.h> |
20 | #include <linux/slab.h> | 20 | #include <linux/slab.h> |
21 | #include <linux/stringify.h> | 21 | #include <linux/stringify.h> |
22 | #include <linux/platform_data/iommu-omap.h> | ||
22 | 23 | ||
23 | #include <plat/iommu.h> | ||
24 | #include "omap-iommu.h" | 24 | #include "omap-iommu.h" |
25 | 25 | ||
26 | /* | 26 | /* |
diff --git a/drivers/iommu/omap-iovmm.c b/drivers/iommu/omap-iovmm.c index 3e3b2421b924..46d875690739 100644 --- a/drivers/iommu/omap-iovmm.c +++ b/drivers/iommu/omap-iovmm.c | |||
@@ -18,12 +18,11 @@ | |||
18 | #include <linux/scatterlist.h> | 18 | #include <linux/scatterlist.h> |
19 | #include <linux/iommu.h> | 19 | #include <linux/iommu.h> |
20 | #include <linux/omap-iommu.h> | 20 | #include <linux/omap-iommu.h> |
21 | #include <linux/platform_data/iommu-omap.h> | ||
21 | 22 | ||
22 | #include <asm/cacheflush.h> | 23 | #include <asm/cacheflush.h> |
23 | #include <asm/mach/map.h> | 24 | #include <asm/mach/map.h> |
24 | 25 | ||
25 | #include <plat/iommu.h> | ||
26 | |||
27 | #include "omap-iopgtable.h" | 26 | #include "omap-iopgtable.h" |
28 | #include "omap-iommu.h" | 27 | #include "omap-iommu.h" |
29 | 28 | ||
diff --git a/drivers/media/platform/omap3isp/ispvideo.c b/drivers/media/platform/omap3isp/ispvideo.c index a4b829027d71..21f7313e6999 100644 --- a/drivers/media/platform/omap3isp/ispvideo.c +++ b/drivers/media/platform/omap3isp/ispvideo.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include <linux/vmalloc.h> | 35 | #include <linux/vmalloc.h> |
36 | #include <media/v4l2-dev.h> | 36 | #include <media/v4l2-dev.h> |
37 | #include <media/v4l2-ioctl.h> | 37 | #include <media/v4l2-ioctl.h> |
38 | #include <plat/iommu.h> | ||
39 | #include <plat/omap-pm.h> | 38 | #include <plat/omap-pm.h> |
40 | 39 | ||
41 | #include "ispvideo.h" | 40 | #include "ispvideo.h" |
diff --git a/arch/arm/plat-omap/include/plat/iommu.h b/include/linux/platform_data/iommu-omap.h index c677b9f2fefa..c677b9f2fefa 100644 --- a/arch/arm/plat-omap/include/plat/iommu.h +++ b/include/linux/platform_data/iommu-omap.h | |||