From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 24 Aug 2018 14:20:51 +0530 Subject: [U-Boot] Pull request: u-boot-sunxi/master Message-ID: <20180824085051.5600-1-jagan@amarulasolutions.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Please pull this PR. thanks, Jagan. The following changes since commit b71d9e8b3805305ea4116733f515061710ad7081: Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2018-08-20 13:41:56 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sunxi.git master for you to fetch changes up to 12069bd0466a87015dd40bb25c6b2571ee5f0851: usb: musb-new: Call musb_platform_exit from musb_stop (2018-08-23 17:31:24 +0530) ---------------------------------------------------------------- Jagan Teki (5): usb: musb-new: Fix improper musb host pointer usb: musb-new: sunxi: Allocate struct phy in private musb-new: sunxi: Access ahb_reset0_cfg via ccm offset usb: musb-new: sunxi: Add proper musb exit support usb: musb-new: Call musb_platform_exit from musb_stop board/compulab/cm_t3517/cm_t3517.c | 4 +- drivers/usb/musb-new/musb_core.c | 1 + drivers/usb/musb-new/musb_uboot.c | 12 ++--- drivers/usb/musb-new/pic32.c | 6 ++- drivers/usb/musb-new/sunxi.c | 107 ++++++++++++++++++++++--------------- include/linux/usb/musb.h | 4 +- 6 files changed, 80 insertions(+), 54 deletions(-)