diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-08-08 16:10:12 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-08-08 16:10:12 -0400 |
commit | af7a535688a758d15f06a98833e6a143b29af9de (patch) | |
tree | bac5ab210bbbbe276f0e44ed84194d7c8bb16aae /arch/arm/mach-omap1 | |
parent | 0c17e4ceedd35c78b1c7413dbd16279a350be6bc (diff) | |
parent | c41107c2d4fd31924533f4dbc4c3428acc2b5894 (diff) |
Merge http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm into for-rmk
Diffstat (limited to 'arch/arm/mach-omap1')
35 files changed, 212 insertions, 214 deletions
diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c index 8b102ad59c14..2e618391cc51 100644 --- a/arch/arm/mach-omap1/board-ams-delta.c +++ b/arch/arm/mach-omap1/board-ams-delta.c | |||
@@ -17,18 +17,18 @@ | |||
17 | #include <linux/input.h> | 17 | #include <linux/input.h> |
18 | #include <linux/platform_device.h> | 18 | #include <linux/platform_device.h> |
19 | 19 | ||
20 | #include <asm/hardware.h> | 20 | #include <mach/hardware.h> |
21 | #include <asm/mach-types.h> | 21 | #include <asm/mach-types.h> |
22 | #include <asm/mach/arch.h> | 22 | #include <asm/mach/arch.h> |
23 | #include <asm/mach/map.h> | 23 | #include <asm/mach/map.h> |
24 | 24 | ||
25 | #include <asm/arch/board-ams-delta.h> | 25 | #include <mach/board-ams-delta.h> |
26 | #include <asm/arch/gpio.h> | 26 | #include <mach/gpio.h> |
27 | #include <asm/arch/keypad.h> | 27 | #include <mach/keypad.h> |
28 | #include <asm/arch/mux.h> | 28 | #include <mach/mux.h> |
29 | #include <asm/arch/usb.h> | 29 | #include <mach/usb.h> |
30 | #include <asm/arch/board.h> | 30 | #include <mach/board.h> |
31 | #include <asm/arch/common.h> | 31 | #include <mach/common.h> |
32 | 32 | ||
33 | static u8 ams_delta_latch1_reg; | 33 | static u8 ams_delta_latch1_reg; |
34 | static u16 ams_delta_latch2_reg; | 34 | static u16 ams_delta_latch2_reg; |
diff --git a/arch/arm/mach-omap1/board-fsample.c b/arch/arm/mach-omap1/board-fsample.c index 1bdb66638e29..db789461fca4 100644 --- a/arch/arm/mach-omap1/board-fsample.c +++ b/arch/arm/mach-omap1/board-fsample.c | |||
@@ -20,21 +20,21 @@ | |||
20 | #include <linux/mtd/partitions.h> | 20 | #include <linux/mtd/partitions.h> |
21 | #include <linux/input.h> | 21 | #include <linux/input.h> |
22 | 22 | ||
23 | #include <asm/hardware.h> | 23 | #include <mach/hardware.h> |
24 | #include <asm/mach-types.h> | 24 | #include <asm/mach-types.h> |
25 | #include <asm/mach/arch.h> | 25 | #include <asm/mach/arch.h> |
26 | #include <asm/mach/flash.h> | 26 | #include <asm/mach/flash.h> |
27 | #include <asm/mach/map.h> | 27 | #include <asm/mach/map.h> |
28 | 28 | ||
29 | #include <asm/arch/tc.h> | 29 | #include <mach/tc.h> |
30 | #include <asm/arch/gpio.h> | 30 | #include <mach/gpio.h> |
31 | #include <asm/arch/mux.h> | 31 | #include <mach/mux.h> |
32 | #include <asm/arch/fpga.h> | 32 | #include <mach/fpga.h> |
33 | #include <asm/arch/nand.h> | 33 | #include <mach/nand.h> |
34 | #include <asm/arch/keypad.h> | 34 | #include <mach/keypad.h> |
35 | #include <asm/arch/common.h> | 35 | #include <mach/common.h> |
36 | #include <asm/arch/board.h> | 36 | #include <mach/board.h> |
37 | #include <asm/arch/board-fsample.h> | 37 | #include <mach/board-fsample.h> |
38 | 38 | ||
39 | static int fsample_keymap[] = { | 39 | static int fsample_keymap[] = { |
40 | KEY(0,0,KEY_UP), | 40 | KEY(0,0,KEY_UP), |
diff --git a/arch/arm/mach-omap1/board-generic.c b/arch/arm/mach-omap1/board-generic.c index c711bf23f7b4..7d2670205373 100644 --- a/arch/arm/mach-omap1/board-generic.c +++ b/arch/arm/mach-omap1/board-generic.c | |||
@@ -17,16 +17,16 @@ | |||
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/platform_device.h> | 18 | #include <linux/platform_device.h> |
19 | 19 | ||
20 | #include <asm/hardware.h> | 20 | #include <mach/hardware.h> |
21 | #include <asm/mach-types.h> | 21 | #include <asm/mach-types.h> |
22 | #include <asm/mach/arch.h> | 22 | #include <asm/mach/arch.h> |
23 | #include <asm/mach/map.h> | 23 | #include <asm/mach/map.h> |
24 | 24 | ||
25 | #include <asm/arch/gpio.h> | 25 | #include <mach/gpio.h> |
26 | #include <asm/arch/mux.h> | 26 | #include <mach/mux.h> |
27 | #include <asm/arch/usb.h> | 27 | #include <mach/usb.h> |
28 | #include <asm/arch/board.h> | 28 | #include <mach/board.h> |
29 | #include <asm/arch/common.h> | 29 | #include <mach/common.h> |
30 | 30 | ||
31 | static void __init omap_generic_init_irq(void) | 31 | static void __init omap_generic_init_irq(void) |
32 | { | 32 | { |
diff --git a/arch/arm/mach-omap1/board-h2-mmc.c b/arch/arm/mach-omap1/board-h2-mmc.c index 6fdc78406b21..ab9ee5820c48 100644 --- a/arch/arm/mach-omap1/board-h2-mmc.c +++ b/arch/arm/mach-omap1/board-h2-mmc.c | |||
@@ -12,8 +12,8 @@ | |||
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <asm/arch/mmc.h> | 15 | #include <mach/mmc.h> |
16 | #include <asm/arch/gpio.h> | 16 | #include <mach/gpio.h> |
17 | 17 | ||
18 | #ifdef CONFIG_MMC_OMAP | 18 | #ifdef CONFIG_MMC_OMAP |
19 | static int slot_cover_open; | 19 | static int slot_cover_open; |
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index 4b444fdaafea..3b65914b9141 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #include <linux/input.h> | 29 | #include <linux/input.h> |
30 | #include <linux/i2c/tps65010.h> | 30 | #include <linux/i2c/tps65010.h> |
31 | 31 | ||
32 | #include <asm/hardware.h> | 32 | #include <mach/hardware.h> |
33 | #include <asm/gpio.h> | 33 | #include <asm/gpio.h> |
34 | 34 | ||
35 | #include <asm/mach-types.h> | 35 | #include <asm/mach-types.h> |
@@ -37,16 +37,16 @@ | |||
37 | #include <asm/mach/flash.h> | 37 | #include <asm/mach/flash.h> |
38 | #include <asm/mach/map.h> | 38 | #include <asm/mach/map.h> |
39 | 39 | ||
40 | #include <asm/arch/gpio-switch.h> | 40 | #include <mach/gpio-switch.h> |
41 | #include <asm/arch/mux.h> | 41 | #include <mach/mux.h> |
42 | #include <asm/arch/tc.h> | 42 | #include <mach/tc.h> |
43 | #include <asm/arch/nand.h> | 43 | #include <mach/nand.h> |
44 | #include <asm/arch/irda.h> | 44 | #include <mach/irda.h> |
45 | #include <asm/arch/usb.h> | 45 | #include <mach/usb.h> |
46 | #include <asm/arch/keypad.h> | 46 | #include <mach/keypad.h> |
47 | #include <asm/arch/common.h> | 47 | #include <mach/common.h> |
48 | #include <asm/arch/mcbsp.h> | 48 | #include <mach/mcbsp.h> |
49 | #include <asm/arch/omap-alsa.h> | 49 | #include <mach/omap-alsa.h> |
50 | 50 | ||
51 | static int h2_keymap[] = { | 51 | static int h2_keymap[] = { |
52 | KEY(0, 0, KEY_LEFT), | 52 | KEY(0, 0, KEY_LEFT), |
diff --git a/arch/arm/mach-omap1/board-h3-mmc.c b/arch/arm/mach-omap1/board-h3-mmc.c index 66ecc437928f..36085819098c 100644 --- a/arch/arm/mach-omap1/board-h3-mmc.c +++ b/arch/arm/mach-omap1/board-h3-mmc.c | |||
@@ -12,8 +12,8 @@ | |||
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <asm/arch/mmc.h> | 15 | #include <mach/mmc.h> |
16 | #include <asm/arch/gpio.h> | 16 | #include <mach/gpio.h> |
17 | 17 | ||
18 | #ifdef CONFIG_MMC_OMAP | 18 | #ifdef CONFIG_MMC_OMAP |
19 | static int slot_cover_open; | 19 | static int slot_cover_open; |
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index 7fbaa8d648cd..2ced6d9984d2 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | #include <asm/setup.h> | 32 | #include <asm/setup.h> |
33 | #include <asm/page.h> | 33 | #include <asm/page.h> |
34 | #include <asm/hardware.h> | 34 | #include <mach/hardware.h> |
35 | #include <asm/gpio.h> | 35 | #include <asm/gpio.h> |
36 | 36 | ||
37 | #include <asm/mach-types.h> | 37 | #include <asm/mach-types.h> |
@@ -39,18 +39,18 @@ | |||
39 | #include <asm/mach/flash.h> | 39 | #include <asm/mach/flash.h> |
40 | #include <asm/mach/map.h> | 40 | #include <asm/mach/map.h> |
41 | 41 | ||
42 | #include <asm/arch/gpioexpander.h> | 42 | #include <mach/gpioexpander.h> |
43 | #include <asm/arch/irqs.h> | 43 | #include <mach/irqs.h> |
44 | #include <asm/arch/mux.h> | 44 | #include <mach/mux.h> |
45 | #include <asm/arch/tc.h> | 45 | #include <mach/tc.h> |
46 | #include <asm/arch/nand.h> | 46 | #include <mach/nand.h> |
47 | #include <asm/arch/irda.h> | 47 | #include <mach/irda.h> |
48 | #include <asm/arch/usb.h> | 48 | #include <mach/usb.h> |
49 | #include <asm/arch/keypad.h> | 49 | #include <mach/keypad.h> |
50 | #include <asm/arch/dma.h> | 50 | #include <mach/dma.h> |
51 | #include <asm/arch/common.h> | 51 | #include <mach/common.h> |
52 | #include <asm/arch/mcbsp.h> | 52 | #include <mach/mcbsp.h> |
53 | #include <asm/arch/omap-alsa.h> | 53 | #include <mach/omap-alsa.h> |
54 | 54 | ||
55 | #define H3_TS_GPIO 48 | 55 | #define H3_TS_GPIO 48 |
56 | 56 | ||
diff --git a/arch/arm/mach-omap1/board-innovator.c b/arch/arm/mach-omap1/board-innovator.c index 4b8ae3ee0d05..cbc11be5cd2a 100644 --- a/arch/arm/mach-omap1/board-innovator.c +++ b/arch/arm/mach-omap1/board-innovator.c | |||
@@ -24,21 +24,21 @@ | |||
24 | #include <linux/mtd/partitions.h> | 24 | #include <linux/mtd/partitions.h> |
25 | #include <linux/input.h> | 25 | #include <linux/input.h> |
26 | 26 | ||
27 | #include <asm/hardware.h> | 27 | #include <mach/hardware.h> |
28 | #include <asm/mach-types.h> | 28 | #include <asm/mach-types.h> |
29 | #include <asm/mach/arch.h> | 29 | #include <asm/mach/arch.h> |
30 | #include <asm/mach/flash.h> | 30 | #include <asm/mach/flash.h> |
31 | #include <asm/mach/map.h> | 31 | #include <asm/mach/map.h> |
32 | 32 | ||
33 | #include <asm/arch/mux.h> | 33 | #include <mach/mux.h> |
34 | #include <asm/arch/fpga.h> | 34 | #include <mach/fpga.h> |
35 | #include <asm/arch/gpio.h> | 35 | #include <mach/gpio.h> |
36 | #include <asm/arch/tc.h> | 36 | #include <mach/tc.h> |
37 | #include <asm/arch/usb.h> | 37 | #include <mach/usb.h> |
38 | #include <asm/arch/keypad.h> | 38 | #include <mach/keypad.h> |
39 | #include <asm/arch/common.h> | 39 | #include <mach/common.h> |
40 | #include <asm/arch/mcbsp.h> | 40 | #include <mach/mcbsp.h> |
41 | #include <asm/arch/omap-alsa.h> | 41 | #include <mach/omap-alsa.h> |
42 | 42 | ||
43 | static int innovator_keymap[] = { | 43 | static int innovator_keymap[] = { |
44 | KEY(0, 0, KEY_F1), | 44 | KEY(0, 0, KEY_F1), |
diff --git a/arch/arm/mach-omap1/board-nokia770.c b/arch/arm/mach-omap1/board-nokia770.c index 3f39e0e79c9f..38d9783ac6d6 100644 --- a/arch/arm/mach-omap1/board-nokia770.c +++ b/arch/arm/mach-omap1/board-nokia770.c | |||
@@ -20,21 +20,21 @@ | |||
20 | #include <linux/workqueue.h> | 20 | #include <linux/workqueue.h> |
21 | #include <linux/delay.h> | 21 | #include <linux/delay.h> |
22 | 22 | ||
23 | #include <asm/hardware.h> | 23 | #include <mach/hardware.h> |
24 | #include <asm/mach-types.h> | 24 | #include <asm/mach-types.h> |
25 | #include <asm/mach/arch.h> | 25 | #include <asm/mach/arch.h> |
26 | #include <asm/mach/map.h> | 26 | #include <asm/mach/map.h> |
27 | 27 | ||
28 | #include <asm/arch/gpio.h> | 28 | #include <mach/gpio.h> |
29 | #include <asm/arch/mux.h> | 29 | #include <mach/mux.h> |
30 | #include <asm/arch/usb.h> | 30 | #include <mach/usb.h> |
31 | #include <asm/arch/board.h> | 31 | #include <mach/board.h> |
32 | #include <asm/arch/keypad.h> | 32 | #include <mach/keypad.h> |
33 | #include <asm/arch/common.h> | 33 | #include <mach/common.h> |
34 | #include <asm/arch/dsp_common.h> | 34 | #include <mach/dsp_common.h> |
35 | #include <asm/arch/aic23.h> | 35 | #include <mach/aic23.h> |
36 | #include <asm/arch/omapfb.h> | 36 | #include <mach/omapfb.h> |
37 | #include <asm/arch/lcd_mipid.h> | 37 | #include <mach/lcd_mipid.h> |
38 | 38 | ||
39 | #define ADS7846_PENDOWN_GPIO 15 | 39 | #define ADS7846_PENDOWN_GPIO 15 |
40 | 40 | ||
diff --git a/arch/arm/mach-omap1/board-osk.c b/arch/arm/mach-omap1/board-osk.c index 845c66371ca3..3e766e49f7cc 100644 --- a/arch/arm/mach-omap1/board-osk.c +++ b/arch/arm/mach-omap1/board-osk.c | |||
@@ -39,7 +39,7 @@ | |||
39 | 39 | ||
40 | #include <linux/i2c/tps65010.h> | 40 | #include <linux/i2c/tps65010.h> |
41 | 41 | ||
42 | #include <asm/hardware.h> | 42 | #include <mach/hardware.h> |
43 | #include <asm/gpio.h> | 43 | #include <asm/gpio.h> |
44 | 44 | ||
45 | #include <asm/mach-types.h> | 45 | #include <asm/mach-types.h> |
@@ -47,12 +47,12 @@ | |||
47 | #include <asm/mach/map.h> | 47 | #include <asm/mach/map.h> |
48 | #include <asm/mach/flash.h> | 48 | #include <asm/mach/flash.h> |
49 | 49 | ||
50 | #include <asm/arch/usb.h> | 50 | #include <mach/usb.h> |
51 | #include <asm/arch/mux.h> | 51 | #include <mach/mux.h> |
52 | #include <asm/arch/tc.h> | 52 | #include <mach/tc.h> |
53 | #include <asm/arch/common.h> | 53 | #include <mach/common.h> |
54 | #include <asm/arch/mcbsp.h> | 54 | #include <mach/mcbsp.h> |
55 | #include <asm/arch/omap-alsa.h> | 55 | #include <mach/omap-alsa.h> |
56 | 56 | ||
57 | static struct mtd_partition osk_partitions[] = { | 57 | static struct mtd_partition osk_partitions[] = { |
58 | /* bootloader (U-Boot, etc) in first sector */ | 58 | /* bootloader (U-Boot, etc) in first sector */ |
@@ -288,7 +288,7 @@ static void __init osk_init_cf(void) | |||
288 | return; | 288 | return; |
289 | } | 289 | } |
290 | /* the CF I/O IRQ is really active-low */ | 290 | /* the CF I/O IRQ is really active-low */ |
291 | set_irq_type(OMAP_GPIO_IRQ(62), IRQT_FALLING); | 291 | set_irq_type(OMAP_GPIO_IRQ(62), IRQ_TYPE_EDGE_FALLING); |
292 | } | 292 | } |
293 | 293 | ||
294 | static void __init osk_init_irq(void) | 294 | static void __init osk_init_irq(void) |
@@ -340,7 +340,7 @@ static struct omap_board_config_kernel osk_config[] __initdata = { | |||
340 | #include <linux/spi/spi.h> | 340 | #include <linux/spi/spi.h> |
341 | #include <linux/spi/ads7846.h> | 341 | #include <linux/spi/ads7846.h> |
342 | 342 | ||
343 | #include <asm/arch/keypad.h> | 343 | #include <mach/keypad.h> |
344 | 344 | ||
345 | static const int osk_keymap[] = { | 345 | static const int osk_keymap[] = { |
346 | /* KEY(col, row, code) */ | 346 | /* KEY(col, row, code) */ |
@@ -483,7 +483,7 @@ static void __init osk_mistral_init(void) | |||
483 | omap_cfg_reg(P20_1610_GPIO4); /* PENIRQ */ | 483 | omap_cfg_reg(P20_1610_GPIO4); /* PENIRQ */ |
484 | gpio_request(4, "ts_int"); | 484 | gpio_request(4, "ts_int"); |
485 | gpio_direction_input(4); | 485 | gpio_direction_input(4); |
486 | set_irq_type(OMAP_GPIO_IRQ(4), IRQT_FALLING); | 486 | set_irq_type(OMAP_GPIO_IRQ(4), IRQ_TYPE_EDGE_FALLING); |
487 | 487 | ||
488 | spi_register_board_info(mistral_boardinfo, | 488 | spi_register_board_info(mistral_boardinfo, |
489 | ARRAY_SIZE(mistral_boardinfo)); | 489 | ARRAY_SIZE(mistral_boardinfo)); |
@@ -494,7 +494,7 @@ static void __init osk_mistral_init(void) | |||
494 | int ret = 0; | 494 | int ret = 0; |
495 | 495 | ||
496 | gpio_direction_input(OMAP_MPUIO(2)); | 496 | gpio_direction_input(OMAP_MPUIO(2)); |
497 | set_irq_type(OMAP_GPIO_IRQ(OMAP_MPUIO(2)), IRQT_RISING); | 497 | set_irq_type(OMAP_GPIO_IRQ(OMAP_MPUIO(2)), IRQ_TYPE_EDGE_RISING); |
498 | #ifdef CONFIG_PM | 498 | #ifdef CONFIG_PM |
499 | /* share the IRQ in case someone wants to use the | 499 | /* share the IRQ in case someone wants to use the |
500 | * button for more than wakeup from system sleep. | 500 | * button for more than wakeup from system sleep. |
diff --git a/arch/arm/mach-omap1/board-palmte.c b/arch/arm/mach-omap1/board-palmte.c index a4d20127a60e..b58043644a6f 100644 --- a/arch/arm/mach-omap1/board-palmte.c +++ b/arch/arm/mach-omap1/board-palmte.c | |||
@@ -27,23 +27,23 @@ | |||
27 | #include <linux/interrupt.h> | 27 | #include <linux/interrupt.h> |
28 | #include <linux/apm-emulation.h> | 28 | #include <linux/apm-emulation.h> |
29 | 29 | ||
30 | #include <asm/hardware.h> | 30 | #include <mach/hardware.h> |
31 | #include <asm/mach-types.h> | 31 | #include <asm/mach-types.h> |
32 | #include <asm/mach/arch.h> | 32 | #include <asm/mach/arch.h> |
33 | #include <asm/mach/map.h> | 33 | #include <asm/mach/map.h> |
34 | #include <asm/mach/flash.h> | 34 | #include <asm/mach/flash.h> |
35 | 35 | ||
36 | #include <asm/arch/gpio.h> | 36 | #include <mach/gpio.h> |
37 | #include <asm/arch/mux.h> | 37 | #include <mach/mux.h> |
38 | #include <asm/arch/usb.h> | 38 | #include <mach/usb.h> |
39 | #include <asm/arch/tc.h> | 39 | #include <mach/tc.h> |
40 | #include <asm/arch/dma.h> | 40 | #include <mach/dma.h> |
41 | #include <asm/arch/board.h> | 41 | #include <mach/board.h> |
42 | #include <asm/arch/irda.h> | 42 | #include <mach/irda.h> |
43 | #include <asm/arch/keypad.h> | 43 | #include <mach/keypad.h> |
44 | #include <asm/arch/common.h> | 44 | #include <mach/common.h> |
45 | #include <asm/arch/mcbsp.h> | 45 | #include <mach/mcbsp.h> |
46 | #include <asm/arch/omap-alsa.h> | 46 | #include <mach/omap-alsa.h> |
47 | 47 | ||
48 | static void __init omap_palmte_init_irq(void) | 48 | static void __init omap_palmte_init_irq(void) |
49 | { | 49 | { |
diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index 2a033689f9f4..40f9860a09df 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c | |||
@@ -23,24 +23,24 @@ | |||
23 | #include <linux/mtd/partitions.h> | 23 | #include <linux/mtd/partitions.h> |
24 | #include <linux/leds.h> | 24 | #include <linux/leds.h> |
25 | 25 | ||
26 | #include <asm/hardware.h> | 26 | #include <mach/hardware.h> |
27 | #include <asm/mach-types.h> | 27 | #include <asm/mach-types.h> |
28 | #include <asm/mach/arch.h> | 28 | #include <asm/mach/arch.h> |
29 | #include <asm/mach/map.h> | 29 | #include <asm/mach/map.h> |
30 | #include <asm/mach/flash.h> | 30 | #include <asm/mach/flash.h> |
31 | 31 | ||
32 | #include <asm/arch/led.h> | 32 | #include <mach/led.h> |
33 | #include <asm/arch/mcbsp.h> | 33 | #include <mach/mcbsp.h> |
34 | #include <asm/arch/gpio.h> | 34 | #include <mach/gpio.h> |
35 | #include <asm/arch/mux.h> | 35 | #include <mach/mux.h> |
36 | #include <asm/arch/usb.h> | 36 | #include <mach/usb.h> |
37 | #include <asm/arch/dma.h> | 37 | #include <mach/dma.h> |
38 | #include <asm/arch/tc.h> | 38 | #include <mach/tc.h> |
39 | #include <asm/arch/board.h> | 39 | #include <mach/board.h> |
40 | #include <asm/arch/irda.h> | 40 | #include <mach/irda.h> |
41 | #include <asm/arch/keypad.h> | 41 | #include <mach/keypad.h> |
42 | #include <asm/arch/common.h> | 42 | #include <mach/common.h> |
43 | #include <asm/arch/omap-alsa.h> | 43 | #include <mach/omap-alsa.h> |
44 | 44 | ||
45 | #include <linux/spi/spi.h> | 45 | #include <linux/spi/spi.h> |
46 | #include <linux/spi/ads7846.h> | 46 | #include <linux/spi/ads7846.h> |
diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c index e020c2774606..e719294250b1 100644 --- a/arch/arm/mach-omap1/board-palmz71.c +++ b/arch/arm/mach-omap1/board-palmz71.c | |||
@@ -26,23 +26,23 @@ | |||
26 | #include <linux/mtd/mtd.h> | 26 | #include <linux/mtd/mtd.h> |
27 | #include <linux/mtd/partitions.h> | 27 | #include <linux/mtd/partitions.h> |
28 | 28 | ||
29 | #include <asm/hardware.h> | 29 | #include <mach/hardware.h> |
30 | #include <asm/mach-types.h> | 30 | #include <asm/mach-types.h> |
31 | #include <asm/mach/arch.h> | 31 | #include <asm/mach/arch.h> |
32 | #include <asm/mach/map.h> | 32 | #include <asm/mach/map.h> |
33 | #include <asm/mach/flash.h> | 33 | #include <asm/mach/flash.h> |
34 | 34 | ||
35 | #include <asm/arch/mcbsp.h> | 35 | #include <mach/mcbsp.h> |
36 | #include <asm/arch/gpio.h> | 36 | #include <mach/gpio.h> |
37 | #include <asm/arch/mux.h> | 37 | #include <mach/mux.h> |
38 | #include <asm/arch/usb.h> | 38 | #include <mach/usb.h> |
39 | #include <asm/arch/dma.h> | 39 | #include <mach/dma.h> |
40 | #include <asm/arch/tc.h> | 40 | #include <mach/tc.h> |
41 | #include <asm/arch/board.h> | 41 | #include <mach/board.h> |
42 | #include <asm/arch/irda.h> | 42 | #include <mach/irda.h> |
43 | #include <asm/arch/keypad.h> | 43 | #include <mach/keypad.h> |
44 | #include <asm/arch/common.h> | 44 | #include <mach/common.h> |
45 | #include <asm/arch/omap-alsa.h> | 45 | #include <mach/omap-alsa.h> |
46 | 46 | ||
47 | #include <linux/spi/spi.h> | 47 | #include <linux/spi/spi.h> |
48 | #include <linux/spi/ads7846.h> | 48 | #include <linux/spi/ads7846.h> |
@@ -298,11 +298,11 @@ palmz71_powercable(int irq, void *dev_id) | |||
298 | if (omap_get_gpio_datain(PALMZ71_USBDETECT_GPIO)) { | 298 | if (omap_get_gpio_datain(PALMZ71_USBDETECT_GPIO)) { |
299 | printk(KERN_INFO "PM: Power cable connected\n"); | 299 | printk(KERN_INFO "PM: Power cable connected\n"); |
300 | set_irq_type(OMAP_GPIO_IRQ(PALMZ71_USBDETECT_GPIO), | 300 | set_irq_type(OMAP_GPIO_IRQ(PALMZ71_USBDETECT_GPIO), |
301 | IRQT_FALLING); | 301 | IRQ_TYPE_EDGE_FALLING); |
302 | } else { | 302 | } else { |
303 | printk(KERN_INFO "PM: Power cable disconnected\n"); | 303 | printk(KERN_INFO "PM: Power cable disconnected\n"); |
304 | set_irq_type(OMAP_GPIO_IRQ(PALMZ71_USBDETECT_GPIO), | 304 | set_irq_type(OMAP_GPIO_IRQ(PALMZ71_USBDETECT_GPIO), |
305 | IRQT_RISING); | 305 | IRQ_TYPE_EDGE_RISING); |
306 | } | 306 | } |
307 | return IRQ_HANDLED; | 307 | return IRQ_HANDLED; |
308 | } | 308 | } |
diff --git a/arch/arm/mach-omap1/board-perseus2.c b/arch/arm/mach-omap1/board-perseus2.c index 94bc0745ab2c..b715917bfdaf 100644 --- a/arch/arm/mach-omap1/board-perseus2.c +++ b/arch/arm/mach-omap1/board-perseus2.c | |||
@@ -20,20 +20,20 @@ | |||
20 | #include <linux/mtd/partitions.h> | 20 | #include <linux/mtd/partitions.h> |
21 | #include <linux/input.h> | 21 | #include <linux/input.h> |
22 | 22 | ||
23 | #include <asm/hardware.h> | 23 | #include <mach/hardware.h> |
24 | #include <asm/mach-types.h> | 24 | #include <asm/mach-types.h> |
25 | #include <asm/mach/arch.h> | 25 | #include <asm/mach/arch.h> |
26 | #include <asm/mach/flash.h> | 26 | #include <asm/mach/flash.h> |
27 | #include <asm/mach/map.h> | 27 | #include <asm/mach/map.h> |
28 | 28 | ||
29 | #include <asm/arch/tc.h> | 29 | #include <mach/tc.h> |
30 | #include <asm/arch/gpio.h> | 30 | #include <mach/gpio.h> |
31 | #include <asm/arch/mux.h> | 31 | #include <mach/mux.h> |
32 | #include <asm/arch/fpga.h> | 32 | #include <mach/fpga.h> |
33 | #include <asm/arch/nand.h> | 33 | #include <mach/nand.h> |
34 | #include <asm/arch/keypad.h> | 34 | #include <mach/keypad.h> |
35 | #include <asm/arch/common.h> | 35 | #include <mach/common.h> |
36 | #include <asm/arch/board.h> | 36 | #include <mach/board.h> |
37 | 37 | ||
38 | static int p2_keymap[] = { | 38 | static int p2_keymap[] = { |
39 | KEY(0,0,KEY_UP), | 39 | KEY(0,0,KEY_UP), |
diff --git a/arch/arm/mach-omap1/board-sx1-mmc.c b/arch/arm/mach-omap1/board-sx1-mmc.c index 8c93d47719e8..0be4ebaa2842 100644 --- a/arch/arm/mach-omap1/board-sx1-mmc.c +++ b/arch/arm/mach-omap1/board-sx1-mmc.c | |||
@@ -12,9 +12,9 @@ | |||
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <asm/arch/hardware.h> | 15 | #include <mach/hardware.h> |
16 | #include <asm/arch/mmc.h> | 16 | #include <mach/mmc.h> |
17 | #include <asm/arch/gpio.h> | 17 | #include <mach/gpio.h> |
18 | 18 | ||
19 | #ifdef CONFIG_MMC_OMAP | 19 | #ifdef CONFIG_MMC_OMAP |
20 | static int slot_cover_open; | 20 | static int slot_cover_open; |
diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c index e473fa6d4a5f..130bcc6fd082 100644 --- a/arch/arm/mach-omap1/board-sx1.c +++ b/arch/arm/mach-omap1/board-sx1.c | |||
@@ -26,22 +26,22 @@ | |||
26 | #include <linux/i2c.h> | 26 | #include <linux/i2c.h> |
27 | #include <linux/errno.h> | 27 | #include <linux/errno.h> |
28 | 28 | ||
29 | #include <asm/hardware.h> | 29 | #include <mach/hardware.h> |
30 | #include <asm/mach-types.h> | 30 | #include <asm/mach-types.h> |
31 | #include <asm/mach/arch.h> | 31 | #include <asm/mach/arch.h> |
32 | #include <asm/mach/flash.h> | 32 | #include <asm/mach/flash.h> |
33 | #include <asm/mach/map.h> | 33 | #include <asm/mach/map.h> |
34 | 34 | ||
35 | #include <asm/arch/gpio.h> | 35 | #include <mach/gpio.h> |
36 | #include <asm/arch/mux.h> | 36 | #include <mach/mux.h> |
37 | #include <asm/arch/irda.h> | 37 | #include <mach/irda.h> |
38 | #include <asm/arch/usb.h> | 38 | #include <mach/usb.h> |
39 | #include <asm/arch/tc.h> | 39 | #include <mach/tc.h> |
40 | #include <asm/arch/board.h> | 40 | #include <mach/board.h> |
41 | #include <asm/arch/common.h> | 41 | #include <mach/common.h> |
42 | #include <asm/arch/mcbsp.h> | 42 | #include <mach/mcbsp.h> |
43 | #include <asm/arch/omap-alsa.h> | 43 | #include <mach/omap-alsa.h> |
44 | #include <asm/arch/keypad.h> | 44 | #include <mach/keypad.h> |
45 | 45 | ||
46 | /* Write to I2C device */ | 46 | /* Write to I2C device */ |
47 | int sx1_i2c_write_byte(u8 devaddr, u8 regoffset, u8 value) | 47 | int sx1_i2c_write_byte(u8 devaddr, u8 regoffset, u8 value) |
diff --git a/arch/arm/mach-omap1/board-voiceblue.c b/arch/arm/mach-omap1/board-voiceblue.c index 5c00b3f39cdd..213b48787102 100644 --- a/arch/arm/mach-omap1/board-voiceblue.c +++ b/arch/arm/mach-omap1/board-voiceblue.c | |||
@@ -22,17 +22,17 @@ | |||
22 | #include <linux/serial_8250.h> | 22 | #include <linux/serial_8250.h> |
23 | #include <linux/serial_reg.h> | 23 | #include <linux/serial_reg.h> |
24 | 24 | ||
25 | #include <asm/hardware.h> | 25 | #include <mach/hardware.h> |
26 | #include <asm/mach-types.h> | 26 | #include <asm/mach-types.h> |
27 | #include <asm/mach/arch.h> | 27 | #include <asm/mach/arch.h> |
28 | #include <asm/mach/flash.h> | 28 | #include <asm/mach/flash.h> |
29 | #include <asm/mach/map.h> | 29 | #include <asm/mach/map.h> |
30 | 30 | ||
31 | #include <asm/arch/common.h> | 31 | #include <mach/common.h> |
32 | #include <asm/arch/gpio.h> | 32 | #include <mach/gpio.h> |
33 | #include <asm/arch/mux.h> | 33 | #include <mach/mux.h> |
34 | #include <asm/arch/tc.h> | 34 | #include <mach/tc.h> |
35 | #include <asm/arch/usb.h> | 35 | #include <mach/usb.h> |
36 | 36 | ||
37 | static struct plat_serial8250_port voiceblue_ports[] = { | 37 | static struct plat_serial8250_port voiceblue_ports[] = { |
38 | { | 38 | { |
@@ -186,10 +186,10 @@ static void __init voiceblue_init(void) | |||
186 | omap_request_gpio(13); | 186 | omap_request_gpio(13); |
187 | omap_request_gpio(14); | 187 | omap_request_gpio(14); |
188 | omap_request_gpio(15); | 188 | omap_request_gpio(15); |
189 | set_irq_type(OMAP_GPIO_IRQ(12), IRQT_RISING); | 189 | set_irq_type(OMAP_GPIO_IRQ(12), IRQ_TYPE_EDGE_RISING); |
190 | set_irq_type(OMAP_GPIO_IRQ(13), IRQT_RISING); | 190 | set_irq_type(OMAP_GPIO_IRQ(13), IRQ_TYPE_EDGE_RISING); |
191 | set_irq_type(OMAP_GPIO_IRQ(14), IRQT_RISING); | 191 | set_irq_type(OMAP_GPIO_IRQ(14), IRQ_TYPE_EDGE_RISING); |
192 | set_irq_type(OMAP_GPIO_IRQ(15), IRQT_RISING); | 192 | set_irq_type(OMAP_GPIO_IRQ(15), IRQ_TYPE_EDGE_RISING); |
193 | 193 | ||
194 | platform_add_devices(voiceblue_devices, ARRAY_SIZE(voiceblue_devices)); | 194 | platform_add_devices(voiceblue_devices, ARRAY_SIZE(voiceblue_devices)); |
195 | omap_board_config = voiceblue_config; | 195 | omap_board_config = voiceblue_config; |
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c index 4ea2933f887d..5965cf09f8c4 100644 --- a/arch/arm/mach-omap1/clock.c +++ b/arch/arm/mach-omap1/clock.c | |||
@@ -21,10 +21,10 @@ | |||
21 | #include <asm/io.h> | 21 | #include <asm/io.h> |
22 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
23 | 23 | ||
24 | #include <asm/arch/cpu.h> | 24 | #include <mach/cpu.h> |
25 | #include <asm/arch/usb.h> | 25 | #include <mach/usb.h> |
26 | #include <asm/arch/clock.h> | 26 | #include <mach/clock.h> |
27 | #include <asm/arch/sram.h> | 27 | #include <mach/sram.h> |
28 | 28 | ||
29 | #include "clock.h" | 29 | #include "clock.h" |
30 | 30 | ||
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c index da8a3ac47e13..ab708d4c597e 100644 --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c | |||
@@ -14,15 +14,14 @@ | |||
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | #include <linux/platform_device.h> | 15 | #include <linux/platform_device.h> |
16 | 16 | ||
17 | #include <asm/hardware.h> | 17 | #include <mach/hardware.h> |
18 | #include <asm/io.h> | 18 | #include <asm/io.h> |
19 | #include <asm/mach-types.h> | ||
20 | #include <asm/mach/map.h> | 19 | #include <asm/mach/map.h> |
21 | 20 | ||
22 | #include <asm/arch/tc.h> | 21 | #include <mach/tc.h> |
23 | #include <asm/arch/board.h> | 22 | #include <mach/board.h> |
24 | #include <asm/arch/mux.h> | 23 | #include <mach/mux.h> |
25 | #include <asm/arch/gpio.h> | 24 | #include <mach/gpio.h> |
26 | 25 | ||
27 | /*-------------------------------------------------------------------------*/ | 26 | /*-------------------------------------------------------------------------*/ |
28 | 27 | ||
diff --git a/arch/arm/mach-omap1/fpga.c b/arch/arm/mach-omap1/fpga.c index 0cf62ef5ecb7..4449d86095f6 100644 --- a/arch/arm/mach-omap1/fpga.c +++ b/arch/arm/mach-omap1/fpga.c | |||
@@ -22,13 +22,13 @@ | |||
22 | #include <linux/device.h> | 22 | #include <linux/device.h> |
23 | #include <linux/errno.h> | 23 | #include <linux/errno.h> |
24 | 24 | ||
25 | #include <asm/hardware.h> | 25 | #include <mach/hardware.h> |
26 | #include <asm/io.h> | 26 | #include <asm/io.h> |
27 | #include <asm/irq.h> | 27 | #include <asm/irq.h> |
28 | #include <asm/mach/irq.h> | 28 | #include <asm/mach/irq.h> |
29 | 29 | ||
30 | #include <asm/arch/fpga.h> | 30 | #include <mach/fpga.h> |
31 | #include <asm/arch/gpio.h> | 31 | #include <mach/gpio.h> |
32 | 32 | ||
33 | static void fpga_mask_irq(unsigned int irq) | 33 | static void fpga_mask_irq(unsigned int irq) |
34 | { | 34 | { |
@@ -181,7 +181,7 @@ void omap1510_fpga_init_irq(void) | |||
181 | */ | 181 | */ |
182 | omap_request_gpio(13); | 182 | omap_request_gpio(13); |
183 | omap_set_gpio_direction(13, 1); | 183 | omap_set_gpio_direction(13, 1); |
184 | set_irq_type(OMAP_GPIO_IRQ(13), IRQT_RISING); | 184 | set_irq_type(OMAP_GPIO_IRQ(13), IRQ_TYPE_EDGE_RISING); |
185 | set_irq_chained_handler(OMAP1510_INT_FPGA, innovator_fpga_IRQ_demux); | 185 | set_irq_chained_handler(OMAP1510_INT_FPGA, innovator_fpga_IRQ_demux); |
186 | } | 186 | } |
187 | 187 | ||
diff --git a/arch/arm/mach-omap1/io.c b/arch/arm/mach-omap1/io.c index 81c4e738506c..2b9750b200ce 100644 --- a/arch/arm/mach-omap1/io.c +++ b/arch/arm/mach-omap1/io.c | |||
@@ -15,8 +15,8 @@ | |||
15 | #include <asm/tlb.h> | 15 | #include <asm/tlb.h> |
16 | #include <asm/mach/map.h> | 16 | #include <asm/mach/map.h> |
17 | #include <asm/io.h> | 17 | #include <asm/io.h> |
18 | #include <asm/arch/mux.h> | 18 | #include <mach/mux.h> |
19 | #include <asm/arch/tc.h> | 19 | #include <mach/tc.h> |
20 | 20 | ||
21 | extern int omap1_clk_init(void); | 21 | extern int omap1_clk_init(void); |
22 | extern void omap_check_revision(void); | 22 | extern void omap_check_revision(void); |
diff --git a/arch/arm/mach-omap1/irq.c b/arch/arm/mach-omap1/irq.c index 1da9d59a0347..0ec6c1ec4250 100644 --- a/arch/arm/mach-omap1/irq.c +++ b/arch/arm/mach-omap1/irq.c | |||
@@ -41,11 +41,11 @@ | |||
41 | #include <linux/sched.h> | 41 | #include <linux/sched.h> |
42 | #include <linux/interrupt.h> | 42 | #include <linux/interrupt.h> |
43 | 43 | ||
44 | #include <asm/hardware.h> | 44 | #include <mach/hardware.h> |
45 | #include <asm/irq.h> | 45 | #include <asm/irq.h> |
46 | #include <asm/mach/irq.h> | 46 | #include <asm/mach/irq.h> |
47 | #include <asm/arch/gpio.h> | 47 | #include <mach/gpio.h> |
48 | #include <asm/arch/cpu.h> | 48 | #include <mach/cpu.h> |
49 | 49 | ||
50 | #include <asm/io.h> | 50 | #include <asm/io.h> |
51 | 51 | ||
diff --git a/arch/arm/mach-omap1/leds-h2p2-debug.c b/arch/arm/mach-omap1/leds-h2p2-debug.c index 8976fbb21f7c..610f51f18741 100644 --- a/arch/arm/mach-omap1/leds-h2p2-debug.c +++ b/arch/arm/mach-omap1/leds-h2p2-debug.c | |||
@@ -14,13 +14,13 @@ | |||
14 | #include <linux/sched.h> | 14 | #include <linux/sched.h> |
15 | 15 | ||
16 | #include <asm/io.h> | 16 | #include <asm/io.h> |
17 | #include <asm/hardware.h> | 17 | #include <mach/hardware.h> |
18 | #include <asm/leds.h> | 18 | #include <asm/leds.h> |
19 | #include <asm/system.h> | 19 | #include <asm/system.h> |
20 | #include <asm/mach-types.h> | 20 | #include <asm/mach-types.h> |
21 | 21 | ||
22 | #include <asm/arch/fpga.h> | 22 | #include <mach/fpga.h> |
23 | #include <asm/arch/gpio.h> | 23 | #include <mach/gpio.h> |
24 | 24 | ||
25 | #include "leds.h" | 25 | #include "leds.h" |
26 | 26 | ||
diff --git a/arch/arm/mach-omap1/leds-innovator.c b/arch/arm/mach-omap1/leds-innovator.c index e7835d6f53a0..9b99c2894623 100644 --- a/arch/arm/mach-omap1/leds-innovator.c +++ b/arch/arm/mach-omap1/leds-innovator.c | |||
@@ -3,7 +3,7 @@ | |||
3 | */ | 3 | */ |
4 | #include <linux/init.h> | 4 | #include <linux/init.h> |
5 | 5 | ||
6 | #include <asm/hardware.h> | 6 | #include <mach/hardware.h> |
7 | #include <asm/leds.h> | 7 | #include <asm/leds.h> |
8 | #include <asm/system.h> | 8 | #include <asm/system.h> |
9 | 9 | ||
diff --git a/arch/arm/mach-omap1/leds-osk.c b/arch/arm/mach-omap1/leds-osk.c index 754383dde807..98e789622dfd 100644 --- a/arch/arm/mach-omap1/leds-osk.c +++ b/arch/arm/mach-omap1/leds-osk.c | |||
@@ -5,11 +5,11 @@ | |||
5 | */ | 5 | */ |
6 | #include <linux/init.h> | 6 | #include <linux/init.h> |
7 | 7 | ||
8 | #include <asm/hardware.h> | 8 | #include <mach/hardware.h> |
9 | #include <asm/leds.h> | 9 | #include <asm/leds.h> |
10 | #include <asm/system.h> | 10 | #include <asm/system.h> |
11 | 11 | ||
12 | #include <asm/arch/gpio.h> | 12 | #include <mach/gpio.h> |
13 | 13 | ||
14 | #include "leds.h" | 14 | #include "leds.h" |
15 | 15 | ||
diff --git a/arch/arm/mach-omap1/leds.c b/arch/arm/mach-omap1/leds.c index 3f9dcac4fd41..6cdad93c4a00 100644 --- a/arch/arm/mach-omap1/leds.c +++ b/arch/arm/mach-omap1/leds.c | |||
@@ -9,8 +9,8 @@ | |||
9 | #include <asm/leds.h> | 9 | #include <asm/leds.h> |
10 | #include <asm/mach-types.h> | 10 | #include <asm/mach-types.h> |
11 | 11 | ||
12 | #include <asm/arch/gpio.h> | 12 | #include <mach/gpio.h> |
13 | #include <asm/arch/mux.h> | 13 | #include <mach/mux.h> |
14 | 14 | ||
15 | #include "leds.h" | 15 | #include "leds.h" |
16 | 16 | ||
diff --git a/arch/arm/mach-omap1/mailbox.c b/arch/arm/mach-omap1/mailbox.c index bad1e7152d8e..af44eab1ed24 100644 --- a/arch/arm/mach-omap1/mailbox.c +++ b/arch/arm/mach-omap1/mailbox.c | |||
@@ -13,8 +13,8 @@ | |||
13 | #include <linux/resource.h> | 13 | #include <linux/resource.h> |
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <linux/platform_device.h> | 15 | #include <linux/platform_device.h> |
16 | #include <asm/arch/mailbox.h> | 16 | #include <mach/mailbox.h> |
17 | #include <asm/arch/irqs.h> | 17 | #include <mach/irqs.h> |
18 | #include <asm/io.h> | 18 | #include <asm/io.h> |
19 | 19 | ||
20 | #define MAILBOX_ARM2DSP1 0x00 | 20 | #define MAILBOX_ARM2DSP1 0x00 |
diff --git a/arch/arm/mach-omap1/mcbsp.c b/arch/arm/mach-omap1/mcbsp.c index 2d2c2522b048..826010d5d014 100644 --- a/arch/arm/mach-omap1/mcbsp.c +++ b/arch/arm/mach-omap1/mcbsp.c | |||
@@ -17,11 +17,11 @@ | |||
17 | #include <linux/io.h> | 17 | #include <linux/io.h> |
18 | #include <linux/platform_device.h> | 18 | #include <linux/platform_device.h> |
19 | 19 | ||
20 | #include <asm/arch/dma.h> | 20 | #include <mach/dma.h> |
21 | #include <asm/arch/mux.h> | 21 | #include <mach/mux.h> |
22 | #include <asm/arch/cpu.h> | 22 | #include <mach/cpu.h> |
23 | #include <asm/arch/mcbsp.h> | 23 | #include <mach/mcbsp.h> |
24 | #include <asm/arch/dsp_common.h> | 24 | #include <mach/dsp_common.h> |
25 | 25 | ||
26 | #define DPS_RSTCT2_PER_EN (1 << 0) | 26 | #define DPS_RSTCT2_PER_EN (1 << 0) |
27 | #define DSP_RSTCT2_WD_PER_EN (1 << 1) | 27 | #define DSP_RSTCT2_WD_PER_EN (1 << 1) |
diff --git a/arch/arm/mach-omap1/mux.c b/arch/arm/mach-omap1/mux.c index e207bf7cb853..898516e362e7 100644 --- a/arch/arm/mach-omap1/mux.c +++ b/arch/arm/mach-omap1/mux.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <asm/io.h> | 28 | #include <asm/io.h> |
29 | #include <linux/spinlock.h> | 29 | #include <linux/spinlock.h> |
30 | 30 | ||
31 | #include <asm/arch/mux.h> | 31 | #include <mach/mux.h> |
32 | 32 | ||
33 | #ifdef CONFIG_OMAP_MUX | 33 | #ifdef CONFIG_OMAP_MUX |
34 | 34 | ||
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c index 742f79e73bd7..63c4ea18b1ca 100644 --- a/arch/arm/mach-omap1/pm.c +++ b/arch/arm/mach-omap1/pm.c | |||
@@ -47,17 +47,16 @@ | |||
47 | #include <asm/atomic.h> | 47 | #include <asm/atomic.h> |
48 | #include <asm/mach/time.h> | 48 | #include <asm/mach/time.h> |
49 | #include <asm/mach/irq.h> | 49 | #include <asm/mach/irq.h> |
50 | #include <asm/mach-types.h> | 50 | |
51 | 51 | #include <mach/cpu.h> | |
52 | #include <asm/arch/cpu.h> | 52 | #include <mach/irqs.h> |
53 | #include <asm/arch/irqs.h> | 53 | #include <mach/clock.h> |
54 | #include <asm/arch/clock.h> | 54 | #include <mach/sram.h> |
55 | #include <asm/arch/sram.h> | 55 | #include <mach/tc.h> |
56 | #include <asm/arch/tc.h> | 56 | #include <mach/pm.h> |
57 | #include <asm/arch/pm.h> | 57 | #include <mach/mux.h> |
58 | #include <asm/arch/mux.h> | 58 | #include <mach/dma.h> |
59 | #include <asm/arch/dma.h> | 59 | #include <mach/dmtimer.h> |
60 | #include <asm/arch/dmtimer.h> | ||
61 | 60 | ||
62 | static unsigned int arm_sleep_save[ARM_SLEEP_SAVE_SIZE]; | 61 | static unsigned int arm_sleep_save[ARM_SLEEP_SAVE_SIZE]; |
63 | static unsigned short dsp_sleep_save[DSP_SLEEP_SAVE_SIZE]; | 62 | static unsigned short dsp_sleep_save[DSP_SLEEP_SAVE_SIZE]; |
diff --git a/arch/arm/mach-omap1/serial.c b/arch/arm/mach-omap1/serial.c index 10a4fe88b2fd..0e25a996bb4c 100644 --- a/arch/arm/mach-omap1/serial.c +++ b/arch/arm/mach-omap1/serial.c | |||
@@ -22,12 +22,12 @@ | |||
22 | #include <asm/io.h> | 22 | #include <asm/io.h> |
23 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
24 | 24 | ||
25 | #include <asm/arch/board.h> | 25 | #include <mach/board.h> |
26 | #include <asm/arch/mux.h> | 26 | #include <mach/mux.h> |
27 | #include <asm/arch/gpio.h> | 27 | #include <mach/gpio.h> |
28 | #include <asm/arch/fpga.h> | 28 | #include <mach/fpga.h> |
29 | #ifdef CONFIG_PM | 29 | #ifdef CONFIG_PM |
30 | #include <asm/arch/pm.h> | 30 | #include <mach/pm.h> |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | static struct clk * uart1_ck; | 33 | static struct clk * uart1_ck; |
diff --git a/arch/arm/mach-omap1/sleep.S b/arch/arm/mach-omap1/sleep.S index 68f5b39030b6..f3eac932092d 100644 --- a/arch/arm/mach-omap1/sleep.S +++ b/arch/arm/mach-omap1/sleep.S | |||
@@ -34,8 +34,8 @@ | |||
34 | 34 | ||
35 | #include <linux/linkage.h> | 35 | #include <linux/linkage.h> |
36 | #include <asm/assembler.h> | 36 | #include <asm/assembler.h> |
37 | #include <asm/arch/io.h> | 37 | #include <mach/io.h> |
38 | #include <asm/arch/pm.h> | 38 | #include <mach/pm.h> |
39 | 39 | ||
40 | .text | 40 | .text |
41 | 41 | ||
diff --git a/arch/arm/mach-omap1/sram.S b/arch/arm/mach-omap1/sram.S index 126d252062d7..261cdc48228b 100644 --- a/arch/arm/mach-omap1/sram.S +++ b/arch/arm/mach-omap1/sram.S | |||
@@ -10,8 +10,8 @@ | |||
10 | 10 | ||
11 | #include <linux/linkage.h> | 11 | #include <linux/linkage.h> |
12 | #include <asm/assembler.h> | 12 | #include <asm/assembler.h> |
13 | #include <asm/arch/io.h> | 13 | #include <mach/io.h> |
14 | #include <asm/hardware.h> | 14 | #include <mach/hardware.h> |
15 | 15 | ||
16 | .text | 16 | .text |
17 | 17 | ||
diff --git a/arch/arm/mach-omap1/time.c b/arch/arm/mach-omap1/time.c index 5d2b270935a2..e54708595ecf 100644 --- a/arch/arm/mach-omap1/time.c +++ b/arch/arm/mach-omap1/time.c | |||
@@ -45,7 +45,7 @@ | |||
45 | #include <linux/clockchips.h> | 45 | #include <linux/clockchips.h> |
46 | 46 | ||
47 | #include <asm/system.h> | 47 | #include <asm/system.h> |
48 | #include <asm/hardware.h> | 48 | #include <mach/hardware.h> |
49 | #include <asm/io.h> | 49 | #include <asm/io.h> |
50 | #include <asm/leds.h> | 50 | #include <asm/leds.h> |
51 | #include <asm/irq.h> | 51 | #include <asm/irq.h> |
diff --git a/arch/arm/mach-omap1/timer32k.c b/arch/arm/mach-omap1/timer32k.c index fbbdb806c95a..e67760189d14 100644 --- a/arch/arm/mach-omap1/timer32k.c +++ b/arch/arm/mach-omap1/timer32k.c | |||
@@ -46,13 +46,13 @@ | |||
46 | #include <linux/clockchips.h> | 46 | #include <linux/clockchips.h> |
47 | 47 | ||
48 | #include <asm/system.h> | 48 | #include <asm/system.h> |
49 | #include <asm/hardware.h> | 49 | #include <mach/hardware.h> |
50 | #include <asm/io.h> | 50 | #include <asm/io.h> |
51 | #include <asm/leds.h> | 51 | #include <asm/leds.h> |
52 | #include <asm/irq.h> | 52 | #include <asm/irq.h> |
53 | #include <asm/mach/irq.h> | 53 | #include <asm/mach/irq.h> |
54 | #include <asm/mach/time.h> | 54 | #include <asm/mach/time.h> |
55 | #include <asm/arch/dmtimer.h> | 55 | #include <mach/dmtimer.h> |
56 | 56 | ||
57 | struct sys_timer omap_timer; | 57 | struct sys_timer omap_timer; |
58 | 58 | ||