On Mon, Sep 17, 2012 at 12:18 AM, Peter Chen <peter.chen@xxxxxxxxxxxxx> wrote: > The operations in current otg.c are actually for USB PHY's > Move it from drivers/usb/otg/ to drivers/usb/phy/ > > Signed-off-by: Peter Chen <peter.chen@xxxxxxxxxxxxx> > --- > drivers/usb/otg/Makefile | 3 - > drivers/usb/otg/otg.c | 239 ---------------------------------------------- > drivers/usb/phy/Makefile | 3 + > drivers/usb/phy/phy.c | 239 ++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 242 insertions(+), 242 deletions(-) You would better use git mv / git format -M to do the renames. Regards, Fabio Estevam -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html