Home
last modified time | relevance | path

Searched hist:"423 bcb234b358a46c868f6baa0483c84870825c5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/input/
H A Dpl050.cdiff 423bcb234b358a46c868f6baa0483c84870825c5 Fri Jun 24 08:40:51 CDT 2022 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> pl050: switch over from update_irq() function to PS2 device gpio

Add a new pl050_init() function which initialises a qdev input gpio for handling
incoming PS2 IRQs, and then wire up the PS2 device to use it. At the same time
set update_irq() and update_arg to NULL in ps2_kbd_init() and ps2_mouse_init()
to ensure that any accidental attempt to use the legacy update_irq() function will
cause a NULL pointer dereference.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20220624134109.881989-37-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>