Re: [RFC PATCH] usb/acpi: Add support usb port power off mechanism for device fixed on the motherboard

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

 



On Fri, May 11, 2012 at 04:36:44PM -0400, Alan Stern wrote:
> On Fri, 11 May 2012, Sarah Sharp wrote:
> 
> > On Fri, May 11, 2012 at 03:14:37PM -0400, Alan Stern wrote:
> > > On Fri, 11 May 2012, Sarah Sharp wrote:
> > > 
> > > > > That reminds me...  I think this should not be so closely linked with
> > > > > ACPI.  There's a perfectly good USB Clear-Feature request for turning
> > > > > off port power; that's what we should use.  If hooks are required for
> > > > > interfacing with platform-specific code (such as ACPI), they can be
> > > > > added at the appropriate places.
> > > > 
> > > > So would you rather userspace issue a clear port power feature request
> > > > to the roothub through libusb than have a sysfs file per port in
> > > > /sys/bus/usb/devices/../power/ ?  Or are you just saying that the sysfs
> > > > interface should issue the request to the hub (which may be the
> > > > roothub), and the xHCI driver can just implement the ACPI calls in its
> > > > roothub control method?
> > > 
> > > The latter.  Except that the ACPI calls may need to occur in more
> > > places than just xhci-hcd (ehci-hcd, for example).
> > 
> > Only the xHCI host controller will have the port power off mechanism.
> 
> You're only talking about the upcoming Intel implementation, right?

Yes.  The port power off mechanism is an Intel specific ACPI call.
AFAIK, there isn't anyone else who is going to have this mechanism.

> > > And what about ports on the USB-2 "rate-matching" hubs that Intel now
> > > builds into its chipsets?
> > 
> > For the Intel platform that has the port power off mechanism, there are
> > EHCI host controllers, but the port switch over changes *all* the USB
> > ports under xHCI.
> 
> Leaving aside the matter of people who don't use the port switch-over, 
> what about other platforms?

I'm not sure about other future Intel chipsets, like server chipsets.
As I said, I don't think the port power off mechanism will save servers
a large percentage of their power budget.  I don't think there's any
plans to add the port power off mechanism to EHCI.

> > > For that matter, is it really necessary to involve ACPI in port power
> > > changes at all?  Why can't xhci-hcd simply set the PP bit in the PORTSC
> > > register, and rely on the PPC bit in the HCCPARAMS register to indicate
> > > whether or not port power control is supported?  In other words, what 
> > > advantage does ACPI have over USB native power control?
> > 
> > The port power off mechanism is controlled by some other chunk of
> > hardware outside the xHCI host controller.  I asked the architects why
> > they didn't just use the port power control bits in the port status
> > registers, but they had already made their design choices by then.  So
> > we're stuck with the ACPI method of powering off the ports.
> 
> Then yes, xhci_hub_control() would need an ACPI hook.  The hook belongs 
> there, not in usbcore.

Ok, Tianyu will have to rework the patches for that.

> Can you convince the architects to do it the right way next time?  :-)

I will do my best. :)

Sarah
--
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