]> git.karo-electronics.de Git - linux-beck.git/blob - arch/arm/plat-samsung/include/plat/sdhci.h
MAINTAINERS: List i2c-omap and i2c-davinci drivers
[linux-beck.git] / arch / arm / plat-samsung / include / plat / sdhci.h
1 /* linux/arch/arm/plat-samsung/include/plat/sdhci.h
2  *
3  * Copyright (c) 2011 Samsung Electronics Co., Ltd.
4  *              http://www.samsung.com
5  *
6  * Copyright 2008 Openmoko, Inc.
7  * Copyright 2008 Simtec Electronics
8  *      http://armlinux.simtec.co.uk/
9  *      Ben Dooks <ben@simtec.co.uk>
10  *
11  * S3C Platform - SDHCI (HSMMC) platform data definitions
12  *
13  * This program is free software; you can redistribute it and/or modify
14  * it under the terms of the GNU General Public License version 2 as
15  * published by the Free Software Foundation.
16 */
17
18 #ifndef __PLAT_S3C_SDHCI_H
19 #define __PLAT_S3C_SDHCI_H __FILE__
20
21 struct platform_device;
22 struct mmc_host;
23 struct mmc_card;
24 struct mmc_ios;
25
26 enum cd_types {
27         S3C_SDHCI_CD_INTERNAL,  /* use mmc internal CD line */
28         S3C_SDHCI_CD_EXTERNAL,  /* use external callback */
29         S3C_SDHCI_CD_GPIO,      /* use external gpio pin for CD line */
30         S3C_SDHCI_CD_NONE,      /* no CD line, use polling to detect card */
31         S3C_SDHCI_CD_PERMANENT, /* no CD line, card permanently wired to host */
32 };
33
34 enum clk_types {
35         S3C_SDHCI_CLK_DIV_INTERNAL,     /* use mmc internal clock divider */
36         S3C_SDHCI_CLK_DIV_EXTERNAL,     /* use external clock divider */
37 };
38
39 /**
40  * struct s3c_sdhci_platdata() - Platform device data for Samsung SDHCI
41  * @max_width: The maximum number of data bits supported.
42  * @host_caps: Standard MMC host capabilities bit field.
43  * @cd_type: Type of Card Detection method (see cd_types enum above)
44  * @clk_type: Type of clock divider method (see clk_types enum above)
45  * @ext_cd_init: Initialize external card detect subsystem. Called on
46  *               sdhci-s3c driver probe when cd_type == S3C_SDHCI_CD_EXTERNAL.
47  *               notify_func argument is a callback to the sdhci-s3c driver
48  *               that triggers the card detection event. Callback arguments:
49  *               dev is pointer to platform device of the host controller,
50  *               state is new state of the card (0 - removed, 1 - inserted).
51  * @ext_cd_cleanup: Cleanup external card detect subsystem. Called on
52  *               sdhci-s3c driver remove when cd_type == S3C_SDHCI_CD_EXTERNAL.
53  *               notify_func argument is the same callback as for ext_cd_init.
54  * @ext_cd_gpio: gpio pin used for external CD line, valid only if
55  *               cd_type == S3C_SDHCI_CD_GPIO
56  * @ext_cd_gpio_invert: invert values for external CD gpio line
57  * @cfg_gpio: Configure the GPIO for a specific card bit-width
58  *
59  * Initialisation data specific to either the machine or the platform
60  * for the device driver to use or call-back when configuring gpio or
61  * card speed information.
62 */
63 struct s3c_sdhci_platdata {
64         unsigned int    max_width;
65         unsigned int    host_caps;
66         enum cd_types   cd_type;
67         enum clk_types  clk_type;
68
69         int             ext_cd_gpio;
70         bool            ext_cd_gpio_invert;
71         int     (*ext_cd_init)(void (*notify_func)(struct platform_device *,
72                                                    int state));
73         int     (*ext_cd_cleanup)(void (*notify_func)(struct platform_device *,
74                                                       int state));
75
76         void    (*cfg_gpio)(struct platform_device *dev, int width);
77 };
78
79 /* s3c_sdhci_set_platdata() - common helper for setting SDHCI platform data
80  * @pd: The default platform data for this device.
81  * @set: Pointer to the platform data to fill in.
82  */
83 extern void s3c_sdhci_set_platdata(struct s3c_sdhci_platdata *pd,
84                                     struct s3c_sdhci_platdata *set);
85
86 /**
87  * s3c_sdhci0_set_platdata - Set platform data for S3C SDHCI device.
88  * @pd: Platform data to register to device.
89  *
90  * Register the given platform data for use withe S3C SDHCI device.
91  * The call will copy the platform data, so the board definitions can
92  * make the structure itself __initdata.
93  */
94 extern void s3c_sdhci0_set_platdata(struct s3c_sdhci_platdata *pd);
95 extern void s3c_sdhci1_set_platdata(struct s3c_sdhci_platdata *pd);
96 extern void s3c_sdhci2_set_platdata(struct s3c_sdhci_platdata *pd);
97 extern void s3c_sdhci3_set_platdata(struct s3c_sdhci_platdata *pd);
98
99 /* Default platform data, exported so that per-cpu initialisation can
100  * set the correct one when there are more than one cpu type selected.
101 */
102
103 extern struct s3c_sdhci_platdata s3c_hsmmc0_def_platdata;
104 extern struct s3c_sdhci_platdata s3c_hsmmc1_def_platdata;
105 extern struct s3c_sdhci_platdata s3c_hsmmc2_def_platdata;
106 extern struct s3c_sdhci_platdata s3c_hsmmc3_def_platdata;
107
108 /* Helper function availability */
109
110 extern void s3c2416_setup_sdhci0_cfg_gpio(struct platform_device *, int w);
111 extern void s3c2416_setup_sdhci1_cfg_gpio(struct platform_device *, int w);
112 extern void s3c64xx_setup_sdhci0_cfg_gpio(struct platform_device *, int w);
113 extern void s3c64xx_setup_sdhci1_cfg_gpio(struct platform_device *, int w);
114 extern void s5pc100_setup_sdhci0_cfg_gpio(struct platform_device *, int w);
115 extern void s5pc100_setup_sdhci1_cfg_gpio(struct platform_device *, int w);
116 extern void s5pc100_setup_sdhci2_cfg_gpio(struct platform_device *, int w);
117 extern void s3c64xx_setup_sdhci2_cfg_gpio(struct platform_device *, int w);
118 extern void s5pv210_setup_sdhci0_cfg_gpio(struct platform_device *, int w);
119 extern void s5pv210_setup_sdhci1_cfg_gpio(struct platform_device *, int w);
120 extern void s5pv210_setup_sdhci2_cfg_gpio(struct platform_device *, int w);
121 extern void s5pv210_setup_sdhci3_cfg_gpio(struct platform_device *, int w);
122 extern void exynos4_setup_sdhci0_cfg_gpio(struct platform_device *, int w);
123 extern void exynos4_setup_sdhci1_cfg_gpio(struct platform_device *, int w);
124 extern void exynos4_setup_sdhci2_cfg_gpio(struct platform_device *, int w);
125 extern void exynos4_setup_sdhci3_cfg_gpio(struct platform_device *, int w);
126 extern void s5p64x0_setup_sdhci0_cfg_gpio(struct platform_device *, int w);
127 extern void s5p64x0_setup_sdhci1_cfg_gpio(struct platform_device *, int w);
128 extern void s5p6440_setup_sdhci2_cfg_gpio(struct platform_device *, int w);
129 extern void s5p6450_setup_sdhci2_cfg_gpio(struct platform_device *, int w);
130
131 /* S3C2416 SDHCI setup */
132
133 #ifdef CONFIG_S3C2416_SETUP_SDHCI
134 static inline void s3c2416_default_sdhci0(void)
135 {
136 #ifdef CONFIG_S3C_DEV_HSMMC
137         s3c_hsmmc0_def_platdata.cfg_gpio = s3c2416_setup_sdhci0_cfg_gpio;
138 #endif /* CONFIG_S3C_DEV_HSMMC */
139 }
140
141 static inline void s3c2416_default_sdhci1(void)
142 {
143 #ifdef CONFIG_S3C_DEV_HSMMC1
144         s3c_hsmmc1_def_platdata.cfg_gpio = s3c2416_setup_sdhci1_cfg_gpio;
145 #endif /* CONFIG_S3C_DEV_HSMMC1 */
146 }
147
148 #else
149 static inline void s3c2416_default_sdhci0(void) { }
150 static inline void s3c2416_default_sdhci1(void) { }
151
152 #endif /* CONFIG_S3C2416_SETUP_SDHCI */
153
154 /* S3C64XX SDHCI setup */
155
156 #ifdef CONFIG_S3C64XX_SETUP_SDHCI
157 static inline void s3c6400_default_sdhci0(void)
158 {
159 #ifdef CONFIG_S3C_DEV_HSMMC
160         s3c_hsmmc0_def_platdata.cfg_gpio = s3c64xx_setup_sdhci0_cfg_gpio;
161 #endif
162 }
163
164 static inline void s3c6400_default_sdhci1(void)
165 {
166 #ifdef CONFIG_S3C_DEV_HSMMC1
167         s3c_hsmmc1_def_platdata.cfg_gpio = s3c64xx_setup_sdhci1_cfg_gpio;
168 #endif
169 }
170
171 static inline void s3c6400_default_sdhci2(void)
172 {
173 #ifdef CONFIG_S3C_DEV_HSMMC2
174         s3c_hsmmc2_def_platdata.cfg_gpio = s3c64xx_setup_sdhci2_cfg_gpio;
175 #endif
176 }
177
178 static inline void s3c6410_default_sdhci0(void)
179 {
180 #ifdef CONFIG_S3C_DEV_HSMMC
181         s3c_hsmmc0_def_platdata.cfg_gpio = s3c64xx_setup_sdhci0_cfg_gpio;
182 #endif
183 }
184
185 static inline void s3c6410_default_sdhci1(void)
186 {
187 #ifdef CONFIG_S3C_DEV_HSMMC1
188         s3c_hsmmc1_def_platdata.cfg_gpio = s3c64xx_setup_sdhci1_cfg_gpio;
189 #endif
190 }
191
192 static inline void s3c6410_default_sdhci2(void)
193 {
194 #ifdef CONFIG_S3C_DEV_HSMMC2
195         s3c_hsmmc2_def_platdata.cfg_gpio = s3c64xx_setup_sdhci2_cfg_gpio;
196 #endif
197 }
198
199 #else
200 static inline void s3c6410_default_sdhci0(void) { }
201 static inline void s3c6410_default_sdhci1(void) { }
202 static inline void s3c6410_default_sdhci2(void) { }
203 static inline void s3c6400_default_sdhci0(void) { }
204 static inline void s3c6400_default_sdhci1(void) { }
205 static inline void s3c6400_default_sdhci2(void) { }
206
207 #endif /* CONFIG_S3C64XX_SETUP_SDHCI */
208
209 /* S5P64X0 SDHCI setup */
210
211 #ifdef CONFIG_S5P64X0_SETUP_SDHCI
212 static inline void s5p64x0_default_sdhci0(void)
213 {
214 #ifdef CONFIG_S3C_DEV_HSMMC
215         s3c_hsmmc0_def_platdata.cfg_gpio = s5p64x0_setup_sdhci0_cfg_gpio;
216 #endif
217 }
218
219 static inline void s5p64x0_default_sdhci1(void)
220 {
221 #ifdef CONFIG_S3C_DEV_HSMMC1
222         s3c_hsmmc1_def_platdata.cfg_gpio = s5p64x0_setup_sdhci1_cfg_gpio;
223 #endif
224 }
225
226 static inline void s5p6440_default_sdhci2(void)
227 {
228 #ifdef CONFIG_S3C_DEV_HSMMC2
229         s3c_hsmmc2_def_platdata.cfg_gpio = s5p6440_setup_sdhci2_cfg_gpio;
230 #endif
231 }
232
233 static inline void s5p6450_default_sdhci2(void)
234 {
235 #ifdef CONFIG_S3C_DEV_HSMMC2
236         s3c_hsmmc2_def_platdata.cfg_gpio = s5p6450_setup_sdhci2_cfg_gpio;
237 #endif
238 }
239
240 #else
241 static inline void s5p64x0_default_sdhci0(void) { }
242 static inline void s5p64x0_default_sdhci1(void) { }
243 static inline void s5p6440_default_sdhci2(void) { }
244 static inline void s5p6450_default_sdhci2(void) { }
245
246 #endif /* CONFIG_S5P64X0_SETUP_SDHCI */
247
248 /* S5PC100 SDHCI setup */
249
250 #ifdef CONFIG_S5PC100_SETUP_SDHCI
251 static inline void s5pc100_default_sdhci0(void)
252 {
253 #ifdef CONFIG_S3C_DEV_HSMMC
254         s3c_hsmmc0_def_platdata.cfg_gpio = s5pc100_setup_sdhci0_cfg_gpio;
255 #endif
256 }
257
258 static inline void s5pc100_default_sdhci1(void)
259 {
260 #ifdef CONFIG_S3C_DEV_HSMMC1
261         s3c_hsmmc1_def_platdata.cfg_gpio = s5pc100_setup_sdhci1_cfg_gpio;
262 #endif
263 }
264
265 static inline void s5pc100_default_sdhci2(void)
266 {
267 #ifdef CONFIG_S3C_DEV_HSMMC2
268         s3c_hsmmc2_def_platdata.cfg_gpio = s5pc100_setup_sdhci2_cfg_gpio;
269 #endif
270 }
271
272 #else
273 static inline void s5pc100_default_sdhci0(void) { }
274 static inline void s5pc100_default_sdhci1(void) { }
275 static inline void s5pc100_default_sdhci2(void) { }
276
277 #endif /* CONFIG_S5PC100_SETUP_SDHCI */
278
279 /* S5PV210 SDHCI setup */
280
281 #ifdef CONFIG_S5PV210_SETUP_SDHCI
282 static inline void s5pv210_default_sdhci0(void)
283 {
284 #ifdef CONFIG_S3C_DEV_HSMMC
285         s3c_hsmmc0_def_platdata.cfg_gpio = s5pv210_setup_sdhci0_cfg_gpio;
286 #endif
287 }
288
289 static inline void s5pv210_default_sdhci1(void)
290 {
291 #ifdef CONFIG_S3C_DEV_HSMMC1
292         s3c_hsmmc1_def_platdata.cfg_gpio = s5pv210_setup_sdhci1_cfg_gpio;
293 #endif
294 }
295
296 static inline void s5pv210_default_sdhci2(void)
297 {
298 #ifdef CONFIG_S3C_DEV_HSMMC2
299         s3c_hsmmc2_def_platdata.cfg_gpio = s5pv210_setup_sdhci2_cfg_gpio;
300 #endif
301 }
302
303 static inline void s5pv210_default_sdhci3(void)
304 {
305 #ifdef CONFIG_S3C_DEV_HSMMC3
306         s3c_hsmmc3_def_platdata.cfg_gpio = s5pv210_setup_sdhci3_cfg_gpio;
307 #endif
308 }
309
310 #else
311 static inline void s5pv210_default_sdhci0(void) { }
312 static inline void s5pv210_default_sdhci1(void) { }
313 static inline void s5pv210_default_sdhci2(void) { }
314 static inline void s5pv210_default_sdhci3(void) { }
315
316 #endif /* CONFIG_S5PV210_SETUP_SDHCI */
317
318 /* EXYNOS4 SDHCI setup */
319 #ifdef CONFIG_EXYNOS4_SETUP_SDHCI
320 static inline void exynos4_default_sdhci0(void)
321 {
322 #ifdef CONFIG_S3C_DEV_HSMMC
323         s3c_hsmmc0_def_platdata.cfg_gpio = exynos4_setup_sdhci0_cfg_gpio;
324 #endif
325 }
326
327 static inline void exynos4_default_sdhci1(void)
328 {
329 #ifdef CONFIG_S3C_DEV_HSMMC1
330         s3c_hsmmc1_def_platdata.cfg_gpio = exynos4_setup_sdhci1_cfg_gpio;
331 #endif
332 }
333
334 static inline void exynos4_default_sdhci2(void)
335 {
336 #ifdef CONFIG_S3C_DEV_HSMMC2
337         s3c_hsmmc2_def_platdata.cfg_gpio = exynos4_setup_sdhci2_cfg_gpio;
338 #endif
339 }
340
341 static inline void exynos4_default_sdhci3(void)
342 {
343 #ifdef CONFIG_S3C_DEV_HSMMC3
344         s3c_hsmmc3_def_platdata.cfg_gpio = exynos4_setup_sdhci3_cfg_gpio;
345 #endif
346 }
347
348 #else
349 static inline void exynos4_default_sdhci0(void) { }
350 static inline void exynos4_default_sdhci1(void) { }
351 static inline void exynos4_default_sdhci2(void) { }
352 static inline void exynos4_default_sdhci3(void) { }
353
354 #endif /* CONFIG_EXYNOS4_SETUP_SDHCI */
355
356 #endif /* __PLAT_S3C_SDHCI_H */