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