* [PATCH] ARM: OMAP2+: enable EHCI by default
@ 2013-12-05 1:08 Thomas Pedersen
2013-12-05 17:11 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Pedersen @ 2013-12-05 1:08 UTC (permalink / raw)
To: linux-omap; +Cc: linux, tony, Thomas Pedersen
This is needed for the pandaboard (ES) kernel to detect
the ethernet device during boot. Useful for NFS root etc.
Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
---
arch/arm/configs/omap2plus_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index bfa80a1..a236a2b 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -212,6 +212,7 @@ CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m
CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040=m
CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m
CONFIG_USB=y
+CONFIG_USB_EHCI_HCD=y
CONFIG_USB_DEBUG=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_MON=y
--
1.8.4.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: OMAP2+: enable EHCI by default
2013-12-05 1:08 [PATCH] ARM: OMAP2+: enable EHCI by default Thomas Pedersen
@ 2013-12-05 17:11 ` Tony Lindgren
2013-12-06 9:51 ` Roger Quadros
0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2013-12-05 17:11 UTC (permalink / raw)
To: Thomas Pedersen; +Cc: linux-omap, linux, Roger Quadros
* Thomas Pedersen <thomas@cozybit.com> [131204 17:09]:
> This is needed for the pandaboard (ES) kernel to detect
> the ethernet device during boot. Useful for NFS root etc.
Thanks for the patch, just to clarify why we have not been able
to apply this is EHCI blocks deeper PM states for at least omap3
currently. And this means the PM related tests won't run properly
out of the box..
Roger has been working to get EHCI working properly with PM,
and the recent interrupts-extended binding and the addition of
wake-up interrupts to pinctrl-single.c should allow us to do that
soon. Maybe Roger can summarize what else might still be missing?
Regards,
Tony
> Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
> ---
> arch/arm/configs/omap2plus_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index bfa80a1..a236a2b 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -212,6 +212,7 @@ CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m
> CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040=m
> CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m
> CONFIG_USB=y
> +CONFIG_USB_EHCI_HCD=y
> CONFIG_USB_DEBUG=y
> CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
> CONFIG_USB_MON=y
> --
> 1.8.4.3
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: OMAP2+: enable EHCI by default
2013-12-05 17:11 ` Tony Lindgren
@ 2013-12-06 9:51 ` Roger Quadros
0 siblings, 0 replies; 3+ messages in thread
From: Roger Quadros @ 2013-12-06 9:51 UTC (permalink / raw)
To: Tony Lindgren, Thomas Pedersen; +Cc: linux-omap, linux
On 12/05/2013 07:11 PM, Tony Lindgren wrote:
> * Thomas Pedersen <thomas@cozybit.com> [131204 17:09]:
>> This is needed for the pandaboard (ES) kernel to detect
>> the ethernet device during boot. Useful for NFS root etc.
>
> Thanks for the patch, just to clarify why we have not been able
> to apply this is EHCI blocks deeper PM states for at least omap3
> currently. And this means the PM related tests won't run properly
> out of the box..
>
> Roger has been working to get EHCI working properly with PM,
> and the recent interrupts-extended binding and the addition of
> wake-up interrupts to pinctrl-single.c should allow us to do that
> soon. Maybe Roger can summarize what else might still be missing?
>
Right, I just need to spend some time on it.
cheers,
-roger
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-06 9:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05 1:08 [PATCH] ARM: OMAP2+: enable EHCI by default Thomas Pedersen
2013-12-05 17:11 ` Tony Lindgren
2013-12-06 9:51 ` Roger Quadros
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).