linux/drivers/dma/hsu
Andy Shevchenko 2d4d689f3e dmaengine: hsu: allow more than 3 descriptors
Current code allows only up to 3 descriptors to be programmed to the hardware
since it is used wrong calculations. Change % to min_t() to allow as many
descriptors as user supplied. At once it could be programmed up to 4
descriptors due to hardware limitations.

The issue was found under stress test, so it might not bother ordinary users.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2016-04-04 09:42:00 -07:00
..
hsu.c dmaengine: hsu: allow more than 3 descriptors 2016-04-04 09:42:00 -07:00
hsu.h dmaengine: hsu: speed up residue calculation 2015-12-05 14:00:34 +05:30
Kconfig dmaengine: hsu: make the UART driver in control of selecting this driver 2015-10-17 21:22:08 -07:00
Makefile
pci.c dmaengine: hsu: remove platform data 2015-10-17 21:22:08 -07:00