i2c: at91: add dma support
authorLudovic Desroches <ludovic.desroches@atmel.com>
Fri, 23 Nov 2012 09:09:04 +0000 (10:09 +0100)
committerWolfram Sang <w.sang@pengutronix.de>
Sat, 24 Nov 2012 19:27:30 +0000 (20:27 +0100)
Add dma support for Atmel TWI which is available on sam9x5 and later.

When using dma for reception, you have to read only n-2 bytes. The last
two bytes are read manually. Don't doing this should cause to send the
STOP command too late and then to get extra data in the receive
register.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>

No differences found