]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfd70ccfc274c06d9c001b22bb46db801f5426c33
treea62b72556ce07e78807cf2f3f88a1a5e04d57556
parenta2d0a70850c4be46a448a3f239fcf1b06e95070f
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]