Searched hist:b5917219090d14065196fc2dca15562e13c23a26 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | sysbus.h | diff b5917219090d14065196fc2dca15562e13c23a26 Fri Sep 26 00:24:15 CDT 2014 Peter Crosthwaite <peter.crosthwaite@xilinx.com> sysbus: Use TYPE_DEVICE GPIO functionality
Re-implement the Sysbus GPIOs to use the existing TYPE_DEVICE GPIO named framework. A constant string name is chosen to avoid conflicts with existing unnamed GPIOs.
This unifies GPIOs are IRQs for sysbus devices and allows removal of all Sysbus state for GPIOs.
Any existing and future-added functionality for GPIOs is now also available for sysbus IRQs.
Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/hw/core/ |
H A D | sysbus.c | diff b5917219090d14065196fc2dca15562e13c23a26 Fri Sep 26 00:24:15 CDT 2014 Peter Crosthwaite <peter.crosthwaite@xilinx.com> sysbus: Use TYPE_DEVICE GPIO functionality
Re-implement the Sysbus GPIOs to use the existing TYPE_DEVICE GPIO named framework. A constant string name is chosen to avoid conflicts with existing unnamed GPIOs.
This unifies GPIOs are IRQs for sysbus devices and allows removal of all Sysbus state for GPIOs.
Any existing and future-added functionality for GPIOs is now also available for sysbus IRQs.
Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|