Re: [PATCH] include/hw/qdev-core.h: Correct and clarify gpio doc comments

2024-07-12 Thread Philippe Mathieu-Daudé
On 8/7/24 17:33, Peter Maydell wrote: The doc comments for the functions for named GPIO inputs and outputs had a couple of problems: * some copy-and-paste errors meant the qdev_connect_gpio_out_named() doc comment had references to input GPIOs that should be to output GPIOs * it wasn'

Re: [PATCH] include/hw/qdev-core.h: Correct and clarify gpio doc comments

2024-07-08 Thread BALATON Zoltan
On Mon, 8 Jul 2024, Peter Maydell wrote: The doc comments for the functions for named GPIO inputs and outputs had a couple of problems: * some copy-and-paste errors meant the qdev_connect_gpio_out_named() doc comment had references to input GPIOs that should be to output GPIOs * it wasn't ver

[PATCH] include/hw/qdev-core.h: Correct and clarify gpio doc comments

2024-07-08 Thread Peter Maydell
The doc comments for the functions for named GPIO inputs and outputs had a couple of problems: * some copy-and-paste errors meant the qdev_connect_gpio_out_named() doc comment had references to input GPIOs that should be to output GPIOs * it wasn't very clear that named GPIOs are arrays and