]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: at_xdmac: prefer usage of readl/writel_relaxed
authorLudovic Desroches <ludovic.desroches@atmel.com>
Thu, 13 Nov 2014 10:52:39 +0000 (11:52 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 17 Nov 2014 08:37:20 +0000 (14:07 +0530)
commit6e5ae29b6dbdb60ef60f769d7b80274d62e6fbcf
tree64638fb4d7ba924479034130b573a65fa4b24250
parent82e2424635f4c0d9af6670638889be81f56ea225
dmaengine: at_xdmac: prefer usage of readl/writel_relaxed

_relaxed version of readl and writel are not implemented on all
architecture so COMPILE_TEST has to be removed in order to not cause
some build failures.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig
drivers/dma/at_xdmac.c