]> git.baikalelectronics.ru Git - kernel.git/commit
usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c
authorPeter Chen <peter.chen@freescale.com>
Tue, 29 Apr 2014 00:35:59 +0000 (08:35 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:29:44 +0000 (15:29 -0700)
commitb1a4ed42d536b278d66a6d4d148111d7ed7ecb60
tree4778514fc4d2f70ac7348bdaf1f8d1a0f0726fcd
parent4295b7a9634716ce17a38f3deccada4837a14e54
usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c

Since usb otg fsm implementation is not related to usb phy.
We move it from usb/phy/ to usb/common/, and rename it to
reflect its real meaning.

Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/common/Makefile
drivers/usb/common/usb-otg-fsm.c [new file with mode: 0644]
drivers/usb/core/Kconfig
drivers/usb/phy/Kconfig
drivers/usb/phy/Makefile
drivers/usb/phy/phy-fsm-usb.c [deleted file]