linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v3 0/3] i2c: at91: add dma support
@ 2012-11-23  9:09 ludovic.desroches at atmel.com
  2012-11-23  9:09 ` [PATCH 1/3] i2c: at91: fix compilation warning ludovic.desroches at atmel.com
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: ludovic.desroches at atmel.com @ 2012-11-23  9:09 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-11-24 19:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23  9:09 [RESEND PATCH v3 0/3] i2c: at91: add dma support ludovic.desroches at atmel.com
2012-11-23  9:09 ` [PATCH 1/3] i2c: at91: fix compilation warning ludovic.desroches at atmel.com
2012-11-23  9:16   ` Russell King - ARM Linux
2012-11-23 16:03     ` ludovic.desroches at atmel.com
2012-11-23  9:09 ` [PATCH 2/3] i2c: at91: change struct members indentation ludovic.desroches at atmel.com
2012-11-23  9:09 ` [PATCH 3/3] i2c: at91: add dma support ludovic.desroches at atmel.com
2012-11-24 19:28 ` [RESEND PATCH v3 0/3] " Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).