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 linus.wall...@linaro.org 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

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 linus.wall...@linaro.org 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

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 linus.wall...@linaro.org on all patches. This patchset mainly covers following fixes: - formatting related issues - Passing GFP_ATOMIC for sg allocation from tasklet - Fixing

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 viresh.ku...@st.com 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 -