From: Greg Kroah-Hartman Date: Fri, 14 Aug 2015 23:43:09 +0000 (-0700) Subject: Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter... X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=37a842d36f63a047d94be2603d40d4407c949f1b;p=linux-beck.git Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-next Peter writes: 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. --- 37a842d36f63a047d94be2603d40d4407c949f1b diff --cc include/linux/usb/chipidea.h index e10cefc721ad,575eaf0ebac1..a41833cd184c --- a/include/linux/usb/chipidea.h +++ b/include/linux/usb/chipidea.h @@@ -34,8 -41,12 +41,13 @@@ struct ci_hdrc_platform_data #define CI_HDRC_CONTROLLER_STOPPED_EVENT 1 void (*notify_event) (struct ci_hdrc *ci, unsigned event); struct regulator *reg_vbus; + struct usb_otg_caps ci_otg_caps; bool tpl_support; + /* interrupt threshold setting */ + u32 itc_setting; + u32 ahb_burst_config; + u32 tx_burst_size; + u32 rx_burst_size; }; /* Default offset of capability registers */