Re: [PATCH] Raspberry PI GPIO interrupt support

2021-02-10 Thread Davide Berardi
Dear Philippe, thank you for your kind response. I will send a new version for the patch with the modifications you've highlighted, but first I've some question on the best way to implement them. On Tue, Feb 09, 2021 at 12:30:32PM +0100, Philippe Mathieu-Daudé wrote: Hi Davide, On 2/9/21 12:02

[PATCH] Raspberry PI GPIO interrupt support

2021-02-09 Thread Davide Berardi
The bcm2835 GPIOs now generate interrupts. This modification enables QTEST clients to trigger interrupt-based interfaces. Signed-off-by: Davide Berardi --- hw/arm/bcm2835_peripherals.c | 2 + hw/gpio/bcm2835_gpio.c | 105 + hw/intc/bcm2835_ic.c

Re: [PATCH] Raspberry PI GPIO interrupt support

2021-02-09 Thread Philippe Mathieu-Daudé
Hi Davide, On 2/9/21 12:02 PM, Davide Berardi wrote: > The bcm2835 GPIOs now generate interrupts. > This modification enables QTEST clients to trigger interrupt-based > interfaces. Thanks for your patch! Can you provide QTEST client example? Even better would be a qtest! > > Signed-off-by: Davi

[PATCH] Raspberry PI GPIO interrupt support

2021-02-09 Thread Davide Berardi
The bcm2835 GPIOs now generate interrupts. This modification enables QTEST clients to trigger interrupt-based interfaces. Signed-off-by: Davide Berardi --- hw/arm/bcm2835_peripherals.c | 2 + hw/gpio/bcm2835_gpio.c | 105 + hw/intc/bcm2835_ic.c