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.
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%)
--
1.7.8
--
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