Re: [PATCH] mtd: nand: remove deprecated IRQF_DISABLED

2013-11-07 Thread Brian Norris
On Sun, Oct 13, 2013 at 08:21:32AM +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. > > Signed-off-by: Michael Opdenacker Pushed to l2-mtd.git. Thanks! Brian -- To unsubscribe from

Re: [PATCH] mtd: nand: remove deprecated IRQF_DISABLED

2013-11-07 Thread Brian Norris
On Sun, Oct 13, 2013 at 08:21:32AM +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. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com Pushed to l2-mtd.git. Thanks!

[PATCH] mtd: nand: remove deprecated IRQF_DISABLED

2013-10-13 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/mtd/nand/mxc_nand.c| 2 +- drivers/mtd/nand/pxa3xx_nand.c | 3 +-- drivers/mtd/nand/tmio_nand.c | 3 +-- 3 files changed,

[PATCH] mtd: nand: remove deprecated IRQF_DISABLED

2013-10-13 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 michael.opdenac...@free-electrons.com --- drivers/mtd/nand/mxc_nand.c| 2 +- drivers/mtd/nand/pxa3xx_nand.c | 3 +--