diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-08 14:38:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-08 14:38:42 -0400 |
commit | 49b75b87ce2dfbd99e59a50c3681b154d07e3a22 (patch) | |
tree | f14e1da19a13d87a512f9043c2f37fd75dd122b3 /drivers/usb | |
parent | f1c7f79b6ab4f7ada002a0fae47f462ede6b6857 (diff) | |
parent | 097d9eb537ff4d88b74c3fe67392e27c478ca3c5 (diff) |
Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-arm:
[ARM] 5177/1: arm/mach-sa1100/Makefile: remove CONFIG_SA1100_USB
[ARM] 5166/1: magician: add MAINTAINERS entry
[ARM] fix pnx4008 build errors
[ARM] Fix SMP booting with non-zero PHYS_OFFSET
[ARM] 5185/1: Fix spi num_chipselect for lubbock
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
[ARM] Add support for arch/arm/mach-*/include and arch/arm/plat-*/include
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
[ARM] Eliminate useless includes of asm/mach-types.h
[ARM] Fix circular include dependency with IRQ headers
avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>
avr32: Introduce arch/avr32/mach-*/include/mach
avr32: Move include/asm-avr32 to arch/avr32/include/asm
[ARM] sa1100_wdt: use reset_status to remember watchdog reset status
[ARM] pxa: introduce reset_status and clear_reset_status for driver's usage
[ARM] pxa: introduce reset.h for reset specific header information
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/at91_udc.c | 9 | ||||
-rw-r--r-- | drivers/usb/gadget/atmel_usba_udc.c | 4 | ||||
-rw-r--r-- | drivers/usb/gadget/lh7a40x_udc.h | 2 | ||||
-rw-r--r-- | drivers/usb/gadget/omap_udc.c | 4 | ||||
-rw-r--r-- | drivers/usb/gadget/pxa25x_udc.c | 2 | ||||
-rw-r--r-- | drivers/usb/gadget/pxa25x_udc.h | 2 | ||||
-rw-r--r-- | drivers/usb/gadget/pxa27x_udc.c | 6 | ||||
-rw-r--r-- | drivers/usb/gadget/s3c2410_udc.c | 9 | ||||
-rw-r--r-- | drivers/usb/host/ohci-at91.c | 7 | ||||
-rw-r--r-- | drivers/usb/host/ohci-ep93xx.c | 3 | ||||
-rw-r--r-- | drivers/usb/host/ohci-lh7a404.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/ohci-omap.c | 12 | ||||
-rw-r--r-- | drivers/usb/host/ohci-pnx4008.c | 9 | ||||
-rw-r--r-- | drivers/usb/host/ohci-pxa27x.c | 9 | ||||
-rw-r--r-- | drivers/usb/host/ohci-s3c2410.c | 4 | ||||
-rw-r--r-- | drivers/usb/host/ohci-sa1111.c | 6 |
16 files changed, 42 insertions, 48 deletions
diff --git a/drivers/usb/gadget/at91_udc.c b/drivers/usb/gadget/at91_udc.c index e2d8a5d86c40..a8a1de413321 100644 --- a/drivers/usb/gadget/at91_udc.c +++ b/drivers/usb/gadget/at91_udc.c | |||
@@ -40,16 +40,15 @@ | |||
40 | #include <linux/usb/gadget.h> | 40 | #include <linux/usb/gadget.h> |
41 | 41 | ||
42 | #include <asm/byteorder.h> | 42 | #include <asm/byteorder.h> |
43 | #include <asm/hardware.h> | 43 | #include <mach/hardware.h> |
44 | #include <asm/io.h> | 44 | #include <asm/io.h> |
45 | #include <asm/irq.h> | 45 | #include <asm/irq.h> |
46 | #include <asm/system.h> | 46 | #include <asm/system.h> |
47 | #include <asm/mach-types.h> | ||
48 | #include <asm/gpio.h> | 47 | #include <asm/gpio.h> |
49 | 48 | ||
50 | #include <asm/arch/board.h> | 49 | #include <mach/board.h> |
51 | #include <asm/arch/cpu.h> | 50 | #include <mach/cpu.h> |
52 | #include <asm/arch/at91sam9261_matrix.h> | 51 | #include <mach/at91sam9261_matrix.h> |
53 | 52 | ||
54 | #include "at91_udc.h" | 53 | #include "at91_udc.h" |
55 | 54 | ||
diff --git a/drivers/usb/gadget/atmel_usba_udc.c b/drivers/usb/gadget/atmel_usba_udc.c index 07e5a0b5dcda..ae30ab1d264f 100644 --- a/drivers/usb/gadget/atmel_usba_udc.c +++ b/drivers/usb/gadget/atmel_usba_udc.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <linux/delay.h> | 22 | #include <linux/delay.h> |
23 | 23 | ||
24 | #include <asm/gpio.h> | 24 | #include <asm/gpio.h> |
25 | #include <asm/arch/board.h> | 25 | #include <mach/board.h> |
26 | 26 | ||
27 | #include "atmel_usba_udc.h" | 27 | #include "atmel_usba_udc.h" |
28 | 28 | ||
@@ -334,7 +334,7 @@ static void toggle_bias(int is_on) | |||
334 | 334 | ||
335 | #elif defined(CONFIG_ARCH_AT91) | 335 | #elif defined(CONFIG_ARCH_AT91) |
336 | 336 | ||
337 | #include <asm/arch/at91_pmc.h> | 337 | #include <mach/at91_pmc.h> |
338 | 338 | ||
339 | static void toggle_bias(int is_on) | 339 | static void toggle_bias(int is_on) |
340 | { | 340 | { |
diff --git a/drivers/usb/gadget/lh7a40x_udc.h b/drivers/usb/gadget/lh7a40x_udc.h index 1ecfd6366b9a..ca861203a301 100644 --- a/drivers/usb/gadget/lh7a40x_udc.h +++ b/drivers/usb/gadget/lh7a40x_udc.h | |||
@@ -47,7 +47,7 @@ | |||
47 | #include <asm/irq.h> | 47 | #include <asm/irq.h> |
48 | #include <asm/system.h> | 48 | #include <asm/system.h> |
49 | #include <asm/unaligned.h> | 49 | #include <asm/unaligned.h> |
50 | #include <asm/hardware.h> | 50 | #include <mach/hardware.h> |
51 | 51 | ||
52 | #include <linux/usb/ch9.h> | 52 | #include <linux/usb/ch9.h> |
53 | #include <linux/usb/gadget.h> | 53 | #include <linux/usb/gadget.h> |
diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c index 395bd1844482..376e80c07530 100644 --- a/drivers/usb/gadget/omap_udc.c +++ b/drivers/usb/gadget/omap_udc.c | |||
@@ -52,8 +52,8 @@ | |||
52 | #include <asm/unaligned.h> | 52 | #include <asm/unaligned.h> |
53 | #include <asm/mach-types.h> | 53 | #include <asm/mach-types.h> |
54 | 54 | ||
55 | #include <asm/arch/dma.h> | 55 | #include <mach/dma.h> |
56 | #include <asm/arch/usb.h> | 56 | #include <mach/usb.h> |
57 | 57 | ||
58 | #include "omap_udc.h" | 58 | #include "omap_udc.h" |
59 | 59 | ||
diff --git a/drivers/usb/gadget/pxa25x_udc.c b/drivers/usb/gadget/pxa25x_udc.c index 7e6725d89976..da6e93c201d2 100644 --- a/drivers/usb/gadget/pxa25x_udc.c +++ b/drivers/usb/gadget/pxa25x_udc.c | |||
@@ -61,7 +61,7 @@ | |||
61 | * This driver is PXA25x only. Grab the right register definitions. | 61 | * This driver is PXA25x only. Grab the right register definitions. |
62 | */ | 62 | */ |
63 | #ifdef CONFIG_ARCH_PXA | 63 | #ifdef CONFIG_ARCH_PXA |
64 | #include <asm/arch/pxa25x-udc.h> | 64 | #include <mach/pxa25x-udc.h> |
65 | #endif | 65 | #endif |
66 | 66 | ||
67 | #include <asm/mach/udc_pxa2xx.h> | 67 | #include <asm/mach/udc_pxa2xx.h> |
diff --git a/drivers/usb/gadget/pxa25x_udc.h b/drivers/usb/gadget/pxa25x_udc.h index c8a13215e02c..1d51aa21e6eb 100644 --- a/drivers/usb/gadget/pxa25x_udc.h +++ b/drivers/usb/gadget/pxa25x_udc.h | |||
@@ -139,7 +139,7 @@ struct pxa25x_udc { | |||
139 | /*-------------------------------------------------------------------------*/ | 139 | /*-------------------------------------------------------------------------*/ |
140 | 140 | ||
141 | #ifdef CONFIG_ARCH_LUBBOCK | 141 | #ifdef CONFIG_ARCH_LUBBOCK |
142 | #include <asm/arch/lubbock.h> | 142 | #include <mach/lubbock.h> |
143 | /* lubbock can also report usb connect/disconnect irqs */ | 143 | /* lubbock can also report usb connect/disconnect irqs */ |
144 | #endif | 144 | #endif |
145 | 145 | ||
diff --git a/drivers/usb/gadget/pxa27x_udc.c b/drivers/usb/gadget/pxa27x_udc.c index 9d447d8cfc0c..a28513ecbe5b 100644 --- a/drivers/usb/gadget/pxa27x_udc.c +++ b/drivers/usb/gadget/pxa27x_udc.c | |||
@@ -33,13 +33,13 @@ | |||
33 | #include <linux/irq.h> | 33 | #include <linux/irq.h> |
34 | 34 | ||
35 | #include <asm/byteorder.h> | 35 | #include <asm/byteorder.h> |
36 | #include <asm/hardware.h> | 36 | #include <mach/hardware.h> |
37 | 37 | ||
38 | #include <linux/usb.h> | 38 | #include <linux/usb.h> |
39 | #include <linux/usb/ch9.h> | 39 | #include <linux/usb/ch9.h> |
40 | #include <linux/usb/gadget.h> | 40 | #include <linux/usb/gadget.h> |
41 | #include <asm/arch/pxa2xx-regs.h> /* FIXME: for PSSR */ | 41 | #include <mach/pxa2xx-regs.h> /* FIXME: for PSSR */ |
42 | #include <asm/arch/udc.h> | 42 | #include <mach/udc.h> |
43 | 43 | ||
44 | #include "pxa27x_udc.h" | 44 | #include "pxa27x_udc.h" |
45 | 45 | ||
diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c index 6b1ef488043b..538807384592 100644 --- a/drivers/usb/gadget/s3c2410_udc.c +++ b/drivers/usb/gadget/s3c2410_udc.c | |||
@@ -49,15 +49,14 @@ | |||
49 | #include <asm/irq.h> | 49 | #include <asm/irq.h> |
50 | #include <asm/system.h> | 50 | #include <asm/system.h> |
51 | #include <asm/unaligned.h> | 51 | #include <asm/unaligned.h> |
52 | #include <asm/arch/irqs.h> | 52 | #include <mach/irqs.h> |
53 | 53 | ||
54 | #include <asm/arch/hardware.h> | 54 | #include <mach/hardware.h> |
55 | #include <asm/arch/regs-gpio.h> | 55 | #include <mach/regs-gpio.h> |
56 | 56 | ||
57 | #include <asm/plat-s3c24xx/regs-udc.h> | 57 | #include <asm/plat-s3c24xx/regs-udc.h> |
58 | #include <asm/plat-s3c24xx/udc.h> | 58 | #include <asm/plat-s3c24xx/udc.h> |
59 | 59 | ||
60 | #include <asm/mach-types.h> | ||
61 | 60 | ||
62 | #include "s3c2410_udc.h" | 61 | #include "s3c2410_udc.h" |
63 | 62 | ||
@@ -888,7 +887,7 @@ static void s3c2410_udc_handle_ep(struct s3c2410_ep *ep) | |||
888 | } | 887 | } |
889 | } | 888 | } |
890 | 889 | ||
891 | #include <asm/arch/regs-irq.h> | 890 | #include <mach/regs-irq.h> |
892 | 891 | ||
893 | /* | 892 | /* |
894 | * s3c2410_udc_irq - interrupt handler | 893 | * s3c2410_udc_irq - interrupt handler |
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index a5d8e550d897..6db7a2889e66 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c | |||
@@ -15,12 +15,11 @@ | |||
15 | #include <linux/clk.h> | 15 | #include <linux/clk.h> |
16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | 17 | ||
18 | #include <asm/mach-types.h> | 18 | #include <mach/hardware.h> |
19 | #include <asm/hardware.h> | ||
20 | #include <asm/gpio.h> | 19 | #include <asm/gpio.h> |
21 | 20 | ||
22 | #include <asm/arch/board.h> | 21 | #include <mach/board.h> |
23 | #include <asm/arch/cpu.h> | 22 | #include <mach/cpu.h> |
24 | 23 | ||
25 | #ifndef CONFIG_ARCH_AT91 | 24 | #ifndef CONFIG_ARCH_AT91 |
26 | #error "CONFIG_ARCH_AT91 must be defined." | 25 | #error "CONFIG_ARCH_AT91 must be defined." |
diff --git a/drivers/usb/host/ohci-ep93xx.c b/drivers/usb/host/ohci-ep93xx.c index 5adaf36e47d0..cb0b506f8259 100644 --- a/drivers/usb/host/ohci-ep93xx.c +++ b/drivers/usb/host/ohci-ep93xx.c | |||
@@ -28,8 +28,7 @@ | |||
28 | #include <linux/signal.h> | 28 | #include <linux/signal.h> |
29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
30 | 30 | ||
31 | #include <asm/mach-types.h> | 31 | #include <mach/hardware.h> |
32 | #include <asm/hardware.h> | ||
33 | 32 | ||
34 | static struct clk *usb_host_clock; | 33 | static struct clk *usb_host_clock; |
35 | 34 | ||
diff --git a/drivers/usb/host/ohci-lh7a404.c b/drivers/usb/host/ohci-lh7a404.c index 1ef5d482c145..9e31d440d115 100644 --- a/drivers/usb/host/ohci-lh7a404.c +++ b/drivers/usb/host/ohci-lh7a404.c | |||
@@ -19,7 +19,7 @@ | |||
19 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
20 | #include <linux/signal.h> | 20 | #include <linux/signal.h> |
21 | 21 | ||
22 | #include <asm/hardware.h> | 22 | #include <mach/hardware.h> |
23 | 23 | ||
24 | 24 | ||
25 | extern int usb_disabled(void); | 25 | extern int usb_disabled(void); |
diff --git a/drivers/usb/host/ohci-omap.c b/drivers/usb/host/ohci-omap.c index 6e5e5f81ac90..94dfca02f7e1 100644 --- a/drivers/usb/host/ohci-omap.c +++ b/drivers/usb/host/ohci-omap.c | |||
@@ -19,15 +19,15 @@ | |||
19 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
20 | #include <linux/clk.h> | 20 | #include <linux/clk.h> |
21 | 21 | ||
22 | #include <asm/hardware.h> | 22 | #include <mach/hardware.h> |
23 | #include <asm/io.h> | 23 | #include <asm/io.h> |
24 | #include <asm/mach-types.h> | 24 | #include <asm/mach-types.h> |
25 | 25 | ||
26 | #include <asm/arch/mux.h> | 26 | #include <mach/mux.h> |
27 | #include <asm/arch/irqs.h> | 27 | #include <mach/irqs.h> |
28 | #include <asm/arch/gpio.h> | 28 | #include <mach/gpio.h> |
29 | #include <asm/arch/fpga.h> | 29 | #include <mach/fpga.h> |
30 | #include <asm/arch/usb.h> | 30 | #include <mach/usb.h> |
31 | 31 | ||
32 | 32 | ||
33 | /* OMAP-1510 OHCI has its own MMU for DMA */ | 33 | /* OMAP-1510 OHCI has its own MMU for DMA */ |
diff --git a/drivers/usb/host/ohci-pnx4008.c b/drivers/usb/host/ohci-pnx4008.c index 6ad8f2fc57b9..b02cd0761977 100644 --- a/drivers/usb/host/ohci-pnx4008.c +++ b/drivers/usb/host/ohci-pnx4008.c | |||
@@ -21,13 +21,12 @@ | |||
21 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
22 | #include <linux/i2c.h> | 22 | #include <linux/i2c.h> |
23 | 23 | ||
24 | #include <asm/hardware.h> | 24 | #include <mach/hardware.h> |
25 | #include <asm/io.h> | 25 | #include <asm/io.h> |
26 | #include <asm/mach-types.h> | ||
27 | 26 | ||
28 | #include <asm/arch/platform.h> | 27 | #include <mach/platform.h> |
29 | #include <asm/arch/irqs.h> | 28 | #include <mach/irqs.h> |
30 | #include <asm/arch/gpio.h> | 29 | #include <mach/gpio.h> |
31 | 30 | ||
32 | #define USB_CTRL IO_ADDRESS(PNX4008_PWRMAN_BASE + 0x64) | 31 | #define USB_CTRL IO_ADDRESS(PNX4008_PWRMAN_BASE + 0x64) |
33 | 32 | ||
diff --git a/drivers/usb/host/ohci-pxa27x.c b/drivers/usb/host/ohci-pxa27x.c index 127b15799024..8c9c4849db6e 100644 --- a/drivers/usb/host/ohci-pxa27x.c +++ b/drivers/usb/host/ohci-pxa27x.c | |||
@@ -24,11 +24,10 @@ | |||
24 | #include <linux/platform_device.h> | 24 | #include <linux/platform_device.h> |
25 | #include <linux/clk.h> | 25 | #include <linux/clk.h> |
26 | 26 | ||
27 | #include <asm/mach-types.h> | 27 | #include <mach/hardware.h> |
28 | #include <asm/hardware.h> | 28 | #include <mach/pxa-regs.h> |
29 | #include <asm/arch/pxa-regs.h> | 29 | #include <mach/pxa2xx-regs.h> /* FIXME: for PSSR */ |
30 | #include <asm/arch/pxa2xx-regs.h> /* FIXME: for PSSR */ | 30 | #include <mach/ohci.h> |
31 | #include <asm/arch/ohci.h> | ||
32 | 31 | ||
33 | #define PXA_UHC_MAX_PORTNUM 3 | 32 | #define PXA_UHC_MAX_PORTNUM 3 |
34 | 33 | ||
diff --git a/drivers/usb/host/ohci-s3c2410.c b/drivers/usb/host/ohci-s3c2410.c index 3c7a740cfe0c..9e3dc4069e8b 100644 --- a/drivers/usb/host/ohci-s3c2410.c +++ b/drivers/usb/host/ohci-s3c2410.c | |||
@@ -22,8 +22,8 @@ | |||
22 | #include <linux/platform_device.h> | 22 | #include <linux/platform_device.h> |
23 | #include <linux/clk.h> | 23 | #include <linux/clk.h> |
24 | 24 | ||
25 | #include <asm/hardware.h> | 25 | #include <mach/hardware.h> |
26 | #include <asm/arch/usb-control.h> | 26 | #include <mach/usb-control.h> |
27 | 27 | ||
28 | #define valid_port(idx) ((idx) == 1 || (idx) == 2) | 28 | #define valid_port(idx) ((idx) == 1 || (idx) == 2) |
29 | 29 | ||
diff --git a/drivers/usb/host/ohci-sa1111.c b/drivers/usb/host/ohci-sa1111.c index 2e9dceb9bb99..4626b002e670 100644 --- a/drivers/usb/host/ohci-sa1111.c +++ b/drivers/usb/host/ohci-sa1111.c | |||
@@ -13,10 +13,10 @@ | |||
13 | * This file is licenced under the GPL. | 13 | * This file is licenced under the GPL. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <asm/hardware.h> | 16 | #include <mach/hardware.h> |
17 | #include <asm/mach-types.h> | 17 | #include <asm/mach-types.h> |
18 | #include <asm/arch/assabet.h> | 18 | #include <mach/assabet.h> |
19 | #include <asm/arch/badge4.h> | 19 | #include <mach/badge4.h> |
20 | #include <asm/hardware/sa1111.h> | 20 | #include <asm/hardware/sa1111.h> |
21 | 21 | ||
22 | #ifndef CONFIG_SA1111 | 22 | #ifndef CONFIG_SA1111 |