On Wed, 29 Jun 2022 at 13:41, Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > > The named input gpio is to be connected to the IRQ output of the downstream > PS2 device and used to drive the port IRQ. Initialise the named input gpio > in lasips2_port_init() and add new lasips2_port_class_init() and > lasips2_port_realize() functions to connect the PS2 device output gpio to > the new named input gpio. > > Note that the reference to lasips2_port_realize() is stored in > LASIPS2PortDeviceClass but not yet used. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM