changes since v6: - added patch descriptions where missing - added Felipes Acked-by - fixed wording in patch descriptions - moved hw_phymode_configure to hw_device_reset - added force-full-speed of property - fixed devm_usb_get_phy_by_phandle result error handling Michael Grzeschik (4): USB: add devicetree helpers for determining dr_mode and phy_type USB: chipidea: add PTW, PTS and STS handling USB: chipidea: ci13xxx-imx: move static pdata into probe function usb: chipidea: udc: add force-full-speed option Philipp Zabel (1): usb: chipidea: usbmisc: use module_platform_driver Sascha Hauer (2): USB chipidea: introduce dual role mode pdata flags USB chipidea i.MX: use devm_usb_get_phy_by_phandle to get phy .../devicetree/bindings/usb/ci13xxx-imx.txt | 8 +++ drivers/usb/chipidea/bits.h | 17 ++++- drivers/usb/chipidea/ci13xxx_imx.c | 51 ++++++-------- drivers/usb/chipidea/core.c | 78 ++++++++++++++++++++-- drivers/usb/chipidea/usbmisc_imx.c | 12 +--- drivers/usb/phy/Makefile | 1 + drivers/usb/phy/of.c | 47 +++++++++++++ drivers/usb/usb-common.c | 35 ++++++++++ include/linux/usb/chipidea.h | 3 +- include/linux/usb/of.h | 28 ++++++++ include/linux/usb/otg.h | 7 ++ include/linux/usb/phy.h | 9 +++ 12 files changed, 247 insertions(+), 49 deletions(-) create mode 100644 drivers/usb/phy/of.c create mode 100644 include/linux/usb/of.h -- 1.8.2.rc2 -- 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