commit | bb2863369562b3f0320fc7d8a96a5cde4b50aaea | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jul 12 15:05:02 2018 +1000 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Jul 17 10:12:51 2018 +0300 |
tree | 63fda94e45b6e6c6fa9a74c7564de8a8303659c4 | |
parent | 9566a7c72f4f09b094c5517556d2b5f36a11b4ef [diff] |
usb: gadget: aspeed: Workaround memory ordering issue The Aspeed SoC has a memory ordering issue that (thankfully) only affects the USB gadget device. A read back is necessary after writing to memory and before letting the device DMA from it. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>