From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 20 Jul 2018 12:43:55 +0530 Subject: [U-Boot] [PATCH v2 0/6] musb-new: Improve shutdown code Message-ID: <20180720071401.12952-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 This is v2 for previous series[1], by excluding sunxi phy changes. One patch mark it as 'RFC' about "including UCLASS_USB_DEV_GENERIC into shutdown caller" so expecting some inputs on the same [1] https://patchwork.ozlabs.org/cover/941588/ Jagan Teki (6): usb: musb-new: Fix improper musb host pointer usb: musb-new: sunxi: Allocate struct phy in private dm: usb: Add UCLASS_USB_DEV_GENERIC shutdown 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/host/usb-uclass.c | 43 ++++++++++++ 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 +- 7 files changed, 123 insertions(+), 54 deletions(-) -- 2.17.1