Re: [PATCH v2] Remove deprecated IRQF_DISABLED flag entirely

2015-03-09 Thread Valentin Rothberg
On Mon, Mar 9, 2015 at 5:52 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Thu, Mar 05, 2015 at 03:23:08PM +0100, Valentin Rothberg wrote: The IRQF_DISABLED is a NOOP and has been scheduled for removal since Linux v2.6.36 by commit 6932bf37bed4 (genirq: Remove IRQF_DISABLED from core code

Re: [PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-09 Thread Valentin Rothberg
On Fri, Mar 6, 2015 at 8:41 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Thu, Mar 5, 2015 at 5:11 AM, Hannes Reinecke h...@suse.de wrote: On 03/05/2015 01:59 PM, Valentin Rothberg wrote: The IRQF_DISABLED is a NOOP and has been scheduled for removal since Linux v2.6.36 by commit

[PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-05 Thread Valentin Rothberg
stack overflows when the interrupt line of the issuing device is still active. This patch ends the grace period for IRQF_DISABLED (i.e., SA_INTERRUPT in older versions of Linux) and removes the definition and all remaining usages of this flag. Signed-off-by: Valentin Rothberg valentinrothb

[PATCH v2] Remove deprecated IRQF_DISABLED flag entirely

2015-03-05 Thread Valentin Rothberg
stack overflows when the interrupt line of the issuing device is still active. This patch ends the grace period for IRQF_DISABLED (i.e., SA_INTERRUPT in older versions of Linux) and removes the definition and all remaining usages of this flag. Signed-off-by: Valentin Rothberg valentinrothb

Re: [PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-05 Thread Valentin Rothberg
On Thu, Mar 5, 2015 at 2:08 PM, Dan Carpenter dan.carpen...@oracle.com wrote: On Thu, Mar 05, 2015 at 01:59:39PM +0100, Valentin Rothberg wrote: diff --git a/drivers/mtd/nand/hisi504_nand.c b/drivers/mtd/nand/hisi504_nand.c index 289ad3ac3e80..7f9f9c827c1d 100644 --- a/drivers/mtd/nand

Re: [PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-05 Thread Valentin Rothberg
On Thu, Mar 5, 2015 at 2:11 PM, Hannes Reinecke h...@suse.de wrote: On 03/05/2015 01:59 PM, Valentin Rothberg wrote: The IRQF_DISABLED is a NOOP and has been scheduled for removal since Linux v2.6.36 by commit 6932bf37bed4 (genirq: Remove IRQF_DISABLED from core code). According to commit

Re: [PATCH v2] usb/isp1760: set IRQ flags properly

2015-03-04 Thread Valentin Rothberg
of the redundant setting of IRQF_SHARED for isp1760_udc_register(). Kind regards, Valentin On Mon, Mar 2, 2015 at 4:30 PM, laurent.pinch...@ideasonboard.com wrote: Hi Valentin, Thank you for the patch. On Sun Mar 01 2015 17:54:32 GMT+0200 (EET), Valentin Rothberg wrote: The IRQF_DISABLED

[PATCH v2] usb/isp1760: set IRQ flags properly

2015-03-01 Thread Valentin Rothberg
using this deprecated flag and additionally removes redundantly setting IRQF_SHARED for isp1760_udc_register(). Signed-off-by: Valentin Rothberg valentin.rothb...@lip6.fr --- v2: Reverted change that removed IRQF_SHARED in the call of isp1760_hcd_register(). --- drivers/usb/isp1760/isp1760

[PATCH] usb/isp1760: set IRQ flags properly

2015-02-27 Thread Valentin Rothberg
using this deprecated flag and additionally removes redundantly setting IRQF_SHARED. Signed-off-by: Valentin Rothberg valentin.rothb...@lip6.fr --- drivers/usb/isp1760/isp1760-core.c | 5 ++--- drivers/usb/isp1760/isp1760-udc.c | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git

Re: [PATCH] usb/isp1760: set IRQ flags properly

2015-02-27 Thread Valentin Rothberg
On Fri, Feb 27, 2015 at 4:24 PM, Felipe Balbi ba...@ti.com wrote: On Fri, Feb 27, 2015 at 02:29:40PM +0100, Valentin Rothberg wrote: The IRQF_DISABLED is a NOOP and scheduled to be removed. According to commit e58aa3d2d0cc (genirq: Run irq handlers with interrupts disabled) running IRQ