On Fri, Aug 14, 2015 at 10:18:39AM +0800, Peter Chen wrote: > The following changes since commit e6bbe1d05353a29628a4ca72d88bac0bdcec5f38: > > Merge 4.2-rc6 into usb-next (2015-08-10 10:01:33 -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.3-rc1 > > for you to fetch changes up to 96625eadca1bb8832fb502f0899a543695f1ba35: > > usb: chipidea: add tx/rx burst size configuration interface (2015-08-14 10:03:58 +0800) > > ---------------------------------------------------------------- > USB: chipidea updates for v4.3-rc1 > > The main changes are adding several system interfaces for > tuning performance, and each vendors can adjust them according > to their design configurations. > > Others are tiny improvements, like more well siTD supports, > USB_DEVICE_A_HNP_SUPPORT supports, etc. > > ---------------------------------------------------------------- > Li Jun (1): > usb: chipidea: debug: add runtime pm for register access > > Nicholas Krause (1): > usb:chipidea:Make the function hw_alloc_repmap have a return type of void > > Peter Chen (17): > usb: chipidea: add ttctrl.ttha control interface > usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA > usb: chipidea: udc: add USB_DEVICE_A_HNP_SUPPORT request support > usb: chipidea: otg_fsm: delete the duplicated reset controller operation > usb: chipidea: introduce ci_platform_configure > Doc: usb: ci-hdrc-usb2: add itc-setting at binding doc > usb: chipidea: introduce ITC tuning interface > usb: chipidea: host: delete the redundancy ci_hdrc struct > usb: chipidea: host: override hcd reset API > usb: chipidea: udc: zero-length packet is only needed for TX > usb: chipidea: define stream mode disable for both roles > usb: chipidea: imx: add stream mode enable for device mode at imx6sl/imx6sx > Doc: usb: ci-hdrc-usb2: add ahb-burst-config for binding doc > usb: chipidea: add ahb burst configuration interface > usb: chipidea: usbmisc_imx: add non-burst setting for imx6 > Doc: usb: ci-hdrc-usb2: add tx(rx)-burst-config-dword for binding doc > usb: chipidea: add tx/rx burst size configuration interface > > Tomeu Vizoso (1): > usb: chipidea: imx: properly check for usbmisc > > .../devicetree/bindings/usb/ci-hdrc-usb2.txt | 20 ++++ > drivers/usb/chipidea/bits.h | 12 +++ > drivers/usb/chipidea/ci.h | 4 + > drivers/usb/chipidea/ci_hdrc_imx.c | 17 +-- > drivers/usb/chipidea/core.c | 115 ++++++++++++++++++--- > drivers/usb/chipidea/debug.c | 6 ++ > drivers/usb/chipidea/host.c | 26 +++-- > drivers/usb/chipidea/otg_fsm.c | 1 - > drivers/usb/chipidea/udc.c | 9 +- > drivers/usb/chipidea/usbmisc_imx.c | 12 ++- > include/linux/usb/chipidea.h | 14 ++- > 11 files changed, 204 insertions(+), 32 deletions(-) > > -- > Typo for headline, it is for v4.3-rc1 (v4.3 merge window). -- 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