[PATCH V2 0/6] spi/spi-pl022 fixes

2011-08-10 Thread Viresh Kumar
Hi Grant, I have added Tested-by: Linus Walleij on all patches. This patchset mainly covers following fixes: - formatting related issues - Passing GFP_ATOMIC for sg allocation from tasklet - Fixing calculate_effective_freq() routine - Allocate/free DMA channels as and when required. Changes sin

Re: [PATCH V2 0/6] spi/spi-pl022 fixes

2011-09-01 Thread Viresh Kumar
On 8/10/2011 2:20 PM, Viresh KUMAR wrote: > Hi Grant, > > I have added Tested-by: Linus Walleij on all > patches. > > This patchset mainly covers following fixes: > - formatting related issues > - Passing GFP_ATOMIC for sg allocation from tasklet > - Fixing calculate_effective_freq() routine >

Re: [PATCH V2 0/6] spi/spi-pl022 fixes

2011-09-01 Thread Linus Walleij
On Thu, Sep 1, 2011 at 12:04 PM, Viresh Kumar wrote: > On 8/10/2011 2:20 PM, Viresh KUMAR wrote: >> >> This patchset mainly covers following fixes: >> - formatting related issues >> - Passing GFP_ATOMIC for sg allocation from tasklet >> - Fixing calculate_effective_freq() routine >> - Allocate/fre

Re: [PATCH V2 0/6] spi/spi-pl022 fixes

2011-09-20 Thread Viresh Kumar
On 9/1/2011 4:26 PM, Linus Walleij wrote: > I agree. Acked-by: Linus Walleij for > all except 6/6, it's probably just as possible to keep the channel handle > taken in the driver if we modify the affected DMA driver instead. > This would be better for performance I think. Hi Grant, Any updates o

Re: [PATCH V2 0/6] spi/spi-pl022 fixes

2011-09-20 Thread Grant Likely
On Tue, Sep 20, 2011 at 04:46:44PM +0530, Viresh Kumar wrote: > On 9/1/2011 4:26 PM, Linus Walleij wrote: > > I agree. Acked-by: Linus Walleij for > > all except 6/6, it's probably just as possible to keep the channel handle > > taken in the driver if we modify the affected DMA driver instead. > >