Re: [PATCH] Raspberry PI GPIO interrupt support

2021-02-10 Thread Davide Berardi
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! The minimal client I've developed

[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

[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