]> Git Repo - linux.git/commit
USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy
authorRichard Zhao <[email protected]>
Wed, 13 Jun 2012 12:34:12 +0000 (20:34 +0800)
committerGreg Kroah-Hartman <[email protected]>
Wed, 13 Jun 2012 19:38:36 +0000 (12:38 -0700)
commitc2e935a7db6e7354e9dd138b7f6f4c53affc09d9
tree4e68dbb44f0924cc6b01385b2ec99124486446dd
parent4527715979a34601b783f5f12774586c679c2a89
USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy

 - to decrease redundant since both ehci_hcd and ohci_hcd have the same variable
 - it helps access phy in usb core code
 - phy is more meaningful than transceiver

Signed-off-by: Richard Zhao <[email protected]>
Acked-by: Alan Stern <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/host/ehci-fsl.c
drivers/usb/host/ehci-hub.c
drivers/usb/host/ehci.h
drivers/usb/host/ohci-omap.c
drivers/usb/host/ohci.h
include/linux/usb/hcd.h
This page took 0.060834 seconds and 4 git commands to generate.