<html><head></head><body>It is v9. Sorry for mistake.<br>
-- <br>
Sent from my Android phone with K-9 Mail. Please excuse my brevity.<br><br><div class="gmail_quote">Richard Zhao <richard.zhao@freescale.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre style="white-space: pre-wrap; word-wrap:break-word; font-family: monospace">The work is based on ci13xxx rework done by Alexander Shishkin.<br /><br />To let Greg pick up, I also added patches Alex queued that I depends on.<br /><br />This patch series can also be found at:<br /><a href="https://github.com/riczhao/kernel-imx/commits/topics/usb-driver">https://github.com/riczhao/kernel-imx/commits/topics/usb-driver</a><br /><br />Status:<br /> - this version only support host<br /> - usbotg controler works at host role<br /><br />Changes since last version:<br /> - mxs_phy: fix build warnings<br /> - ci13xxx_imx: add pm_runtime_disable at exit path<br /><br />Alexander Shishkin (1):<br /> usb: chipidea: remove unneeded NULL check<br /><br />Felipe Balbi (3):<br /> usb: chipidea: drop useless arch-check<br /> usb: chipidea: msm: add missing section annotation<br /> usb: chipidea: msm: add remove method<br /><br />Richard Zhao (10):<br /> USB: Chipidea: rename struct
ci13xxx_udc_driver to struct<br /> ci13xxx_platform_data<br /> USB: Chipidea: rename struct ci13xxx variables from udc to ci<br /> USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform<br /> drivers<br /> USB: Chipidea: add ci13xxx device id management<br /> usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of<br /> Kconfig<br /> usb: otg: add notify_connect/notify_disconnect callback<br /> USB: notify phy when root hub port connect change<br /> usb: chipidea: permit driver bindings pass phy pointer<br /> usb: otg: add basic mxs phy driver support<br /> usb: chipidea: add imx platform driver<br /><br /> .../devicetree/bindings/usb/ci13xxx-imx.txt | 18 +<br /> Documentation/devicetree/bindings/usb/mxs-phy.txt | 13 +<br /> drivers/usb/chipidea/Kconfig | 1 +<br /> drivers/usb/chipidea/Makefile | 9 +-<br /> drivers/usb/chipidea/ci.h | 32 +-<br />
drivers/usb/chipidea/ci13xxx_imx.c | 198 ++++++<br /> drivers/usb/chipidea/ci13xxx_msm.c | 63 +-<br /> drivers/usb/chipidea/ci13xxx_pci.c | 52 +-<br /> drivers/usb/chipidea/core.c | 70 ++-<br /> drivers/usb/chipidea/debug.c | 146 ++---<br /> drivers/usb/chipidea/host.c | 3 +-<br /> drivers/usb/chipidea/udc.c | 634 ++++++++++----------<br /> drivers/usb/core/hub.c | 8 +<br /> drivers/usb/otg/Kconfig | 10 +<br /> drivers/usb/otg/Makefile | 1 +<br /> drivers/usb/otg/mxs-phy.c | 186 ++++++<br /> include/linux/usb/chipidea.h | 14 +-<br /> include/linux/usb/otg.h | 21 +<br /> 18 files changed, 989 insertions(+), 490 deletions(-)<br /> create mode 100644
Documentation/devicetree/bindings/usb/ci13xxx-imx.txt<br /> create mode 100644 Documentation/devicetree/bindings/usb/mxs-phy.txt<br /> create mode 100644 drivers/usb/chipidea/ci13xxx_imx.c<br /> create mode 100644 drivers/usb/otg/mxs-phy.c<br /><br />-- <br /><a href="http://1.7.9.5">1.7.9.5</a><br /><br /><br />--<br />To unsubscribe from this list: send the line "unsubscribe linux-usb" in<br />the body of a message to majordomo@vger.kernel.org<br />More majordomo info at <a href="http://vger.kernel.org/majordomo-info.html">http://vger.kernel.org/majordomo-info.html</a><br /></pre></blockquote></div></body></html>