On Fri, May 23, 2014 at 01:16:37AM +0000, Peter Chen wrote: > > > > > Hi Greg, > > > > This patch set creates usb/common for usb common things, and moves otg > > fsm implementation from usb/phy/ to usb/common/. I have a discussion with > > Felipe about it at below link: > > http://www.spinics.net/lists/linux-usb/msg106357.html > > > > Thanks. > > > > Changes for v2: > > - Fix one typo Alan pointed. > > > > Peter Chen (2): > > usb: move usb/usb-common.c to usb/common/usb-common.c > > usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c > > > > drivers/usb/Makefile | 2 +- > > drivers/usb/common/Makefile | 6 ++++++ > > drivers/usb/{ => common}/usb-common.c | 0 > > .../{phy/phy-fsm-usb.c => common/usb-otg-fsm.c} | 0 > > drivers/usb/core/Kconfig | 9 +++++++++ > > drivers/usb/phy/Kconfig | 9 --------- > > drivers/usb/phy/Makefile | 1 - > > 7 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 > > drivers/usb/common/Makefile rename drivers/usb/{ => common}/usb-common.c > > (100%) rename drivers/usb/{phy/phy-fsm-usb.c => common/usb-otg-fsm.c} > > (100%) > > > > Hi Greg, does this patch set will in your 3.16 tree? There are coming > works are related to it, thanks. It's behind in my patch review queue due to my travels. I'll be back next week and will get to this, sorry for the delay. greg k-h -- 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