[PATCH] of/irq: fix bug in computing output requester-id for an msi-map

2016-02-08 Thread Stuart Yoder
From: Stuart Yoder The binding for msi-map specifies that the output requester id should be computed as: (r - rid-base + msi-base) ...update the code accordingly. Signed-off-by: Stuart Yoder --- drivers/of/irq.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] of/irq: fix bug in computing output requester-id for an msi-map

2016-02-08 Thread David Daney
On 02/08/2016 02:30 PM, Stuart Yoder wrote: From: Stuart Yoder The binding for msi-map specifies that the output requester id should be computed as: (r - rid-base + msi-base) ...update the code accordingly. I agree there is a problem however ... Signed-off-by: Stuart Yoder ---

[PATCH] of/irq: fix bug in computing output requester-id for an msi-map

2016-02-08 Thread Stuart Yoder
From: Stuart Yoder The binding for msi-map specifies that the output requester id should be computed as: (r - rid-base + msi-base) ...update the code accordingly. Signed-off-by: Stuart Yoder --- drivers/of/irq.c |4 +++- 1 file changed, 3

Re: [PATCH] of/irq: fix bug in computing output requester-id for an msi-map

2016-02-08 Thread David Daney
On 02/08/2016 02:30 PM, Stuart Yoder wrote: From: Stuart Yoder The binding for msi-map specifies that the output requester id should be computed as: (r - rid-base + msi-base) ...update the code accordingly. I agree there is a problem however ... Signed-off-by: