]> Git Repo - qemu.git/commit
hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 23 Jun 2020 07:27:18 +0000 (09:27 +0200)
committerPeter Maydell <[email protected]>
Fri, 26 Jun 2020 13:30:28 +0000 (14:30 +0100)
commit736132e455eea08e37fe21b4140b8088f2c0956b
tree1b0e428fade5e1f533d4cb2f17154eb07ade4867
parentec17228a25e7fd46287842322f8dc4923eccca92
hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552

Extract the code common to the PCA955x family in PCA955xClass,
keeping the PCA9552 specific parts into pca9552_class_init().
Remove the 'TODO' comment added in commit 5141d4158cf.

Suggested-by: Cédric Le Goater <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Cédric Le Goater <[email protected]>
Message-id: 20200623072723[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/misc/pca9552.c
include/hw/misc/pca9552.h
This page took 0.025114 seconds and 4 git commands to generate.