]> git.proxmox.com Git - mirror_qemu.git/commit
omap-gpio: remove PROP_PTR
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 18 Oct 2019 13:26:19 +0000 (15:26 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 7 Jan 2020 13:24:29 +0000 (17:24 +0400)
commitba2aba8370e33a44ff5619844b90bb7119c5cebf
tree2266d09a9c65b5eec03fe012e966cc2baf0b0018
parent0fd20c532faa6d5ebed8a43763f96a4829b33be2
omap-gpio: remove PROP_PTR

Since clocks are not QOM objects, replace PROP_PTR of clocks with
setters methods.

Move/adapt the existing TODO comment about a clock framework.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/arm/omap1.c
hw/arm/omap2.c
hw/gpio/omap_gpio.c
include/hw/arm/omap.h