commit | 05ec62a106a3b358cdc6ac41025b320dc2dbcb3f | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Tue Oct 03 11:35:38 2017 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Oct 12 22:13:48 2017 +0530 |
tree | dea8ab21088f8ff8dc08ff5a7920e4e5666d1460 | |
parent | ea09ea51ddb9c5026e3f2090598049302c194427 [diff] |
dmaengine: omap-dma: Implement protection for invalid max_burst the device's max_burst to 16777215 (EN is 24bit unsigned value) so clients can take this into consideration when setting up the transfer. During slave transfer preparation check if the requested maxburst is valid. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Cc: Russell King <linux@armlinux.org.uk> Signed-off-by: Vinod Koul <vinod.koul@intel.com>