* [PATCH] ARM: mach-shmobile: mackerel: change usbhs devices order
@ 2011-06-17 4:33 Kuninori Morimoto
2011-06-19 22:49 ` Simon Horman
2011-06-21 8:50 ` Paul Mundt
0 siblings, 2 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2011-06-17 4:33 UTC (permalink / raw)
To: linux-sh
USB1 can use IRQ interrupt and notify function for usbhs driver,
but USB0 is using polling for it.
The priority of usbhs devices order USB1 > USB0 is good idea
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
arch/arm/mach-shmobile/board-mackerel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
index 7e1d375..3802f2a 100644
--- a/arch/arm/mach-shmobile/board-mackerel.c
+++ b/arch/arm/mach-shmobile/board-mackerel.c
@@ -1287,9 +1287,9 @@ static struct platform_device *mackerel_devices[] __initdata = {
&nor_flash_device,
&smc911x_device,
&lcdc_device,
- &usbhs0_device,
&usb1_host_device,
&usbhs1_device,
+ &usbhs0_device,
&leds_device,
&fsi_device,
&fsi_ak4643_device,
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: mach-shmobile: mackerel: change usbhs devices order
2011-06-17 4:33 [PATCH] ARM: mach-shmobile: mackerel: change usbhs devices order Kuninori Morimoto
@ 2011-06-19 22:49 ` Simon Horman
2011-06-21 8:50 ` Paul Mundt
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2011-06-19 22:49 UTC (permalink / raw)
To: linux-sh
On Fri, Jun 17, 2011 at 01:33:13PM +0900, Kuninori Morimoto wrote:
> USB1 can use IRQ interrupt and notify function for usbhs driver,
> but USB0 is using polling for it.
> The priority of usbhs devices order USB1 > USB0 is good idea
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Its a shame this wasn't added in the correct order when
it was recently added :-)
Reviewed-by: Simon Horman <horms@verge.net.au>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: mach-shmobile: mackerel: change usbhs devices order
2011-06-17 4:33 [PATCH] ARM: mach-shmobile: mackerel: change usbhs devices order Kuninori Morimoto
2011-06-19 22:49 ` Simon Horman
@ 2011-06-21 8:50 ` Paul Mundt
1 sibling, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2011-06-21 8:50 UTC (permalink / raw)
To: linux-sh
On Fri, Jun 17, 2011 at 01:33:13PM +0900, Kuninori Morimoto wrote:
> USB1 can use IRQ interrupt and notify function for usbhs driver,
> but USB0 is using polling for it.
> The priority of usbhs devices order USB1 > USB0 is good idea
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-21 8:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 4:33 [PATCH] ARM: mach-shmobile: mackerel: change usbhs devices order Kuninori Morimoto
2011-06-19 22:49 ` Simon Horman
2011-06-21 8:50 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox