]> git.baikalelectronics.ru Git - uboot.git/commit
usb: xhci-mem: Fix scratchpad array issue
authorYe Li <ye.li@nxp.com>
Mon, 7 Jan 2019 02:45:46 +0000 (02:45 +0000)
committerMarek Vasut <marex@denx.de>
Wed, 9 Jan 2019 15:03:56 +0000 (16:03 +0100)
commit0e562c8e525c5347de5cedc2f2659861f8ca3537
tree068c6a4f00949e6a3af6782320845207d64ddda8
parent7a254b74887ca7853786dc4444d911ef53e68f18
usb: xhci-mem: Fix scratchpad array issue

After updating the value of dev_context_ptrs[0], we should flush this
from cache to memory. Otherwise the xhci controller won't use it.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/host/xhci-mem.c