[PATCH] MAINTAINERS: remove Rajendra Nayak, invalid e-mail

2014-10-02 Thread Michael Opdenacker
This removes Rajendra Nayak from the MAINTAINERS file as his e-mail address is now rejected by the TI mail server. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index

[PATCH] ARM: OMAP: remove deprecated IRQF_DISABLED

2013-09-07 Thread Michael Opdenacker
This patch proposes to remove the IRQF_DISABLED flag from OMAP code It's a NOOP since 2.6.35, and will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- arch/arm/mach-omap1/fpga.c | 3 +-- arch/arm/mach-omap1/pm.c | 1 - arch/arm/mach-omap1

Re: [PATCH 1/1] arm: omap: removed obsolete IRQF_DISABLED

2011-11-04 Thread Michael Opdenacker
Hi Tony, On 11/03/2011 06:15 PM, Tony Lindgren wrote: * Michael Opdenacker michael.opdenac...@linaro.org [111008 22:13]: This flag is a NOOP since 2.6.36 Looks like there's an ARM wide patch to do this with [PATCH 03/55] arm: irq: Remove IRQF_DISABLED. Good. Let's take this one then. I hadn't

Re: [PATCH 1/2] omap: sound: fix ambiguous else warning

2011-10-10 Thread Michael Opdenacker
On 10/10/2011 08:54 AM, Jarkko Nikula wrote: Hi On 10/10/2011 08:07 AM, Michael Opdenacker wrote: This patch applies against Tony Lindgren's linux-omap tree It fixes ambiguous else warnings at compile time. Signed-off-by: Michael Opdenackermichael.opdenac...@linaro.org --- sound/soc

Re: [PATCH 2/2] omap: sound: fix checkpatch.pl error

2011-10-10 Thread Michael Opdenacker
if I understand correctly. I must confess I didn't pay enough attention to the list of recipients, which I just got from scripts/get_maintainer.pl. I will be more careful next time. Thanks again, Michael. -- Michael Opdenacker - Community Manager Linaro, http://linaro.org Cell: +33 621 604 642

[PATCH 0/2] omap: sound: style and warning fixes

2011-10-09 Thread Michael Opdenacker
These patches apply to Tony Lindgren's linux-omap tree (they can also be applied to Linus' tree) They fix a warning at compile time and a coding style error. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH 1/2] omap: sound: fix ambiguous else warning

2011-10-09 Thread Michael Opdenacker
This patch applies against Tony Lindgren's linux-omap tree It fixes ambiguous else warnings at compile time. Signed-off-by: Michael Opdenacker michael.opdenac...@linaro.org --- sound/soc/omap/omap-mcbsp.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sound/soc/omap

[PATCH 2/2] omap: sound: fix checkpatch.pl error

2011-10-09 Thread Michael Opdenacker
Signed-off-by: Michael Opdenacker michael.opdenac...@linaro.org --- sound/soc/omap/omap-mcbsp.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index 1391ea0..30325fb 100644 --- a/sound/soc/omap/omap-mcbsp.c

[PATCH 0/1] arm: omap: remove obsolete IRQF_DISABLED

2011-10-08 Thread Michael Opdenacker
Remove all occurrences of IRQF_DISABLED in the OMAP tree. This flag is deprecated and obsolete and as IRQ handlers now run with all interrupts disabled since 2.6.36 -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

[PATCH 1/1] arm: omap: removed obsolete IRQF_DISABLED

2011-10-08 Thread Michael Opdenacker
This flag is a NOOP since 2.6.36 Signed-off-by: Michael Opdenacker michael.opdenac...@linaro.org --- arch/arm/mach-omap1/fpga.c|5 ++--- arch/arm/mach-omap1/pm.c |1 - arch/arm/mach-omap1/time.c|2 +- arch/arm/mach-omap1/timer32k.c|2 +- arch/arm/mach