]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/sd/omap_mmc: Convert output qemu_irqs to gpio and sysbus IRQ APIs
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 10:45:11 +0000 (10:45 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 31 Jan 2025 18:36:44 +0000 (19:36 +0100)
commit68b48857640e4ffce96bdf691de5cb68e96595bf
tree0ef19664b44073eeb056f1756862f0044084dc2b
parent408ccf5fd60a281b90f846d48d1cf36a14c04232
hw/sd/omap_mmc: Convert output qemu_irqs to gpio and sysbus IRQ APIs

The omap_mmc device has three outbound qemu_irq lines:
 * one actual interrupt line
 * two which connect to the DMA controller and are signalled for
   TX and RX DMA

Convert these to a sysbus IRQ and two named GPIO outputs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250128104519.3981448-4-peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/sd/omap_mmc.c