Re: Changes to power management in ehci-tegra

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 12 Apr 2012, Stephen Warren wrote:

> On 04/12/2012 12:07 PM, Alan Stern wrote:
> > Benoit or anyone else:
> > 
> > Right now the ehci-tegra driver powers down the EHCI controller during 
> > bus suspend, if the appropriate parameter is set.  This is not the 
> > right thing to do, and it will break under some newly added changes to 
> > the USB core.
> > 
> > Instead, the driver should leave the controller powered up during bus 
> > suspend, and power it down during controller suspend.  Below is a patch 
> > that attempts to do this.
> > 
> > I have no way to test this patch; I haven't even compiled it.  Please 
> > see if it works okay, or if it needs to be fixed at all.
> 
> I can test this. How would I trigger the bus conditions this patch
> affects? Note that we don't have system suspend on Tegra yet.

If you do:

	echo auto >/sys/devices/.../power/control

(where the ... gets filled in with the path to the EHCI controller),
then the controller should automatically get powered down whenever the
bus does.  The bus will get powered down whenever no USB devices are
plugged in (or the only attached USB devices are things like hubs that
will themselves get suspended) after a 2-second delay.

This is intended to be equivalent to enabling the
power_down_on_bus_suspend flag in the tegra_ehci_platform_data 
structure.  That
is, tegra_ehci_probe checks that flag and sets the PM control to auto
if the flag is enabled.

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux