diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2016-02-15 21:57:48 +0100 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2016-02-26 22:57:45 +0100 |
commit | 6bab1c6afdca0371cfa957079b36b78d12dd2cf5 (patch) | |
tree | 6e676363ca35f3f8c45ead8f719d42fc72d6ab2e /crypto/tcrypt.c | |
parent | ARM: pxa: add the number of DMA requestor lines (diff) | |
download | linux-6bab1c6afdca0371cfa957079b36b78d12dd2cf5.tar.xz linux-6bab1c6afdca0371cfa957079b36b78d12dd2cf5.zip |
dmaengine: pxa_dma: fix the maximum requestor line
The current number of requestor lines is limited to 31. This was an
error of a previous commit, as this number is platform dependent, and is
actually :
- for pxa25x: 40 requestor lines
- for pxa27x: 75 requestor lines
- for pxa3xx: 100 requestor lines
The previous testing did not reveal the faulty constant as on pxa[23]xx
platforms, only camera, MSL and USB are above requestor 32, and in these
only the camera has a driver using dma.
Fixes: e87ffbdf0697 ("dmaengine: pxa_dma: fix the no-requestor case")
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'crypto/tcrypt.c')
0 files changed, 0 insertions, 0 deletions