diff options
author | Cédric Le Goater <clg@redhat.com> | 2024-03-25 14:48:32 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-03-25 15:05:38 +0100 |
commit | 6328d8ffa6cb9d750e4bfcfd73ac25d3a39ceb63 (patch) | |
tree | 07639dcded649a542df4da9750eb4514f65591ce /include/hw | |
parent | 1967e9e06709c2b3de8b071d94da3856ba5b1ce6 (diff) |
misc/pca955*: Move models under hw/gpio
The PCA9552 and PCA9554 devices are both I2C GPIO controllers and the
PCA9552 also can drive LEDs. Do all the necessary adjustments to move
the models under hw/gpio.
Cc: Glenn Miles <milesg@linux.vnet.ibm.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Message-ID: <20240325134833.1484265-1-clg@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/gpio/pca9552.h (renamed from include/hw/misc/pca9552.h) | 0 | ||||
-rw-r--r-- | include/hw/gpio/pca9552_regs.h (renamed from include/hw/misc/pca9552_regs.h) | 0 | ||||
-rw-r--r-- | include/hw/gpio/pca9554.h (renamed from include/hw/misc/pca9554.h) | 0 | ||||
-rw-r--r-- | include/hw/gpio/pca9554_regs.h (renamed from include/hw/misc/pca9554_regs.h) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/include/hw/misc/pca9552.h b/include/hw/gpio/pca9552.h index c36525f0c3..c36525f0c3 100644 --- a/include/hw/misc/pca9552.h +++ b/include/hw/gpio/pca9552.h diff --git a/include/hw/misc/pca9552_regs.h b/include/hw/gpio/pca9552_regs.h index d8051cfbd6..d8051cfbd6 100644 --- a/include/hw/misc/pca9552_regs.h +++ b/include/hw/gpio/pca9552_regs.h diff --git a/include/hw/misc/pca9554.h b/include/hw/gpio/pca9554.h index 54bfc4c4c7..54bfc4c4c7 100644 --- a/include/hw/misc/pca9554.h +++ b/include/hw/gpio/pca9554.h diff --git a/include/hw/misc/pca9554_regs.h b/include/hw/gpio/pca9554_regs.h index 602c4a90e0..602c4a90e0 100644 --- a/include/hw/misc/pca9554_regs.h +++ b/include/hw/gpio/pca9554_regs.h |