]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/sd/pl181: Use named GPIOs
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 5 Jul 2020 11:39:53 +0000 (13:39 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 21 Aug 2020 14:22:43 +0000 (16:22 +0200)
commit26c5b0f4cbe19ad87d3aaba22cd1a8edc25f7ceb
tree467f3a5130d5fc374cb7a22325d1fcc95cdb2598
parent0e33730c8924032eda53de6ebb7ecba232abb01d
hw/sd/pl181: Use named GPIOs

To make the code easier to manage/review/use, rename the
cardstatus[0] variable as 'card_readonly' and name the GPIO
"card-read-only".
Similarly with cardstatus[1], renamed as 'card_inserted' and
name its GPIO "card-inserted".

Adapt the users accordingly by using the qdev_init_gpio_out_named()
function.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200705204630.4133-6-f4bug@amsat.org>
hw/arm/integratorcp.c
hw/arm/realview.c
hw/arm/vexpress.c
hw/sd/pl181.c