changes since v5: - fixed compiling issues with non dt kernels in helper functions - moved ci13xxx_imx glue calls into dr_mode and phy_type helpers to core.c - added missing PTS option into PTW, PTS patch - added kernel parameter patch to force core into fullspeed mode - fixed kmalloc pdata patch in ci13xxx_imx.c Michael Grzeschik (4): USB: add devicetree helpers for determining dr_mode and phy_type USB: chipidea: ci13xxx-imx: move static pdata into probe function USB: chipidea: add PTW, PTS and STS handling 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 | 6 ++ drivers/usb/chipidea/bits.h | 17 ++++- drivers/usb/chipidea/ci13xxx_imx.c | 60 ++++++++-------- drivers/usb/chipidea/core.c | 84 ++++++++++++++++++++-- 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, 258 insertions(+), 51 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