Re: [Qemu-devel] [PATCH 1/1] pl061: fix wrong calculation of GPIOMIS register

2015-06-01 Thread Peter Maydell
On 1 June 2015 at 11:33, Victor CLEMENT wrote: > The masked interrupt status register should be the state of the interrupt > after masking. > There should be a logical AND instead of a logical OR between the > interrupt status and the interrupt mask. > > Signed-off-by: Victor CLEMENT Applied, th

Re: [Qemu-devel] [PATCH 1/1] pl061: fix wrong calculation of GPIOMIS register

2015-06-01 Thread Peter Crosthwaite
gpio: prefix on subject line (in addition to pl061:) On Mon, Jun 1, 2015 at 3:33 AM, Victor CLEMENT wrote: > The masked interrupt status register should be the state of the interrupt > after masking. > There should be a logical AND instead of a logical OR between the > interrupt status and the in

[Qemu-devel] [PATCH 1/1] pl061: fix wrong calculation of GPIOMIS register

2015-06-01 Thread Victor CLEMENT
The masked interrupt status register should be the state of the interrupt after masking. There should be a logical AND instead of a logical OR between the interrupt status and the interrupt mask. Signed-off-by: Victor CLEMENT --- See ARM PrimeCell GPIO manual below http://infocenter.arm.com/hel