u-boot-brain/drivers/usb
Lukasz Majewski 70cc443d58 usb: host: ehci: samsung: Move hcor initialization after usb phy setup
With the old order of initialization the hcor pointer has been setup to
the same address as Exynos EHCI base address (0x12110000 instead of
0x12110010).
Such behaviour was caused by reading value of 0 instead of 0x10 from EHCI
HCCPBASE register without doing proper clock initialization before.

To fix this problem hcor initialization has been moved after USB PHY setup.
Now ehci_readl(&ctx->hcd->cr_capbase) returns correct value.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
2015-12-17 21:54:41 +01:00
..
dwc3 usb: dwc3: fix build warnings 2015-12-07 00:14:59 +01:00
emul usb: sandbox: Add a USB emulation driver 2015-11-19 20:27:52 -07:00
eth driver: usb: Fix pointer conversion warnings for hikey 2015-11-12 15:59:00 -05:00
gadget usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.h 2015-12-17 21:54:41 +01:00
host usb: host: ehci: samsung: Move hcor initialization after usb phy setup 2015-12-17 21:54:41 +01:00
musb usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB 2015-08-05 17:20:34 +02:00
musb-new sunxi: musb: Implement dfu_usb_get_reset() 2015-11-22 11:30:59 +01:00
phy usb: xhci: omap: Remove common dwc3 drv functions calls 2015-07-22 08:55:44 +02:00
ulpi drivers: usb: convert makefiles to Kbuild style 2013-10-31 13:25:38 -04:00
Kconfig usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET 2015-08-05 17:20:34 +02:00