commit | d7fe61d17a8f73cabb532aa9fe4cb52b7c04126e | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu Feb 06 13:13:06 2014 -0700 |
committer | Marek Vasut <marex@denx.de> | Mon Mar 10 18:53:36 2014 +0100 |
tree | 645ab73d4a6fbdd83608dd8876f1c7cf9cefbbe0 | |
parent | 1907e5ae5043c6ee61aee1de5e82caa6b9a2b118 [diff] |
usb: ehci: fully align interrupt QHs/QTDs These data structures are passed to cache-flushing routines, and hence must be conform to both the USB the cache-flusing alignment requirements. That means aligning to USB_DMA_MINALIGN. This is important on systems where cache lines are >32 bytes. Signed-off-by: Stephen Warren <swarren@nvidia.com>