2 * EXYNOS4 - GPIOlib support
4 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
12 #include <linux/kernel.h>
13 #include <linux/irq.h>
15 #include <linux/gpio.h>
19 #include <plat/gpio-core.h>
20 #include <plat/gpio-cfg.h>
21 #include <plat/gpio-cfg-helpers.h>
23 int s3c_gpio_setpull_exynos4(struct s3c_gpio_chip
*chip
,
24 unsigned int off
, s3c_gpio_pull_t pull
)
26 if (pull
== S3C_GPIO_PULL_UP
)
29 return s3c_gpio_setpull_updown(chip
, off
, pull
);
32 s3c_gpio_pull_t
s3c_gpio_getpull_exynos4(struct s3c_gpio_chip
*chip
,
37 pull
= s3c_gpio_getpull_updown(chip
, off
);
39 pull
= S3C_GPIO_PULL_UP
;
44 static struct s3c_gpio_cfg gpio_cfg
= {
45 .set_config
= s3c_gpio_setcfg_s3c64xx_4bit
,
46 .set_pull
= s3c_gpio_setpull_exynos4
,
47 .get_pull
= s3c_gpio_getpull_exynos4
,
50 static struct s3c_gpio_cfg gpio_cfg_noint
= {
51 .set_config
= s3c_gpio_setcfg_s3c64xx_4bit
,
52 .set_pull
= s3c_gpio_setpull_exynos4
,
53 .get_pull
= s3c_gpio_getpull_exynos4
,
57 * Following are the gpio banks in v310.
59 * The 'config' member when left to NULL, is initialized to the default
60 * structure gpio_cfg in the init function below.
62 * The 'base' member is also initialized in the init function below.
63 * Note: The initialization of 'base' member of s3c_gpio_chip structure
64 * uses the above macro and depends on the banks being listed in order here.
66 static struct s3c_gpio_chip exynos4_gpio_part1_4bit
[] = {
69 .base
= EXYNOS4_GPA0(0),
70 .ngpio
= EXYNOS4_GPIO_A0_NR
,
75 .base
= EXYNOS4_GPA1(0),
76 .ngpio
= EXYNOS4_GPIO_A1_NR
,
81 .base
= EXYNOS4_GPB(0),
82 .ngpio
= EXYNOS4_GPIO_B_NR
,
87 .base
= EXYNOS4_GPC0(0),
88 .ngpio
= EXYNOS4_GPIO_C0_NR
,
93 .base
= EXYNOS4_GPC1(0),
94 .ngpio
= EXYNOS4_GPIO_C1_NR
,
99 .base
= EXYNOS4_GPD0(0),
100 .ngpio
= EXYNOS4_GPIO_D0_NR
,
105 .base
= EXYNOS4_GPD1(0),
106 .ngpio
= EXYNOS4_GPIO_D1_NR
,
111 .base
= EXYNOS4_GPE0(0),
112 .ngpio
= EXYNOS4_GPIO_E0_NR
,
117 .base
= EXYNOS4_GPE1(0),
118 .ngpio
= EXYNOS4_GPIO_E1_NR
,
123 .base
= EXYNOS4_GPE2(0),
124 .ngpio
= EXYNOS4_GPIO_E2_NR
,
129 .base
= EXYNOS4_GPE3(0),
130 .ngpio
= EXYNOS4_GPIO_E3_NR
,
135 .base
= EXYNOS4_GPE4(0),
136 .ngpio
= EXYNOS4_GPIO_E4_NR
,
141 .base
= EXYNOS4_GPF0(0),
142 .ngpio
= EXYNOS4_GPIO_F0_NR
,
147 .base
= EXYNOS4_GPF1(0),
148 .ngpio
= EXYNOS4_GPIO_F1_NR
,
153 .base
= EXYNOS4_GPF2(0),
154 .ngpio
= EXYNOS4_GPIO_F2_NR
,
159 .base
= EXYNOS4_GPF3(0),
160 .ngpio
= EXYNOS4_GPIO_F3_NR
,
166 static struct s3c_gpio_chip exynos4_gpio_part2_4bit
[] = {
169 .base
= EXYNOS4_GPJ0(0),
170 .ngpio
= EXYNOS4_GPIO_J0_NR
,
175 .base
= EXYNOS4_GPJ1(0),
176 .ngpio
= EXYNOS4_GPIO_J1_NR
,
181 .base
= EXYNOS4_GPK0(0),
182 .ngpio
= EXYNOS4_GPIO_K0_NR
,
187 .base
= EXYNOS4_GPK1(0),
188 .ngpio
= EXYNOS4_GPIO_K1_NR
,
193 .base
= EXYNOS4_GPK2(0),
194 .ngpio
= EXYNOS4_GPIO_K2_NR
,
199 .base
= EXYNOS4_GPK3(0),
200 .ngpio
= EXYNOS4_GPIO_K3_NR
,
205 .base
= EXYNOS4_GPL0(0),
206 .ngpio
= EXYNOS4_GPIO_L0_NR
,
211 .base
= EXYNOS4_GPL1(0),
212 .ngpio
= EXYNOS4_GPIO_L1_NR
,
217 .base
= EXYNOS4_GPL2(0),
218 .ngpio
= EXYNOS4_GPIO_L2_NR
,
222 .config
= &gpio_cfg_noint
,
224 .base
= EXYNOS4_GPY0(0),
225 .ngpio
= EXYNOS4_GPIO_Y0_NR
,
229 .config
= &gpio_cfg_noint
,
231 .base
= EXYNOS4_GPY1(0),
232 .ngpio
= EXYNOS4_GPIO_Y1_NR
,
236 .config
= &gpio_cfg_noint
,
238 .base
= EXYNOS4_GPY2(0),
239 .ngpio
= EXYNOS4_GPIO_Y2_NR
,
243 .config
= &gpio_cfg_noint
,
245 .base
= EXYNOS4_GPY3(0),
246 .ngpio
= EXYNOS4_GPIO_Y3_NR
,
250 .config
= &gpio_cfg_noint
,
252 .base
= EXYNOS4_GPY4(0),
253 .ngpio
= EXYNOS4_GPIO_Y4_NR
,
257 .config
= &gpio_cfg_noint
,
259 .base
= EXYNOS4_GPY5(0),
260 .ngpio
= EXYNOS4_GPIO_Y5_NR
,
264 .config
= &gpio_cfg_noint
,
266 .base
= EXYNOS4_GPY6(0),
267 .ngpio
= EXYNOS4_GPIO_Y6_NR
,
271 .base
= (S5P_VA_GPIO2
+ 0xC00),
272 .config
= &gpio_cfg_noint
,
273 .irq_base
= IRQ_EINT(0),
275 .base
= EXYNOS4_GPX0(0),
276 .ngpio
= EXYNOS4_GPIO_X0_NR
,
278 .to_irq
= samsung_gpiolib_to_irq
,
281 .base
= (S5P_VA_GPIO2
+ 0xC20),
282 .config
= &gpio_cfg_noint
,
283 .irq_base
= IRQ_EINT(8),
285 .base
= EXYNOS4_GPX1(0),
286 .ngpio
= EXYNOS4_GPIO_X1_NR
,
288 .to_irq
= samsung_gpiolib_to_irq
,
291 .base
= (S5P_VA_GPIO2
+ 0xC40),
292 .config
= &gpio_cfg_noint
,
293 .irq_base
= IRQ_EINT(16),
295 .base
= EXYNOS4_GPX2(0),
296 .ngpio
= EXYNOS4_GPIO_X2_NR
,
298 .to_irq
= samsung_gpiolib_to_irq
,
301 .base
= (S5P_VA_GPIO2
+ 0xC60),
302 .config
= &gpio_cfg_noint
,
303 .irq_base
= IRQ_EINT(24),
305 .base
= EXYNOS4_GPX3(0),
306 .ngpio
= EXYNOS4_GPIO_X3_NR
,
308 .to_irq
= samsung_gpiolib_to_irq
,
313 static struct s3c_gpio_chip exynos4_gpio_part3_4bit
[] = {
316 .base
= EXYNOS4_GPZ(0),
317 .ngpio
= EXYNOS4_GPIO_Z_NR
,
323 static __init
int exynos4_gpiolib_init(void)
325 struct s3c_gpio_chip
*chip
;
332 chip
= exynos4_gpio_part1_4bit
;
333 nr_chips
= ARRAY_SIZE(exynos4_gpio_part1_4bit
);
335 for (i
= 0; i
< nr_chips
; i
++, chip
++) {
336 if (chip
->config
== NULL
) {
337 chip
->config
= &gpio_cfg
;
338 /* Assign the GPIO interrupt group */
339 chip
->group
= group
++;
341 if (chip
->base
== NULL
)
342 chip
->base
= S5P_VA_GPIO1
+ (i
) * 0x20;
345 samsung_gpiolib_add_4bit_chips(exynos4_gpio_part1_4bit
, nr_chips
);
349 chip
= exynos4_gpio_part2_4bit
;
350 nr_chips
= ARRAY_SIZE(exynos4_gpio_part2_4bit
);
352 for (i
= 0; i
< nr_chips
; i
++, chip
++) {
353 if (chip
->config
== NULL
) {
354 chip
->config
= &gpio_cfg
;
355 /* Assign the GPIO interrupt group */
356 chip
->group
= group
++;
358 if (chip
->base
== NULL
)
359 chip
->base
= S5P_VA_GPIO2
+ (i
) * 0x20;
362 samsung_gpiolib_add_4bit_chips(exynos4_gpio_part2_4bit
, nr_chips
);
366 chip
= exynos4_gpio_part3_4bit
;
367 nr_chips
= ARRAY_SIZE(exynos4_gpio_part3_4bit
);
369 for (i
= 0; i
< nr_chips
; i
++, chip
++) {
370 if (chip
->config
== NULL
) {
371 chip
->config
= &gpio_cfg
;
372 /* Assign the GPIO interrupt group */
373 chip
->group
= group
++;
375 if (chip
->base
== NULL
)
376 chip
->base
= S5P_VA_GPIO3
+ (i
) * 0x20;
379 samsung_gpiolib_add_4bit_chips(exynos4_gpio_part3_4bit
, nr_chips
);
380 s5p_register_gpioint_bank(IRQ_GPIO_XA
, 0, IRQ_GPIO1_NR_GROUPS
);
381 s5p_register_gpioint_bank(IRQ_GPIO_XB
, IRQ_GPIO1_NR_GROUPS
, IRQ_GPIO2_NR_GROUPS
);
385 core_initcall(exynos4_gpiolib_init
);