The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v4.14-rc1 for you to fetch changes up to dfebb5f43a78827a4a493048552e500f89fa3b31: usb: chipidea: Add support for Tegra20/30/114/124 (2017-08-24 17:40:52 +0800) ---------------------------------------------------------------- Chipidea changes for v4.14-rc1 - Add chipidea support at Nvidia SoCs - Improvement for extcon support - Some code refines ---------------------------------------------------------------- Dmitry Osipenko (1): usb: chipidea: udc: Support SKB alignment quirk Frank Rowand (1): usb: chipidea: msm: ci_hdrc_msm_probe() missing of_node_get() Gustavo A. R. Silva (1): usb: chipidea: udc: compress return logic into line Peter Chen (1): usb: chipidea: core: do not register extcon notifier if extcon device is not existed Thierry Reding (1): usb: chipidea: Add support for Tegra20/30/114/124 drivers/usb/chipidea/Makefile | 1 + drivers/usb/chipidea/ci_hdrc_msm.c | 2 +- drivers/usb/chipidea/ci_hdrc_tegra.c | 155 +++++++++++++++++++++++++++++++++++ drivers/usb/chipidea/core.c | 4 +- drivers/usb/chipidea/udc.c | 8 +- include/linux/usb/chipidea.h | 1 + 6 files changed, 164 insertions(+), 7 deletions(-) create mode 100644 drivers/usb/chipidea/ci_hdrc_tegra.c -- Best Regards, Peter Chen -- 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