[PATCH v3 0/3] i2c: at91: add dma support

ludovic.desroches at atmel.com ludovic.desroches at atmel.com
Wed Nov 14 11:44:50 EST 2012


From: Ludovic Desroches <ludovic.desroches at atmel.com>

Hi Wolfram,

Here is the third version taking into account your feedback.

Patch 1/3 should go into v3.7.

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




More information about the linux-arm-kernel mailing list