commit | 76fac5034c957cae617495a35d2181133a7f9b3f | [log] [tgz] |
---|---|---|
author | Alexander Stein <alexanders83@web.de> | Fri Jul 24 09:22:14 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 12 20:47:43 2015 -0400 |
tree | 0ce73a198b257c93814435968de67f6b1b4999d2 | |
parent | fbeb89ddd4d920548eeadc3b1511463f8734fe61 [diff] |
dwc2: Add dcache support This adds dcache support for dwc2. The DMA buffers must be DMA aligned and is flushed for outgoing transactions before starting transfer. For ingoing transactions it is invalidated after the transfer has finished. Signed-off-by: Alexander Stein <alexanders83@web.de> Acked-by: Stephen Warren <swarren@wwwdotorg.org> [trini: Update to apply again on top of DM patches] Signed-off-by: Tom Rini <trini@konsulko.com>