> > On Mon, Sep 17, 2012 at 12:18 AM, Peter Chen <[email protected]> > 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 <[email protected]> > > --- > > 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. >
Thanks, I will send v2. > Regards, > > Fabio Estevam > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html
