hw/irq: Add qemu_irq_split() so one GPIO output can feed two inputs
commit9793212bb02b9fdc2de188a42b93b17ca2689c9a
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Feb 2011 20:57:52 +0000 (21 20:57 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 6 Mar 2011 18:01:31 +0000 (6 19:01 +0100)
treef0015b4cc4481c063ba17eba30e035f83bf619c4
parent7063f49f59807ac6f32c69281cf956d14d6c0310
hw/irq: Add qemu_irq_split() so one GPIO output can feed two inputs

Add a qemu_irq_split() function which allows a board to wire a single
GPIO output up to two GPIO inputs. This is needed for realview boards,
where the MMC card status is visible both in a system register and
via a PL061 GPIO module.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/irq.c
hw/irq.h