gpiodev: Add GPIO device frontend
authorNikita Shubin <n.shubin@yadro.com>
Fri, 7 Mar 2025 10:15:15 +0000 (13:15 +0300)
committerNikita Shubin <n.shubin@yadro.com>
Wed, 19 Mar 2025 07:06:47 +0000 (10:06 +0300)
commitcda53a8a9cb2f9e937172e13906b33b092c0ecea
tree969cad2699814822bae172c79d85fafcdd51e8a1
parentb125a0d09c520ebe9206a1d46b7fda15dee5b3e3
gpiodev: Add GPIO device frontend

Add GPIO device front end with helper functions to provide information
about GPIO Port to Backends and to allow Frontend to set data.

To use it GPIO device should register with qemu_gpio_fe_init()
and provide handlers with qemu_gpio_fe_set_handlers().

Notifications about config and changed value events should be done with
qemu_gpio_fe_line_event() and qemu_gpio_fe_config_event().

Signed-off-by: Nikita Shubin <n.shubin@yadro.com>
gpiodev/gpio-fe.c [new file with mode: 0644]
gpiodev/gpio.c
gpiodev/meson.build
include/gpiodev/gpio-fe.h [new file with mode: 0644]
include/gpiodev/gpio.h
qom/object.c