1 /* linux/arch/arm/mach-exynos4/gpiolib.c
3 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
6 * EXYNOS4 - GPIOlib support
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
13 #include <linux/kernel.h>
14 #include <linux/irq.h>
16 #include <linux/gpio.h>
20 #include <plat/gpio-core.h>
21 #include <plat/gpio-cfg.h>
22 #include <plat/gpio-cfg-helpers.h>
24 static struct s3c_gpio_cfg gpio_cfg
= {
25 .set_config
= s3c_gpio_setcfg_s3c64xx_4bit
,
26 .set_pull
= s3c_gpio_setpull_updown
,
27 .get_pull
= s3c_gpio_getpull_updown
,
30 static struct s3c_gpio_cfg gpio_cfg_noint
= {
31 .set_config
= s3c_gpio_setcfg_s3c64xx_4bit
,
32 .set_pull
= s3c_gpio_setpull_updown
,
33 .get_pull
= s3c_gpio_getpull_updown
,
37 * Following are the gpio banks in v310.
39 * The 'config' member when left to NULL, is initialized to the default
40 * structure gpio_cfg in the init function below.
42 * The 'base' member is also initialized in the init function below.
43 * Note: The initialization of 'base' member of s3c_gpio_chip structure
44 * uses the above macro and depends on the banks being listed in order here.
46 static struct s3c_gpio_chip exynos4_gpio_part1_4bit
[] = {
49 .base
= EXYNOS4_GPA0(0),
50 .ngpio
= EXYNOS4_GPIO_A0_NR
,
55 .base
= EXYNOS4_GPA1(0),
56 .ngpio
= EXYNOS4_GPIO_A1_NR
,
61 .base
= EXYNOS4_GPB(0),
62 .ngpio
= EXYNOS4_GPIO_B_NR
,
67 .base
= EXYNOS4_GPC0(0),
68 .ngpio
= EXYNOS4_GPIO_C0_NR
,
73 .base
= EXYNOS4_GPC1(0),
74 .ngpio
= EXYNOS4_GPIO_C1_NR
,
79 .base
= EXYNOS4_GPD0(0),
80 .ngpio
= EXYNOS4_GPIO_D0_NR
,
85 .base
= EXYNOS4_GPD1(0),
86 .ngpio
= EXYNOS4_GPIO_D1_NR
,
91 .base
= EXYNOS4_GPE0(0),
92 .ngpio
= EXYNOS4_GPIO_E0_NR
,
97 .base
= EXYNOS4_GPE1(0),
98 .ngpio
= EXYNOS4_GPIO_E1_NR
,
103 .base
= EXYNOS4_GPE2(0),
104 .ngpio
= EXYNOS4_GPIO_E2_NR
,
109 .base
= EXYNOS4_GPE3(0),
110 .ngpio
= EXYNOS4_GPIO_E3_NR
,
115 .base
= EXYNOS4_GPE4(0),
116 .ngpio
= EXYNOS4_GPIO_E4_NR
,
121 .base
= EXYNOS4_GPF0(0),
122 .ngpio
= EXYNOS4_GPIO_F0_NR
,
127 .base
= EXYNOS4_GPF1(0),
128 .ngpio
= EXYNOS4_GPIO_F1_NR
,
133 .base
= EXYNOS4_GPF2(0),
134 .ngpio
= EXYNOS4_GPIO_F2_NR
,
139 .base
= EXYNOS4_GPF3(0),
140 .ngpio
= EXYNOS4_GPIO_F3_NR
,
146 static struct s3c_gpio_chip exynos4_gpio_part2_4bit
[] = {
149 .base
= EXYNOS4_GPJ0(0),
150 .ngpio
= EXYNOS4_GPIO_J0_NR
,
155 .base
= EXYNOS4_GPJ1(0),
156 .ngpio
= EXYNOS4_GPIO_J1_NR
,
161 .base
= EXYNOS4_GPK0(0),
162 .ngpio
= EXYNOS4_GPIO_K0_NR
,
167 .base
= EXYNOS4_GPK1(0),
168 .ngpio
= EXYNOS4_GPIO_K1_NR
,
173 .base
= EXYNOS4_GPK2(0),
174 .ngpio
= EXYNOS4_GPIO_K2_NR
,
179 .base
= EXYNOS4_GPK3(0),
180 .ngpio
= EXYNOS4_GPIO_K3_NR
,
185 .base
= EXYNOS4_GPL0(0),
186 .ngpio
= EXYNOS4_GPIO_L0_NR
,
191 .base
= EXYNOS4_GPL1(0),
192 .ngpio
= EXYNOS4_GPIO_L1_NR
,
197 .base
= EXYNOS4_GPL2(0),
198 .ngpio
= EXYNOS4_GPIO_L2_NR
,
202 .config
= &gpio_cfg_noint
,
204 .base
= EXYNOS4_GPY0(0),
205 .ngpio
= EXYNOS4_GPIO_Y0_NR
,
209 .config
= &gpio_cfg_noint
,
211 .base
= EXYNOS4_GPY1(0),
212 .ngpio
= EXYNOS4_GPIO_Y1_NR
,
216 .config
= &gpio_cfg_noint
,
218 .base
= EXYNOS4_GPY2(0),
219 .ngpio
= EXYNOS4_GPIO_Y2_NR
,
223 .config
= &gpio_cfg_noint
,
225 .base
= EXYNOS4_GPY3(0),
226 .ngpio
= EXYNOS4_GPIO_Y3_NR
,
230 .config
= &gpio_cfg_noint
,
232 .base
= EXYNOS4_GPY4(0),
233 .ngpio
= EXYNOS4_GPIO_Y4_NR
,
237 .config
= &gpio_cfg_noint
,
239 .base
= EXYNOS4_GPY5(0),
240 .ngpio
= EXYNOS4_GPIO_Y5_NR
,
244 .config
= &gpio_cfg_noint
,
246 .base
= EXYNOS4_GPY6(0),
247 .ngpio
= EXYNOS4_GPIO_Y6_NR
,
251 .base
= (S5P_VA_GPIO2
+ 0xC00),
252 .config
= &gpio_cfg_noint
,
253 .irq_base
= IRQ_EINT(0),
255 .base
= EXYNOS4_GPX0(0),
256 .ngpio
= EXYNOS4_GPIO_X0_NR
,
258 .to_irq
= samsung_gpiolib_to_irq
,
261 .base
= (S5P_VA_GPIO2
+ 0xC20),
262 .config
= &gpio_cfg_noint
,
263 .irq_base
= IRQ_EINT(8),
265 .base
= EXYNOS4_GPX1(0),
266 .ngpio
= EXYNOS4_GPIO_X1_NR
,
268 .to_irq
= samsung_gpiolib_to_irq
,
271 .base
= (S5P_VA_GPIO2
+ 0xC40),
272 .config
= &gpio_cfg_noint
,
273 .irq_base
= IRQ_EINT(16),
275 .base
= EXYNOS4_GPX2(0),
276 .ngpio
= EXYNOS4_GPIO_X2_NR
,
278 .to_irq
= samsung_gpiolib_to_irq
,
281 .base
= (S5P_VA_GPIO2
+ 0xC60),
282 .config
= &gpio_cfg_noint
,
283 .irq_base
= IRQ_EINT(24),
285 .base
= EXYNOS4_GPX3(0),
286 .ngpio
= EXYNOS4_GPIO_X3_NR
,
288 .to_irq
= samsung_gpiolib_to_irq
,
293 static struct s3c_gpio_chip exynos4_gpio_part3_4bit
[] = {
296 .base
= EXYNOS4_GPZ(0),
297 .ngpio
= EXYNOS4_GPIO_Z_NR
,
303 static __init
int exynos4_gpiolib_init(void)
305 struct s3c_gpio_chip
*chip
;
312 chip
= exynos4_gpio_part1_4bit
;
313 nr_chips
= ARRAY_SIZE(exynos4_gpio_part1_4bit
);
315 for (i
= 0; i
< nr_chips
; i
++, chip
++) {
316 if (chip
->config
== NULL
) {
317 chip
->config
= &gpio_cfg
;
318 /* Assign the GPIO interrupt group */
319 chip
->group
= group
++;
321 if (chip
->base
== NULL
)
322 chip
->base
= S5P_VA_GPIO1
+ (i
) * 0x20;
325 samsung_gpiolib_add_4bit_chips(exynos4_gpio_part1_4bit
, nr_chips
);
329 chip
= exynos4_gpio_part2_4bit
;
330 nr_chips
= ARRAY_SIZE(exynos4_gpio_part2_4bit
);
332 for (i
= 0; i
< nr_chips
; i
++, chip
++) {
333 if (chip
->config
== NULL
) {
334 chip
->config
= &gpio_cfg
;
335 /* Assign the GPIO interrupt group */
336 chip
->group
= group
++;
338 if (chip
->base
== NULL
)
339 chip
->base
= S5P_VA_GPIO2
+ (i
) * 0x20;
342 samsung_gpiolib_add_4bit_chips(exynos4_gpio_part2_4bit
, nr_chips
);
346 chip
= exynos4_gpio_part3_4bit
;
347 nr_chips
= ARRAY_SIZE(exynos4_gpio_part3_4bit
);
349 for (i
= 0; i
< nr_chips
; i
++, chip
++) {
350 if (chip
->config
== NULL
) {
351 chip
->config
= &gpio_cfg
;
352 /* Assign the GPIO interrupt group */
353 chip
->group
= group
++;
355 if (chip
->base
== NULL
)
356 chip
->base
= S5P_VA_GPIO3
+ (i
) * 0x20;
359 samsung_gpiolib_add_4bit_chips(exynos4_gpio_part3_4bit
, nr_chips
);
360 s5p_register_gpioint_bank(IRQ_GPIO_XA
, 0, IRQ_GPIO1_NR_GROUPS
);
361 s5p_register_gpioint_bank(IRQ_GPIO_XB
, IRQ_GPIO1_NR_GROUPS
, IRQ_GPIO2_NR_GROUPS
);
365 core_initcall(exynos4_gpiolib_init
);