diff options
Diffstat (limited to 'arch/arm/mach-omap2')
26 files changed, 1 insertions, 27 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index ce7b1f017670..fbc87395a025 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | # Common support | 5 | # Common support |
6 | obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer-gp.o pm.o \ | 6 | obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer-gp.o pm.o \ |
7 | common.o | 7 | common.o gpio.o |
8 | 8 | ||
9 | omap-2-3-common = irq.o sdrc.o prm2xxx_3xxx.o | 9 | omap-2-3-common = irq.o sdrc.o prm2xxx_3xxx.o |
10 | hwmod-common = omap_hwmod.o \ | 10 | hwmod-common = omap_hwmod.o \ |
diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index b527f8d187ad..0f14001c1641 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c | |||
@@ -145,7 +145,6 @@ static void __init omap_2430sdp_init_irq(void) | |||
145 | omap_board_config_size = ARRAY_SIZE(sdp2430_config); | 145 | omap_board_config_size = ARRAY_SIZE(sdp2430_config); |
146 | omap2_init_common_hw(NULL, NULL); | 146 | omap2_init_common_hw(NULL, NULL); |
147 | omap_init_irq(); | 147 | omap_init_irq(); |
148 | omap_gpio_init(); | ||
149 | } | 148 | } |
150 | 149 | ||
151 | static struct twl4030_gpio_platform_data sdp2430_gpio_data = { | 150 | static struct twl4030_gpio_platform_data sdp2430_gpio_data = { |
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index 4e3742c512b8..5cb23f3d4fc0 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
@@ -328,7 +328,6 @@ static void __init omap_3430sdp_init_irq(void) | |||
328 | omap3_pm_init_cpuidle(omap3_cpuidle_params_table); | 328 | omap3_pm_init_cpuidle(omap3_cpuidle_params_table); |
329 | omap2_init_common_hw(hyb18m512160af6_sdrc_params, NULL); | 329 | omap2_init_common_hw(hyb18m512160af6_sdrc_params, NULL); |
330 | omap_init_irq(); | 330 | omap_init_irq(); |
331 | omap_gpio_init(); | ||
332 | } | 331 | } |
333 | 332 | ||
334 | static int sdp3430_batt_table[] = { | 333 | static int sdp3430_batt_table[] = { |
diff --git a/arch/arm/mach-omap2/board-3630sdp.c b/arch/arm/mach-omap2/board-3630sdp.c index bbcf580fa097..b23f401aa6b6 100644 --- a/arch/arm/mach-omap2/board-3630sdp.c +++ b/arch/arm/mach-omap2/board-3630sdp.c | |||
@@ -76,7 +76,6 @@ static void __init omap_sdp_init_irq(void) | |||
76 | omap2_init_common_hw(h8mbx00u0mer0em_sdrc_params, | 76 | omap2_init_common_hw(h8mbx00u0mer0em_sdrc_params, |
77 | h8mbx00u0mer0em_sdrc_params); | 77 | h8mbx00u0mer0em_sdrc_params); |
78 | omap_init_irq(); | 78 | omap_init_irq(); |
79 | omap_gpio_init(); | ||
80 | } | 79 | } |
81 | 80 | ||
82 | #ifdef CONFIG_OMAP_MUX | 81 | #ifdef CONFIG_OMAP_MUX |
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 94d989bee8ad..8842ec5e51e3 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -223,7 +223,6 @@ static void __init omap_4430sdp_init_irq(void) | |||
223 | omap2_gp_clockevent_set_gptimer(1); | 223 | omap2_gp_clockevent_set_gptimer(1); |
224 | #endif | 224 | #endif |
225 | gic_init_irq(); | 225 | gic_init_irq(); |
226 | omap_gpio_init(); | ||
227 | } | 226 | } |
228 | 227 | ||
229 | static struct omap_musb_board_data musb_board_data = { | 228 | static struct omap_musb_board_data musb_board_data = { |
diff --git a/arch/arm/mach-omap2/board-am3517crane.c b/arch/arm/mach-omap2/board-am3517crane.c index 13ead330e389..8ba404770e75 100644 --- a/arch/arm/mach-omap2/board-am3517crane.c +++ b/arch/arm/mach-omap2/board-am3517crane.c | |||
@@ -19,7 +19,6 @@ | |||
19 | 19 | ||
20 | #include <linux/kernel.h> | 20 | #include <linux/kernel.h> |
21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
22 | #include <linux/gpio.h> | ||
23 | 22 | ||
24 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |
25 | #include <asm/mach-types.h> | 24 | #include <asm/mach-types.h> |
@@ -50,7 +49,6 @@ static void __init am3517_crane_init_irq(void) | |||
50 | 49 | ||
51 | omap2_init_common_hw(NULL, NULL); | 50 | omap2_init_common_hw(NULL, NULL); |
52 | omap_init_irq(); | 51 | omap_init_irq(); |
53 | omap_gpio_init(); | ||
54 | } | 52 | } |
55 | 53 | ||
56 | static void __init am3517_crane_init(void) | 54 | static void __init am3517_crane_init(void) |
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c index 07399505312b..df6900e8ad5a 100644 --- a/arch/arm/mach-omap2/board-am3517evm.c +++ b/arch/arm/mach-omap2/board-am3517evm.c | |||
@@ -392,7 +392,6 @@ static void __init am3517_evm_init_irq(void) | |||
392 | 392 | ||
393 | omap2_init_common_hw(NULL, NULL); | 393 | omap2_init_common_hw(NULL, NULL); |
394 | omap_init_irq(); | 394 | omap_init_irq(); |
395 | omap_gpio_init(); | ||
396 | } | 395 | } |
397 | 396 | ||
398 | static struct omap_musb_board_data musb_board_data = { | 397 | static struct omap_musb_board_data musb_board_data = { |
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c index 6ae777e08896..f51f4f1e07f7 100644 --- a/arch/arm/mach-omap2/board-apollon.c +++ b/arch/arm/mach-omap2/board-apollon.c | |||
@@ -280,7 +280,6 @@ static void __init omap_apollon_init_irq(void) | |||
280 | omap_board_config_size = ARRAY_SIZE(apollon_config); | 280 | omap_board_config_size = ARRAY_SIZE(apollon_config); |
281 | omap2_init_common_hw(NULL, NULL); | 281 | omap2_init_common_hw(NULL, NULL); |
282 | omap_init_irq(); | 282 | omap_init_irq(); |
283 | omap_gpio_init(); | ||
284 | } | 283 | } |
285 | 284 | ||
286 | static void __init apollon_led_init(void) | 285 | static void __init apollon_led_init(void) |
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index 63f764e2af3f..78b67fb790bf 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
@@ -686,7 +686,6 @@ static void __init cm_t35_init_irq(void) | |||
686 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params, | 686 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params, |
687 | mt46h32m32lf6_sdrc_params); | 687 | mt46h32m32lf6_sdrc_params); |
688 | omap_init_irq(); | 688 | omap_init_irq(); |
689 | omap_gpio_init(); | ||
690 | } | 689 | } |
691 | 690 | ||
692 | static struct omap_board_mux board_mux[] __initdata = { | 691 | static struct omap_board_mux board_mux[] __initdata = { |
diff --git a/arch/arm/mach-omap2/board-cm-t3517.c b/arch/arm/mach-omap2/board-cm-t3517.c index 1dd303e9a267..7ee23dab84fe 100644 --- a/arch/arm/mach-omap2/board-cm-t3517.c +++ b/arch/arm/mach-omap2/board-cm-t3517.c | |||
@@ -250,7 +250,6 @@ static void __init cm_t3517_init_irq(void) | |||
250 | 250 | ||
251 | omap2_init_common_hw(NULL, NULL); | 251 | omap2_init_common_hw(NULL, NULL); |
252 | omap_init_irq(); | 252 | omap_init_irq(); |
253 | omap_gpio_init(); | ||
254 | } | 253 | } |
255 | 254 | ||
256 | static struct omap_board_mux board_mux[] __initdata = { | 255 | static struct omap_board_mux board_mux[] __initdata = { |
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 53ac762518bd..a30a7fce8cbf 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c | |||
@@ -450,7 +450,6 @@ static void __init devkit8000_init_irq(void) | |||
450 | #ifdef CONFIG_OMAP_32K_TIMER | 450 | #ifdef CONFIG_OMAP_32K_TIMER |
451 | omap2_gp_clockevent_set_gptimer(12); | 451 | omap2_gp_clockevent_set_gptimer(12); |
452 | #endif | 452 | #endif |
453 | omap_gpio_init(); | ||
454 | } | 453 | } |
455 | 454 | ||
456 | static void __init devkit8000_ads7846_init(void) | 455 | static void __init devkit8000_ads7846_init(void) |
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c index 929993b4bf26..68e6f4c8e00a 100644 --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach-omap2/board-h4.c | |||
@@ -293,7 +293,6 @@ static void __init omap_h4_init_irq(void) | |||
293 | omap_board_config_size = ARRAY_SIZE(h4_config); | 293 | omap_board_config_size = ARRAY_SIZE(h4_config); |
294 | omap2_init_common_hw(NULL, NULL); | 294 | omap2_init_common_hw(NULL, NULL); |
295 | omap_init_irq(); | 295 | omap_init_irq(); |
296 | omap_gpio_init(); | ||
297 | h4_init_flash(); | 296 | h4_init_flash(); |
298 | } | 297 | } |
299 | 298 | ||
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index fe76b59b13ed..3bda186fe677 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -484,7 +484,6 @@ static void __init igep2_init_irq(void) | |||
484 | { | 484 | { |
485 | omap2_init_common_hw(m65kxxxxam_sdrc_params, m65kxxxxam_sdrc_params); | 485 | omap2_init_common_hw(m65kxxxxam_sdrc_params, m65kxxxxam_sdrc_params); |
486 | omap_init_irq(); | 486 | omap_init_irq(); |
487 | omap_gpio_init(); | ||
488 | } | 487 | } |
489 | 488 | ||
490 | static struct twl4030_codec_audio_data igep2_audio_data = { | 489 | static struct twl4030_codec_audio_data igep2_audio_data = { |
diff --git a/arch/arm/mach-omap2/board-igep0030.c b/arch/arm/mach-omap2/board-igep0030.c index 22b0b253e16b..c7c57cdf83d6 100644 --- a/arch/arm/mach-omap2/board-igep0030.c +++ b/arch/arm/mach-omap2/board-igep0030.c | |||
@@ -291,7 +291,6 @@ static void __init igep3_init_irq(void) | |||
291 | { | 291 | { |
292 | omap2_init_common_hw(m65kxxxxam_sdrc_params, m65kxxxxam_sdrc_params); | 292 | omap2_init_common_hw(m65kxxxxam_sdrc_params, m65kxxxxam_sdrc_params); |
293 | omap_init_irq(); | 293 | omap_init_irq(); |
294 | omap_gpio_init(); | ||
295 | } | 294 | } |
296 | 295 | ||
297 | static struct twl4030_platform_data igep3_twl4030_pdata = { | 296 | static struct twl4030_platform_data igep3_twl4030_pdata = { |
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c index 3dab44e3eb42..d97e3caed7c0 100644 --- a/arch/arm/mach-omap2/board-ldp.c +++ b/arch/arm/mach-omap2/board-ldp.c | |||
@@ -294,7 +294,6 @@ static void __init omap_ldp_init_irq(void) | |||
294 | omap_board_config_size = ARRAY_SIZE(ldp_config); | 294 | omap_board_config_size = ARRAY_SIZE(ldp_config); |
295 | omap2_init_common_hw(NULL, NULL); | 295 | omap2_init_common_hw(NULL, NULL); |
296 | omap_init_irq(); | 296 | omap_init_irq(); |
297 | omap_gpio_init(); | ||
298 | } | 297 | } |
299 | 298 | ||
300 | static struct twl4030_usb_data ldp_usb_data = { | 299 | static struct twl4030_usb_data ldp_usb_data = { |
diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c index e823c7042ab3..d8a489338e0c 100644 --- a/arch/arm/mach-omap2/board-n8x0.c +++ b/arch/arm/mach-omap2/board-n8x0.c | |||
@@ -641,7 +641,6 @@ static void __init n8x0_init_irq(void) | |||
641 | { | 641 | { |
642 | omap2_init_common_hw(NULL, NULL); | 642 | omap2_init_common_hw(NULL, NULL); |
643 | omap_init_irq(); | 643 | omap_init_irq(); |
644 | omap_gpio_init(); | ||
645 | } | 644 | } |
646 | 645 | ||
647 | #ifdef CONFIG_OMAP_MUX | 646 | #ifdef CONFIG_OMAP_MUX |
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 14f42240ae79..a4131bef50fb 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -490,7 +490,6 @@ static void __init omap3_beagle_init_irq(void) | |||
490 | #ifdef CONFIG_OMAP_32K_TIMER | 490 | #ifdef CONFIG_OMAP_32K_TIMER |
491 | omap2_gp_clockevent_set_gptimer(12); | 491 | omap2_gp_clockevent_set_gptimer(12); |
492 | #endif | 492 | #endif |
493 | omap_gpio_init(); | ||
494 | } | 493 | } |
495 | 494 | ||
496 | static struct platform_device *omap3_beagle_devices[] __initdata = { | 495 | static struct platform_device *omap3_beagle_devices[] __initdata = { |
diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index b04365c6bb10..5ca02202d608 100644 --- a/arch/arm/mach-omap2/board-omap3evm.c +++ b/arch/arm/mach-omap2/board-omap3evm.c | |||
@@ -625,7 +625,6 @@ static void __init omap3_evm_init_irq(void) | |||
625 | omap_board_config_size = ARRAY_SIZE(omap3_evm_config); | 625 | omap_board_config_size = ARRAY_SIZE(omap3_evm_config); |
626 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params, NULL); | 626 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params, NULL); |
627 | omap_init_irq(); | 627 | omap_init_irq(); |
628 | omap_gpio_init(); | ||
629 | } | 628 | } |
630 | 629 | ||
631 | static struct platform_device *omap3_evm_devices[] __initdata = { | 630 | static struct platform_device *omap3_evm_devices[] __initdata = { |
diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2/board-omap3logic.c index 5f7d2c1e7ef5..263294044c7e 100644 --- a/arch/arm/mach-omap2/board-omap3logic.c +++ b/arch/arm/mach-omap2/board-omap3logic.c | |||
@@ -199,7 +199,6 @@ static void __init omap3logic_init_irq(void) | |||
199 | { | 199 | { |
200 | omap2_init_common_hw(NULL, NULL); | 200 | omap2_init_common_hw(NULL, NULL); |
201 | omap_init_irq(); | 201 | omap_init_irq(); |
202 | omap_gpio_init(); | ||
203 | } | 202 | } |
204 | 203 | ||
205 | #ifdef CONFIG_OMAP_MUX | 204 | #ifdef CONFIG_OMAP_MUX |
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c index 89ed1be2d62e..1031d7cadb3a 100644 --- a/arch/arm/mach-omap2/board-omap3pandora.c +++ b/arch/arm/mach-omap2/board-omap3pandora.c | |||
@@ -639,7 +639,6 @@ static void __init omap3pandora_init_irq(void) | |||
639 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params, | 639 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params, |
640 | mt46h32m32lf6_sdrc_params); | 640 | mt46h32m32lf6_sdrc_params); |
641 | omap_init_irq(); | 641 | omap_init_irq(); |
642 | omap_gpio_init(); | ||
643 | } | 642 | } |
644 | 643 | ||
645 | static void pandora_wl1251_set_power(bool enable) | 644 | static void pandora_wl1251_set_power(bool enable) |
diff --git a/arch/arm/mach-omap2/board-omap3stalker.c b/arch/arm/mach-omap2/board-omap3stalker.c index f25272125413..ea13e2aeeec5 100644 --- a/arch/arm/mach-omap2/board-omap3stalker.c +++ b/arch/arm/mach-omap2/board-omap3stalker.c | |||
@@ -589,7 +589,6 @@ static void __init omap3_stalker_init_irq(void) | |||
589 | #ifdef CONFIG_OMAP_32K_TIMER | 589 | #ifdef CONFIG_OMAP_32K_TIMER |
590 | omap2_gp_clockevent_set_gptimer(12); | 590 | omap2_gp_clockevent_set_gptimer(12); |
591 | #endif | 591 | #endif |
592 | omap_gpio_init(); | ||
593 | } | 592 | } |
594 | 593 | ||
595 | static struct platform_device *omap3_stalker_devices[] __initdata = { | 594 | static struct platform_device *omap3_stalker_devices[] __initdata = { |
diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c b/arch/arm/mach-omap2/board-omap3touchbook.c index 41104bb8774c..2339964058cc 100644 --- a/arch/arm/mach-omap2/board-omap3touchbook.c +++ b/arch/arm/mach-omap2/board-omap3touchbook.c | |||
@@ -428,7 +428,6 @@ static void __init omap3_touchbook_init_irq(void) | |||
428 | #ifdef CONFIG_OMAP_32K_TIMER | 428 | #ifdef CONFIG_OMAP_32K_TIMER |
429 | omap2_gp_clockevent_set_gptimer(12); | 429 | omap2_gp_clockevent_set_gptimer(12); |
430 | #endif | 430 | #endif |
431 | omap_gpio_init(); | ||
432 | } | 431 | } |
433 | 432 | ||
434 | static struct platform_device *omap3_touchbook_devices[] __initdata = { | 433 | static struct platform_device *omap3_touchbook_devices[] __initdata = { |
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 801f8146b00c..38f942beb121 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
@@ -79,7 +79,6 @@ static void __init omap4_panda_init_irq(void) | |||
79 | { | 79 | { |
80 | omap2_init_common_hw(NULL, NULL); | 80 | omap2_init_common_hw(NULL, NULL); |
81 | gic_init_irq(); | 81 | gic_init_irq(); |
82 | omap_gpio_init(); | ||
83 | } | 82 | } |
84 | 83 | ||
85 | static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { | 84 | static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { |
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 7053bc0b46db..805b78393393 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c | |||
@@ -416,7 +416,6 @@ static void __init overo_init_irq(void) | |||
416 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params, | 416 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params, |
417 | mt46h32m32lf6_sdrc_params); | 417 | mt46h32m32lf6_sdrc_params); |
418 | omap_init_irq(); | 418 | omap_init_irq(); |
419 | omap_gpio_init(); | ||
420 | } | 419 | } |
421 | 420 | ||
422 | static struct platform_device *overo_devices[] __initdata = { | 421 | static struct platform_device *overo_devices[] __initdata = { |
diff --git a/arch/arm/mach-omap2/board-rx51.c b/arch/arm/mach-omap2/board-rx51.c index 36f2cf4efd57..1c3b0795c6e2 100644 --- a/arch/arm/mach-omap2/board-rx51.c +++ b/arch/arm/mach-omap2/board-rx51.c | |||
@@ -108,7 +108,6 @@ static void __init rx51_init_irq(void) | |||
108 | sdrc_params = rx51_get_sdram_timings(); | 108 | sdrc_params = rx51_get_sdram_timings(); |
109 | omap2_init_common_hw(sdrc_params, sdrc_params); | 109 | omap2_init_common_hw(sdrc_params, sdrc_params); |
110 | omap_init_irq(); | 110 | omap_init_irq(); |
111 | omap_gpio_init(); | ||
112 | } | 111 | } |
113 | 112 | ||
114 | extern void __init rx51_peripherals_init(void); | 113 | extern void __init rx51_peripherals_init(void); |
diff --git a/arch/arm/mach-omap2/board-zoom.c b/arch/arm/mach-omap2/board-zoom.c index 3da69e4102a4..abd864a50b4e 100644 --- a/arch/arm/mach-omap2/board-zoom.c +++ b/arch/arm/mach-omap2/board-zoom.c | |||
@@ -43,7 +43,6 @@ static void __init omap_zoom_init_irq(void) | |||
43 | h8mbx00u0mer0em_sdrc_params); | 43 | h8mbx00u0mer0em_sdrc_params); |
44 | 44 | ||
45 | omap_init_irq(); | 45 | omap_init_irq(); |
46 | omap_gpio_init(); | ||
47 | } | 46 | } |
48 | 47 | ||
49 | #ifdef CONFIG_OMAP_MUX | 48 | #ifdef CONFIG_OMAP_MUX |