aboutsummaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)AuthorFilesLines
2022-07-18lasips2: introduce port IRQ and new lasips2_port_init() functionMark Cave-Ayland1-0/+8
2022-07-18lasips2: rename LASIPS2Port irq field to birqMark Cave-Ayland1-12/+12
2022-07-18lasips2: introduce lasips2_mouse_port_class_init() and lasips2_mouse_port_rea...Mark Cave-Ayland1-1/+15
2022-07-18lasips2: introduce lasips2_kbd_port_class_init() and lasips2_kbd_port_realize()Mark Cave-Ayland1-1/+15
2022-07-18lasips2: move mouse port initialisation to new lasips2_mouse_port_init() func...Mark Cave-Ayland1-17/+35
2022-07-18lasips2: move keyboard port initialisation to new lasips2_kbd_port_init() fun...Mark Cave-Ayland1-14/+33
2022-07-18lasips2: introduce new LASIPS2_MOUSE_PORT QOM typeMark Cave-Ayland1-0/+7
2022-07-18lasips2: introduce new LASIPS2_KBD_PORT QOM typeMark Cave-Ayland1-0/+7
2022-07-18lasips2: QOMify LASIPS2PortMark Cave-Ayland1-0/+8
2022-07-18lasips2: change LASIPS2State dev pointer from void to PS2StateMark Cave-Ayland1-8/+8
2022-07-18lasips2: remove legacy lasips2_initfn() functionMark Cave-Ayland1-12/+0
2022-07-18lasips2: remove the qdev base property and the lasips2_properties arrayMark Cave-Ayland1-8/+1
2022-07-18lasips2: don't use vmstate_register() in lasips2_realize()Mark Cave-Ayland1-2/+1
2022-07-18pl050: don't use legacy ps2_mouse_init() functionMark Cave-Ayland1-3/+10
2022-07-18pl050: don't use legacy ps2_kbd_init() functionMark Cave-Ayland1-3/+10
2022-07-18pl050: introduce pl050_mouse_class_init() and pl050_mouse_realize()Mark Cave-Ayland1-4/+19
2022-07-18pl050: introduce pl050_kbd_class_init() and pl050_kbd_realize()Mark Cave-Ayland1-2/+19
2022-07-18pl050: introduce PL050DeviceClass for the PL050 deviceMark Cave-Ayland1-0/+2
2022-07-18pl050: move logic from pl050_realize() to pl050_init()Mark Cave-Ayland1-4/+7
2022-07-18pl050: introduce new PL050_MOUSE_DEVICE QOM typeMark Cave-Ayland1-1/+2
2022-07-18pl050: introduce new PL050_KBD_DEVICE QOM typeMark Cave-Ayland1-1/+2
2022-07-18pl050: change PL050State dev pointer from void to PS2StateMark Cave-Ayland1-6/+7
2022-07-18pl050: rename pl050_keyboard_init() to pl050_kbd_init()Mark Cave-Ayland1-2/+2
2022-07-18pl050: move PL050State from pl050.c to new pl050.h header fileMark Cave-Ayland1-15/+1
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland4-29/+12
2022-06-26pckbd: switch I8042 device from update_irq() function to PS2 device gpioMark Cave-Ayland1-4/+33
2022-06-26pckbd: add i8042_reset() function to I8042 deviceMark Cave-Ayland1-1/+9
2022-06-26pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpioMark Cave-Ayland1-6/+32
2022-06-26lasips2: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland1-4/+25
2022-06-26lasips2: use sysbus IRQ for output IRQMark Cave-Ayland1-4/+5
2022-06-26lasips2: implement lasips2_realize()Mark Cave-Ayland1-3/+8
2022-06-26lasips2: add base propertyMark Cave-Ayland1-1/+16
2022-06-26lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()Mark Cave-Ayland1-3/+5
2022-06-26lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland1-6/+1
2022-06-26lasips2: implement lasips2_init() functionMark Cave-Ayland1-4/+14
2022-06-26lasips2: rename lasips2_init() to lasips2_initfn() and update it to return th...Mark Cave-Ayland1-2/+4
2022-06-26lasips2: move lasips2 QOM types from lasips2.c to lasips2.hMark Cave-Ayland1-23/+0
2022-06-26lasips2: QOMify LASIPS2StateMark Cave-Ayland1-3/+26
2022-06-26pl050: add QEMU interface commentMark Cave-Ayland1-0/+8
2022-06-26pl050: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland1-3/+11
2022-06-26pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDStateMark Cave-Ayland1-6/+6
2022-06-26ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...Mark Cave-Ayland1-2/+19
2022-06-26ps2: introduce ps2_lower_irq() instead of calling update_irq() directlyMark Cave-Ayland1-2/+7
2022-06-26ps2: use ps2_raise_irq() instead of calling update_irq() directlyMark Cave-Ayland1-1/+1
2022-06-26ps2: make ps2_raise_irq() function staticMark Cave-Ayland1-1/+1
2022-06-26pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmio_realize()Mark Cave-Ayland1-3/+3
2022-06-26pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()Mark Cave-Ayland1-2/+3
2022-06-26pckbd: move mapping of I8042_MMIO registers to MIPS magnum machineMark Cave-Ayland1-4/+1
2022-06-26pckbd: alter i8042_mm_init() to return a I8042_MMIO deviceMark Cave-Ayland1-3/+5
2022-06-26pckbd: implement i8042_mmio_init() functionMark Cave-Ayland1-2/+9