[PATCH 2/2] usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c

2014-04-28 Thread Peter Chen
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. Signed-off-by: Peter Chen --- drivers/usb/common/Makefile|1 + .../{phy/phy-fsm-usb.c => common/usb-otg-fsm.c}|0 dr

Re: [PATCH 2/2] usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c

2014-04-28 Thread Alan Stern
On Mon, 28 Apr 2014, Peter Chen wrote: > 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. > > Signed-off-by: Peter Chen > --- > drivers/usb/common/Makefile|1 + > .../{

Re: [PATCH 2/2] usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c

2014-04-28 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 04:29:24PM +0800, Peter Chen wrote: > 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. > > Signed-off-by: Peter Chen > --- > drivers/usb/common/Makefile

Re: [PATCH 2/2] usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c

2014-04-28 Thread Peter Chen
On Mon, Apr 28, 2014 at 10:59:27AM -0500, Felipe Balbi wrote: > On Mon, Apr 28, 2014 at 04:29:24PM +0800, Peter Chen wrote: > > 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. > > > > Signed-off