Re: [PATCH] staging: nokia_h4: remove deprecated IRQF_DISABLED

2014-10-02 Thread Michael Opdenacker
Hi Aaro, Thank you for reviewing my patch! On 10/01/2014 11:42 PM, Aaro Koskinen wrote: > Hi, > > On Wed, Oct 01, 2014 at 10:33:48PM +0200, Michael Opdenacker wrote: >> Remove the use of the IRQF_DISABLED flag >> from drivers/staging/nokia_h4p/nokia_core.c >> >>

[PATCH] staging: nokia_h4: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
Remove the use of the IRQF_DISABLED flag from drivers/staging/nokia_h4p/nokia_core.c It's a NOOP since 2.6.35 and it will be removed soon. Signed-off-by: Michael Opdenacker --- drivers/staging/nokia_h4p/nokia_core.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --

Re: [PATCH][RESEND] [media] davinci: vpfe: remove deprecated IRQF_DISABLED

2014-02-24 Thread Michael Opdenacker
Hi Prabhakar On 02/25/2014 07:02 AM, Prabhakar Lad wrote: > Hi Michael, > > On Mon, Feb 24, 2014 at 11:01 AM, Prabhakar Lad > wrote: >> Hi Michael, >> >> On Thu, Feb 20, 2014 at 6:47 PM, Michael Opdenacker >> wrote: >>> Hi Laurent, >>> >&

Re: [PATCH][RESEND] [media] davinci: vpfe: remove deprecated IRQF_DISABLED

2014-02-20 Thread Michael Opdenacker
ble to answer your question by the end of the week. Thanks for getting back to me about this! Michael. -- Michael Opdenacker, CEO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +33 484 258 098 ___

[PATCH][RESEND] [media] davinci: vpfe: remove deprecated IRQF_DISABLED

2013-12-09 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 Acked-by: Lad, Prabhakar --- drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c | 6 +++--- 1 file changed, 3 insertions(+), 3 dele

[PATCH] [media] davinci: vpfe: remove deprecated IRQF_DISABLED

2013-10-05 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/staging/media/davinci_vpfe/vpfe_mc_capture.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dr