Home
last modified time | relevance | path

Searched hist:"80 b4a0f8feeb6ee7fa4430a2b4ae1155ed923bd2" (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/isp1760/
H A Disp1760-core.cdiff 80b4a0f8feeb6ee7fa4430a2b4ae1155ed923bd2 Sun Mar 01 16:54:32 CET 2015 Valentin Rothberg <Valentin.Rothberg@lip6.fr> usb: isp1760: set IRQ flags properly

The IRQF_DISABLED is a NOOP and scheduled to be removed. According to
commit e58aa3d2d0cc ("genirq: Run irq handlers with interrupts
disabled") running IRQ handlers with interrupts enabled can cause stack
overflows when the interrupt line of the issuing device is still active.

This patch removes using this deprecated flag and additionally removes
redundantly setting IRQF_SHARED for isp1760_udc_register().

Signed-off-by: Valentin Rothberg <Valentin.Rothberg@lip6.fr>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
H A Disp1760-udc.cdiff 80b4a0f8feeb6ee7fa4430a2b4ae1155ed923bd2 Sun Mar 01 16:54:32 CET 2015 Valentin Rothberg <Valentin.Rothberg@lip6.fr> usb: isp1760: set IRQ flags properly

The IRQF_DISABLED is a NOOP and scheduled to be removed. According to
commit e58aa3d2d0cc ("genirq: Run irq handlers with interrupts
disabled") running IRQ handlers with interrupts enabled can cause stack
overflows when the interrupt line of the issuing device is still active.

This patch removes using this deprecated flag and additionally removes
redundantly setting IRQF_SHARED for isp1760_udc_register().

Signed-off-by: Valentin Rothberg <Valentin.Rothberg@lip6.fr>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>