[PATCH 0/2] dma: pl330: Fixes for DMA memcpy
Jon Medhurst
tixy at linaro.org
Fri Nov 7 10:05:16 PST 2014
This is a couple of patches I produced when trying to get dmatest to run
with the pl330 driver. The second one is actually a theoretical fix
because the FIFO on the platform I was using is too large for the tests
to hit the limit, but the datasheet says the device can lockup if all
the FIFO entries are exhausted, so it seems like a sensible precaution.
Jon Medhurst (2):
dma: pl330: Align DMA memcpy operations to MFIFO width
dma: pl330: Limit MFIFO usage for memcpy to avoid exhausting entries
drivers/dma/pl330.c | 16 ++++++++++++++--
More information about the linux-arm-kernel
mailing list