commit | 5411ad27dba1e59923f3865f90ab756fd6b9ab3c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jul 19 05:54:39 2018 -0700 |
committer | Michal Simek <michal.simek@xilinx.com> | Fri Jul 20 14:29:47 2018 +0200 |
tree | fba184190c76cefbaf233b08dbce9cb88adc8353 | |
parent | bd05a58ddfd719015d66e8670af48feb386a3ca6 [diff] |
microblaze: use generic dma_noncoherent_ops Switch to the generic noncoherent direct mapping implementation. This removes the direction-based optimizations in sync_{single,sg}_for_{cpu,device} which were marked untestested and do not match the usually very well tested {un,}map_{single,sg} implementations. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>