[PATCH 1/2] ARM: shmobile: irqpin: add a DT property to enable masking on parent
From: magnus.damm@gmail.com (Magnus Damm)
Date: 2013-06-11 09:37:24
Also in:
linux-devicetree, linux-sh
From: magnus.damm@gmail.com (Magnus Damm)
Date: 2013-06-11 09:37:24
Also in:
linux-devicetree, linux-sh
On Fri, May 24, 2013 at 6:13 PM, Guennadi Liakhovetski [off-list ref] wrote:
To disable spurious interrupts, that get triggered on certain hardware, the irqpin driver masks them on the parent interrupt controller. To specify such broken devices a .control_parent parameter can be provided in the platform data. In the DT case we need a property, to do the same. Signed-off-by: Guennadi Liakhovetski <redacted> --- These two patches simply split the earlier "ARM: shmobile: irqpin: fix handling of spurious interrupts in DT case" patch into two parts. Otherwise no change.
I'm fine with this portion of the patch series. Thanks for your help! Acked-by: Magnus Damm <redacted>