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

2012-11-24 Thread Wolfram Sang
On Fri, Nov 23, 2012 at 10:09:01AM +0100, ludovic.desroc...@atmel.com wrote: > From: Ludovic Desroches > > Hi Wolfram, > > I've rebased the set of patches on 3.7-rc6. I hope you could apply them. Yes, applied to for-next, thanks! -- Pengutronix e.K. | Wolfram Sang

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

2012-11-23 Thread ludovic.desroches
From: Ludovic Desroches 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 - us

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

2012-11-22 Thread Wolfram Sang
> >Thanks, looks mostly good. I have problems applying patch 3. What is > >this series based against? > > > > It was based against v3.7-rc4. Do you want me to rebase it against an > over version? That should be fine, but it still fails. The other patches apply, but have offsets which is suspicio

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

2012-11-16 Thread Wolfram Sang
Hi Ludovic, > Here is the third version taking into account your feedback. Thanks, looks mostly good. I have problems applying patch 3. What is this series based against? > Patch 1/3 should go into v3.7. No, not necessarily. It is not really a bugfix, and it is probably too late in the cycle fo

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

2012-11-14 Thread ludovic.desroches
From: Ludovic Desroches 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 dm