commit | 1fa81c270da4d8dffa84fcca448654a10ed0a5dc | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Wed Jan 12 13:02:28 2011 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Mon Jan 31 12:33:08 2011 +0100 |
tree | 2582ad91ea12c462745b2ef11d0fccfee73acee5 | |
parent | b9b3f82f94b52ebb0bbdf6cd77ccc5e8ee3f53b5 [diff] |
dmaengine i.MX sdma: check sg entries for valid addresses and lengths This patch lets sdma_prep_slave_sg fail if the entries of an sg list do not start on multiples of the word size or if the lengths are not multiple of the word size. Also, catch the previously unhandled DMA_SLAVE_BUSWIDTH_8_BYTES and DMA_SLAVE_BUSWIDTH_UNDEFINED cases. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>