1 /* linux/arch/arm/mach-s5pv210/gpiolib.c
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
6 * S5PV210 - 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>
17 #include <plat/gpio-core.h>
18 #include <plat/gpio-cfg.h>
19 #include <plat/gpio-cfg-helpers.h>
22 static struct s3c_gpio_cfg gpio_cfg
= {
23 .set_config
= s3c_gpio_setcfg_s3c64xx_4bit
,
24 .set_pull
= s3c_gpio_setpull_updown
,
25 .get_pull
= s3c_gpio_getpull_updown
,
28 static struct s3c_gpio_cfg gpio_cfg_noint
= {
29 .set_config
= s3c_gpio_setcfg_s3c64xx_4bit
,
30 .set_pull
= s3c_gpio_setpull_updown
,
31 .get_pull
= s3c_gpio_getpull_updown
,
34 /* GPIO bank's base address given the index of the bank in the
35 * list of all gpio banks.
37 #define S5PV210_BANK_BASE(bank_nr) (S5P_VA_GPIO + ((bank_nr) * 0x20))
40 * Following are the gpio banks in v210.
42 * The 'config' member when left to NULL, is initialized to the default
43 * structure gpio_cfg in the init function below.
45 * The 'base' member is also initialized in the init function below.
46 * Note: The initialization of 'base' member of s3c_gpio_chip structure
47 * uses the above macro and depends on the banks being listed in order here.
49 static struct s3c_gpio_chip s5pv210_gpio_4bit
[] = {
52 .base
= S5PV210_GPA0(0),
53 .ngpio
= S5PV210_GPIO_A0_NR
,
58 .base
= S5PV210_GPA1(0),
59 .ngpio
= S5PV210_GPIO_A1_NR
,
64 .base
= S5PV210_GPB(0),
65 .ngpio
= S5PV210_GPIO_B_NR
,
70 .base
= S5PV210_GPC0(0),
71 .ngpio
= S5PV210_GPIO_C0_NR
,
76 .base
= S5PV210_GPC1(0),
77 .ngpio
= S5PV210_GPIO_C1_NR
,
82 .base
= S5PV210_GPD0(0),
83 .ngpio
= S5PV210_GPIO_D0_NR
,
88 .base
= S5PV210_GPD1(0),
89 .ngpio
= S5PV210_GPIO_D1_NR
,
94 .base
= S5PV210_GPE0(0),
95 .ngpio
= S5PV210_GPIO_E0_NR
,
100 .base
= S5PV210_GPE1(0),
101 .ngpio
= S5PV210_GPIO_E1_NR
,
106 .base
= S5PV210_GPF0(0),
107 .ngpio
= S5PV210_GPIO_F0_NR
,
112 .base
= S5PV210_GPF1(0),
113 .ngpio
= S5PV210_GPIO_F1_NR
,
118 .base
= S5PV210_GPF2(0),
119 .ngpio
= S5PV210_GPIO_F2_NR
,
124 .base
= S5PV210_GPF3(0),
125 .ngpio
= S5PV210_GPIO_F3_NR
,
130 .base
= S5PV210_GPG0(0),
131 .ngpio
= S5PV210_GPIO_G0_NR
,
136 .base
= S5PV210_GPG1(0),
137 .ngpio
= S5PV210_GPIO_G1_NR
,
142 .base
= S5PV210_GPG2(0),
143 .ngpio
= S5PV210_GPIO_G2_NR
,
148 .base
= S5PV210_GPG3(0),
149 .ngpio
= S5PV210_GPIO_G3_NR
,
153 .config
= &gpio_cfg_noint
,
155 .base
= S5PV210_GPI(0),
156 .ngpio
= S5PV210_GPIO_I_NR
,
161 .base
= S5PV210_GPJ0(0),
162 .ngpio
= S5PV210_GPIO_J0_NR
,
167 .base
= S5PV210_GPJ1(0),
168 .ngpio
= S5PV210_GPIO_J1_NR
,
173 .base
= S5PV210_GPJ2(0),
174 .ngpio
= S5PV210_GPIO_J2_NR
,
179 .base
= S5PV210_GPJ3(0),
180 .ngpio
= S5PV210_GPIO_J3_NR
,
185 .base
= S5PV210_GPJ4(0),
186 .ngpio
= S5PV210_GPIO_J4_NR
,
190 .config
= &gpio_cfg_noint
,
192 .base
= S5PV210_MP01(0),
193 .ngpio
= S5PV210_GPIO_MP01_NR
,
197 .config
= &gpio_cfg_noint
,
199 .base
= S5PV210_MP02(0),
200 .ngpio
= S5PV210_GPIO_MP02_NR
,
204 .config
= &gpio_cfg_noint
,
206 .base
= S5PV210_MP03(0),
207 .ngpio
= S5PV210_GPIO_MP03_NR
,
211 .config
= &gpio_cfg_noint
,
213 .base
= S5PV210_MP04(0),
214 .ngpio
= S5PV210_GPIO_MP04_NR
,
218 .config
= &gpio_cfg_noint
,
220 .base
= S5PV210_MP05(0),
221 .ngpio
= S5PV210_GPIO_MP05_NR
,
225 .base
= (S5P_VA_GPIO
+ 0xC00),
226 .config
= &gpio_cfg_noint
,
227 .irq_base
= IRQ_EINT(0),
229 .base
= S5PV210_GPH0(0),
230 .ngpio
= S5PV210_GPIO_H0_NR
,
232 .to_irq
= samsung_gpiolib_to_irq
,
235 .base
= (S5P_VA_GPIO
+ 0xC20),
236 .config
= &gpio_cfg_noint
,
237 .irq_base
= IRQ_EINT(8),
239 .base
= S5PV210_GPH1(0),
240 .ngpio
= S5PV210_GPIO_H1_NR
,
242 .to_irq
= samsung_gpiolib_to_irq
,
245 .base
= (S5P_VA_GPIO
+ 0xC40),
246 .config
= &gpio_cfg_noint
,
247 .irq_base
= IRQ_EINT(16),
249 .base
= S5PV210_GPH2(0),
250 .ngpio
= S5PV210_GPIO_H2_NR
,
252 .to_irq
= samsung_gpiolib_to_irq
,
255 .base
= (S5P_VA_GPIO
+ 0xC60),
256 .config
= &gpio_cfg_noint
,
257 .irq_base
= IRQ_EINT(24),
259 .base
= S5PV210_GPH3(0),
260 .ngpio
= S5PV210_GPIO_H3_NR
,
262 .to_irq
= samsung_gpiolib_to_irq
,
267 static __init
int s5pv210_gpiolib_init(void)
269 struct s3c_gpio_chip
*chip
= s5pv210_gpio_4bit
;
270 int nr_chips
= ARRAY_SIZE(s5pv210_gpio_4bit
);
271 int gpioint_group
= 0;
274 for (i
= 0; i
< nr_chips
; i
++, chip
++) {
275 if (chip
->config
== NULL
) {
276 chip
->config
= &gpio_cfg
;
277 chip
->group
= gpioint_group
++;
279 if (chip
->base
== NULL
)
280 chip
->base
= S5PV210_BANK_BASE(i
);
283 samsung_gpiolib_add_4bit_chips(s5pv210_gpio_4bit
, nr_chips
);
284 s5p_register_gpioint_bank(IRQ_GPIOINT
, 0, S5P_GPIOINT_GROUP_MAXNR
);
288 core_initcall(s5pv210_gpiolib_init
);