
On Mon, Aug 13, 2018 at 4:33 PM, Chen-Yu Tsai wens@csie.org wrote:
On Fri, Jul 20, 2018 at 3:13 PM, Jagan Teki jagan@amarulasolutions.com wrote:
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
Tested-by: Chen-Yu Tsai wens@csie.org
on A33-OlinuXino. This fixes the abort when starting the boot sequence.
Does it fixes w/o 3/6? because it an RFC and still in discussion