Re: [PATCH] dma: misc: remove deprecated IRQF_DISABLED

2013-10-20 Thread Vinod Koul
On Mon, Oct 14, 2013 at 05:33:55AM +0200, Michael Opdenacker wrote: > Hi Vinod, > > On 10/13/2013 04:54 PM, Vinod Koul wrote: > > On Sun, Oct 13, 2013 at 07:10:51AM +0200, Michael Opdenacker wrote: > >> This patch proposes to remove the use of the IRQF_DISABLED flag > >> > >> It's a NOOP since 2.6

Re: [PATCH] dma: misc: remove deprecated IRQF_DISABLED

2013-10-13 Thread Michael Opdenacker
Hi Vinod, On 10/13/2013 04:54 PM, Vinod Koul wrote: > On Sun, Oct 13, 2013 at 07:10:51AM +0200, Michael Opdenacker wrote: >> This patch proposes to remove the use of the IRQF_DISABLED flag >> >> It's a NOOP since 2.6.35 and it will be removed one day. > Applied, thanks. Title shouldnt have misc as

Re: [PATCH] dma: misc: remove deprecated IRQF_DISABLED

2013-10-13 Thread Vinod Koul
On Sun, Oct 13, 2013 at 07:10:51AM +0200, Michael Opdenacker wrote: > This patch proposes to remove the use of the IRQF_DISABLED flag > > It's a NOOP since 2.6.35 and it will be removed one day. Applied, thanks. Title shouldnt have misc as it doesnt convey anything. ~Vinod -- To unsubscribe from

[PATCH] dma: misc: remove deprecated IRQF_DISABLED

2013-10-12 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/dma/amba-pl08x.c | 3 +-- drivers/dma/k3dma.c | 2 +- drivers/dma/mmp_pdma.c | 4 ++-- drivers/dma/mmp_tdma.c | 4 ++--