usb: phy: move bulk of otg/otg.c to phy/phy.c
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 27 Feb 2013 14:16:28 +0000 (15:16 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:58 +0000 (11:17 +0200)
commitcedf8602373a3a5d02e49af7bebc401ffe3b38f3
treea62b72556ce07e78807cf2f3f88a1a5e04d57556
parent0b0cc1cd31bed3e3147398e54530f1f819b27692
usb: phy: move bulk of otg/otg.c to phy/phy.c

Most of otg/otg.c is not otg specific, but phy specific, so move it
to the phy directory.

Tested-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/otg/otg.c
drivers/usb/phy/Makefile
drivers/usb/phy/phy.c [new file with mode: 0644]