]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-msm/io.c
Merge remote-tracking branch 'moduleh/module.h-split'
[karo-tx-linux.git] / arch / arm / mach-msm / io.c
1 /* arch/arm/mach-msm/io.c
2  *
3  * MSM7K, QSD io support
4  *
5  * Copyright (C) 2007 Google, Inc.
6  * Copyright (c) 2008-2011, Code Aurora Forum. All rights reserved.
7  * Author: Brian Swetland <swetland@google.com>
8  *
9  * This software is licensed under the terms of the GNU General Public
10  * License version 2, as published by the Free Software Foundation, and
11  * may be copied, distributed, and modified under those terms.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  */
19
20 #include <linux/kernel.h>
21 #include <linux/init.h>
22 #include <linux/io.h>
23 #include <linux/export.h>
24
25 #include <mach/hardware.h>
26 #include <asm/page.h>
27 #include <mach/msm_iomap.h>
28 #include <asm/mach/map.h>
29
30 #include <mach/board.h>
31
32 #define MSM_CHIP_DEVICE(name, chip) {                         \
33                 .virtual = (unsigned long) MSM_##name##_BASE, \
34                 .pfn = __phys_to_pfn(chip##_##name##_PHYS), \
35                 .length = chip##_##name##_SIZE, \
36                 .type = MT_DEVICE_NONSHARED, \
37          }
38
39 #define MSM_DEVICE(name) MSM_CHIP_DEVICE(name, MSM)
40
41 #if defined(CONFIG_ARCH_MSM7X00A) || defined(CONFIG_ARCH_MSM7X27) \
42         || defined(CONFIG_ARCH_MSM7X25)
43 static struct map_desc msm_io_desc[] __initdata = {
44         MSM_DEVICE(VIC),
45         MSM_CHIP_DEVICE(CSR, MSM7X00),
46         MSM_CHIP_DEVICE(GPIO1, MSM7X00),
47         MSM_CHIP_DEVICE(GPIO2, MSM7X00),
48         MSM_DEVICE(CLK_CTL),
49 #ifdef CONFIG_MSM_DEBUG_UART
50         MSM_DEVICE(DEBUG_UART),
51 #endif
52 #ifdef CONFIG_ARCH_MSM7X30
53         MSM_DEVICE(GCC),
54 #endif
55         {
56                 .virtual =  (unsigned long) MSM_SHARED_RAM_BASE,
57                 .pfn = __phys_to_pfn(MSM_SHARED_RAM_PHYS),
58                 .length =   MSM_SHARED_RAM_SIZE,
59                 .type =     MT_DEVICE,
60         },
61 };
62
63 void __init msm_map_common_io(void)
64 {
65         /* Make sure the peripheral register window is closed, since
66          * we will use PTE flags (TEX[1]=1,B=0,C=1) to determine which
67          * pages are peripheral interface or not.
68          */
69         asm("mcr p15, 0, %0, c15, c2, 4" : : "r" (0));
70         iotable_init(msm_io_desc, ARRAY_SIZE(msm_io_desc));
71 }
72 #endif
73
74 #ifdef CONFIG_ARCH_QSD8X50
75 static struct map_desc qsd8x50_io_desc[] __initdata = {
76         MSM_DEVICE(VIC),
77         MSM_CHIP_DEVICE(CSR, QSD8X50),
78         MSM_CHIP_DEVICE(GPIO1, QSD8X50),
79         MSM_CHIP_DEVICE(GPIO2, QSD8X50),
80         MSM_DEVICE(CLK_CTL),
81         MSM_DEVICE(SIRC),
82         MSM_DEVICE(SCPLL),
83         MSM_DEVICE(AD5),
84         MSM_DEVICE(MDC),
85 #ifdef CONFIG_MSM_DEBUG_UART
86         MSM_DEVICE(DEBUG_UART),
87 #endif
88         {
89                 .virtual =  (unsigned long) MSM_SHARED_RAM_BASE,
90                 .pfn = __phys_to_pfn(MSM_SHARED_RAM_PHYS),
91                 .length =   MSM_SHARED_RAM_SIZE,
92                 .type =     MT_DEVICE,
93         },
94 };
95
96 void __init msm_map_qsd8x50_io(void)
97 {
98         iotable_init(qsd8x50_io_desc, ARRAY_SIZE(qsd8x50_io_desc));
99 }
100 #endif /* CONFIG_ARCH_QSD8X50 */
101
102 #ifdef CONFIG_ARCH_MSM8X60
103 static struct map_desc msm8x60_io_desc[] __initdata = {
104         MSM_CHIP_DEVICE(QGIC_DIST, MSM8X60),
105         MSM_CHIP_DEVICE(QGIC_CPU, MSM8X60),
106         MSM_CHIP_DEVICE(TMR, MSM8X60),
107         MSM_CHIP_DEVICE(TMR0, MSM8X60),
108         MSM_DEVICE(ACC),
109         MSM_DEVICE(GCC),
110 };
111
112 void __init msm_map_msm8x60_io(void)
113 {
114         iotable_init(msm8x60_io_desc, ARRAY_SIZE(msm8x60_io_desc));
115 }
116 #endif /* CONFIG_ARCH_MSM8X60 */
117
118 #ifdef CONFIG_ARCH_MSM8960
119 static struct map_desc msm8960_io_desc[] __initdata = {
120         MSM_CHIP_DEVICE(QGIC_DIST, MSM8960),
121         MSM_CHIP_DEVICE(QGIC_CPU, MSM8960),
122         MSM_CHIP_DEVICE(TMR, MSM8960),
123         MSM_CHIP_DEVICE(TMR0, MSM8960),
124 };
125
126 void __init msm_map_msm8960_io(void)
127 {
128         iotable_init(msm8960_io_desc, ARRAY_SIZE(msm8960_io_desc));
129 }
130 #endif /* CONFIG_ARCH_MSM8960 */
131
132 #ifdef CONFIG_ARCH_MSM7X30
133 static struct map_desc msm7x30_io_desc[] __initdata = {
134         MSM_DEVICE(VIC),
135         MSM_CHIP_DEVICE(CSR, MSM7X30),
136         MSM_CHIP_DEVICE(GPIO1, MSM7X30),
137         MSM_CHIP_DEVICE(GPIO2, MSM7X30),
138         MSM_DEVICE(CLK_CTL),
139         MSM_DEVICE(CLK_CTL_SH2),
140         MSM_DEVICE(AD5),
141         MSM_DEVICE(MDC),
142         MSM_DEVICE(ACC),
143         MSM_DEVICE(SAW),
144         MSM_DEVICE(GCC),
145         MSM_DEVICE(TCSR),
146 #ifdef CONFIG_MSM_DEBUG_UART
147         MSM_DEVICE(DEBUG_UART),
148 #endif
149         {
150                 .virtual =  (unsigned long) MSM_SHARED_RAM_BASE,
151                 .pfn = __phys_to_pfn(MSM_SHARED_RAM_PHYS),
152                 .length =   MSM_SHARED_RAM_SIZE,
153                 .type =     MT_DEVICE,
154         },
155 };
156
157 void __init msm_map_msm7x30_io(void)
158 {
159         iotable_init(msm7x30_io_desc, ARRAY_SIZE(msm7x30_io_desc));
160 }
161 #endif /* CONFIG_ARCH_MSM7X30 */
162
163 void __iomem *
164 __msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype)
165 {
166         if (mtype == MT_DEVICE) {
167                 /* The peripherals in the 88000000 - D0000000 range
168                  * are only accessible by type MT_DEVICE_NONSHARED.
169                  * Adjust mtype as necessary to make this "just work."
170                  */
171                 if ((phys_addr >= 0x88000000) && (phys_addr < 0xD0000000))
172                         mtype = MT_DEVICE_NONSHARED;
173         }
174
175         return __arm_ioremap_caller(phys_addr, size, mtype,
176                 __builtin_return_address(0));
177 }
178 EXPORT_SYMBOL(__msm_ioremap);