genode/repos/os/src/drivers/gpio/spec
Stefan Kalkowski 7949c194e9 gpio_drv: mask IRQ until it is acknowledged
When working with GPIO interrupts on i.MX6SX for Ethernet PHYs
it became obvious that the GPIO driver repeatedly receives interrupts
for the same event, because it acknowledges the interrupt before a
client has handled the event.

Ref #2750
2018-04-19 12:38:24 +02:00
..
exynos4 Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
imx gpio_drv: mask IRQ until it is acknowledged 2018-04-19 12:38:24 +02:00
imx6 gpio_drv: add support for i.MX6 2018-04-19 12:38:24 +02:00
imx53 gpio_drv: add support for i.MX6 2018-04-19 12:38:24 +02:00
omap4 Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
rpi Fix source file location in RPi GPIO driver 2017-05-31 13:16:21 +02:00