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

2011-08-10 Thread Linus Walleij
2011/8/10 viresh kumar viresh.ku...@st.com: On 08/10/2011 01:40 AM, Linus Walleij wrote: They all work perfectly well on top of v3.1-rc1, please use mainline kernel tags as patch base if you can. Sure, can take care of this. But i have a doubt here, What if a patch on the same driver is

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

2011-08-10 Thread Arnd Bergmann
On Wednesday 10 August 2011, Linus Walleij wrote: The basic assumption is that patches are orthogonal and apply without conflicts, i.e. patch different parts of the kernel tree or different lines in the same file. Second assumption is that if patches do collide, the subsystem maintainer can

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

2011-08-09 Thread Viresh Kumar
Hi Linus, This patchset mainly covers following fixes: - formatting related issues - Passing GFP_NOWAIT for sg allocation from tasklet - Fixing calculate_effective_freq() routine - Allocate/free DMA channels as and when required. I have rebased them on linux-next/master over following patch:

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

2011-08-09 Thread Linus Walleij
On Tue, Aug 9, 2011 at 1:05 PM, Viresh Kumar viresh.ku...@st.com wrote: This patchset mainly covers following fixes: - formatting related issues - Passing GFP_NOWAIT for sg allocation from tasklet - Fixing calculate_effective_freq() routine - Allocate/free DMA channels as and when required.

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

2011-08-09 Thread viresh kumar
On 08/10/2011 01:40 AM, Linus Walleij wrote: On Tue, Aug 9, 2011 at 1:05 PM, Viresh Kumar viresh.ku...@st.com wrote: This patchset mainly covers following fixes: - formatting related issues - Passing GFP_NOWAIT for sg allocation from tasklet - Fixing calculate_effective_freq() routine -