qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] [PATCH] PPC: e500: Fix GPIO controller interrupt number


From: Alexander Graf
Subject: Re: [Qemu-ppc] [PATCH] PPC: e500: Fix GPIO controller interrupt number
Date: Fri, 19 Dec 2014 18:29:11 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0


On 19.12.14 15:20, Amit Tomar wrote:
> This patch sets the GPIO controller interrupt number to 47,not 43 (and the 
> Device tree agrees).
> 
> 
> Signed-off-by: Amit Singh Tomar <address@hidden>

Thanks, applied to ppc-next with modified commit message. Let's try to
improve the patch description next time ;).


Alex

Subject: [PATCH] PPC: e500: Fix GPIO controller interrupt number

The GPIO controller lives at IRQ 47, not 43 on real hardware. This is a
problem
because IRQ 43 is occupied by the I2C controller which we want to implement
next, so we'd have a conflict on that IRQ number.

Move the GPIO controller to IRQ 47 where it belongs.

Signed-off-by: Amit Singh Tomar <address@hidden>
Signed-off-by: Alexander Graf <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]