Re: [PATCH 50/50] ps2: remove update_irq() function and update_arg parameter

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:23, Mark Cave-Ayland wrote: > > Now that all the PS2 devices have been converted to use GPIOs the update_irq() > callback function and the update_arg parameter can be removed. > > This allows these arguments to be completely removed from ps2_kbd_init() and >

[PATCH 50/50] ps2: remove update_irq() function and update_arg parameter

2022-05-22 Thread Mark Cave-Ayland
Now that all the PS2 devices have been converted to use GPIOs the update_irq() callback function and the update_arg parameter can be removed. This allows these arguments to be completely removed from ps2_kbd_init() and ps2_mouse_init(), along with the transitional logic that was added to