]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
dmaengine: xilinx_vdma: Use readl_poll_timeout instead of do while loop's
authorKedareswara rao Appana <appana.durga.rao@xilinx.com>
Fri, 26 Feb 2016 14:03:54 +0000 (19:33 +0530)
committerVinod Koul <vinod.koul@intel.com>
Thu, 3 Mar 2016 15:32:38 +0000 (21:02 +0530)
commit9495f2648287029fb5545c34a0fa318426ebe84c
treed48c73bf9f81d4d30df51d6f21d599af88f9cc7e
parent26c5e36931b3fea7461ba6f0d8b65eb25ce2b917
dmaengine: xilinx_vdma: Use readl_poll_timeout instead of do while loop's

It is sometimes necessary to poll a memory-mapped register until its
value satisfies some condition use convenience macros
that do this instead of do while loop's.

This patch updates the same in the driver.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/xilinx/xilinx_vdma.c