* Info on EHCI/OHCI vs PM
@ 2008-09-08 6:18 Francesco VIRLINZI
2008-09-08 7:25 ` Dasgupta, Romit
0 siblings, 1 reply; 2+ messages in thread
From: Francesco VIRLINZI @ 2008-09-08 6:18 UTC (permalink / raw)
To: linux-pm
Hi all.
I need an help on USB vs PM.
I'm working on a embedded platform with USB Host Controller.
There is an EHCI with a Companion OHCI and both work fine.
Now I would add the PM support.
Until now both the host controller are on the 'platform_bus' therefore
they seem
independent.
Is this configuration ok or I have to declare a kind of relationship
between the host controller (and if so which one)?
Regards
Francesco
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Info on EHCI/OHCI vs PM
2008-09-08 6:18 Info on EHCI/OHCI vs PM Francesco VIRLINZI
@ 2008-09-08 7:25 ` Dasgupta, Romit
0 siblings, 0 replies; 2+ messages in thread
From: Dasgupta, Romit @ 2008-09-08 7:25 UTC (permalink / raw)
To: Francesco VIRLINZI, linux-pm@lists.linux-foundation.org
You need to define the appropriate functions for
platform_driver.suspend
platform_driver.resume
and
hc_driver.bus_suspend
hc_driver.bus_resume routines
You may look at
drivers/usb/host/ohci-at91.c (Not sure if that is working though).
Thanks,
-Romit
>-----Original Message-----
>From: linux-pm-bounces@lists.linux-foundation.org [mailto:linux-pm-
>bounces@lists.linux-foundation.org] On Behalf Of Francesco VIRLINZI
>Sent: Monday, September 08, 2008 11:49 AM
>To: linux-pm@lists.linux-foundation.org
>Subject: [linux-pm] Info on EHCI/OHCI vs PM
>
>Hi all.
>I need an help on USB vs PM.
>I'm working on a embedded platform with USB Host Controller.
>There is an EHCI with a Companion OHCI and both work fine.
>Now I would add the PM support.
>Until now both the host controller are on the 'platform_bus' therefore
>they seem
> independent.
>
>Is this configuration ok or I have to declare a kind of relationship
> between the host controller (and if so which one)?
>
>Regards
> Francesco
>_______________________________________________
>linux-pm mailing list
>linux-pm@lists.linux-foundation.org
>https://lists.linux-foundation.org/mailman/listinfo/linux-pm
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-08 7:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08 6:18 Info on EHCI/OHCI vs PM Francesco VIRLINZI
2008-09-08 7:25 ` Dasgupta, Romit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox