commit | 1da10c17afd1109ae22d529c3b16d9f6de3fdbec | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Sun Jun 17 19:02:05 2018 +0200 |
committer | Robert Jarzmik <robert.jarzmik@free.fr> | Mon Jun 18 21:29:16 2018 +0200 |
tree | b6c1561681627078a363afd495bd4e136bc52f86 | |
parent | 420c0117db25db38b72b6230223f7a976d3070ea [diff] |
ARM: pxa: add dma slave map In order to remove the specific knowledge of the dma mapping from PXA drivers, add a default slave map for pxa architectures. This is the first step, and once all drivers are converted, pxad_filter_fn() will be made static, and the DMA resources removed from device.c. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Reported-by: Arnd Bergmann <arnd@arndb.de>