aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/trace-events
diff options
context:
space:
mode:
authorCédric Le Goater <clg@redhat.com>2024-03-25 14:48:32 +0100
committerThomas Huth <thuth@redhat.com>2024-03-25 15:05:38 +0100
commit6328d8ffa6cb9d750e4bfcfd73ac25d3a39ceb63 (patch)
tree07639dcded649a542df4da9750eb4514f65591ce /hw/misc/trace-events
parent1967e9e06709c2b3de8b071d94da3856ba5b1ce6 (diff)
downloadqemu-6328d8ffa6cb9d750e4bfcfd73ac25d3a39ceb63.zip
qemu-6328d8ffa6cb9d750e4bfcfd73ac25d3a39ceb63.tar.gz
qemu-6328d8ffa6cb9d750e4bfcfd73ac25d3a39ceb63.tar.bz2
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 'hw/misc/trace-events')
-rw-r--r--hw/misc/trace-events4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/misc/trace-events b/hw/misc/trace-events
index 7cab1d5..5d241cb 100644
--- a/hw/misc/trace-events
+++ b/hw/misc/trace-events
@@ -327,10 +327,6 @@ grlib_apb_pnp_read(uint64_t addr, unsigned size, uint32_t value) "APB PnP read a
led_set_intensity(const char *color, const char *desc, uint8_t intensity_percent) "LED desc:'%s' color:%s intensity: %u%%"
led_change_intensity(const char *color, const char *desc, uint8_t old_intensity_percent, uint8_t new_intensity_percent) "LED desc:'%s' color:%s intensity %u%% -> %u%%"
-# pca9552.c
-pca955x_gpio_status(const char *description, const char *buf) "%s GPIOs 0-15 [%s]"
-pca955x_gpio_change(const char *description, unsigned id, unsigned prev_state, unsigned current_state) "%s GPIO id:%u status: %u -> %u"
-
# bcm2835_cprman.c
bcm2835_cprman_read(uint64_t offset, uint64_t value) "offset:0x%" PRIx64 " value:0x%" PRIx64
bcm2835_cprman_write(uint64_t offset, uint64_t value) "offset:0x%" PRIx64 " value:0x%" PRIx64