Files
ubports_kernel_google_msm/drivers/usb/host
Sarah Sharp 518e848ea8 xhci: Rename variables and reduce register reads.
The xhci_bus_suspend() and xhci_bus_resume() functions are a bit hard to
read, because they have an ambiguously named variable "port".  Rename it
to "port_index".  Introduce a new temporary variable, "max_ports" that
holds the maximum number of roothub ports the host controller supports.
This will reduce the number of register reads, and make it easy to change
the maximum number of ports when there are two roothubs.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
2011-03-13 18:07:08 -07:00
..
2010-12-10 14:18:35 -08:00
2011-03-07 12:15:21 -08:00
2010-11-01 17:01:27 -04:00
2010-08-10 14:35:44 -07:00
2011-03-13 18:07:07 -07:00