From: Ludovic Desroches <ludovic.desroches@xxxxxxxxx> Hi Wolfram, I've rebased the set of patches on 3.7-rc6. I hope you could apply them. Regards Ludovic Changes: - v3 - introduce two new patches: one to fix a compilation warning and one to fix indentation - introduce a threshold to use dma transfers - use dma wrappers to clean code - remove dma cookie since it is no more used - v2 (based on Russell feedback): - replace DMA_TO_DEVICE/DMA_FROM_DEVICE by DMA_MEM_TO_DEV/DMA_DEV_TO_MEM - don't check for tx_submit errors - atmel dma header location has changed Ludovic Desroches (3): i2c: at91: fix compilation warning i2c: at91: change struct members indentation i2c: at91: add dma support drivers/i2c/busses/i2c-at91.c | 338 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 314 insertions(+), 24 deletions(-) -- 1.7.11.3 -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html