opensbi/lib/utils/gpio
Anup Patel c14f1fe0df lib: utils/gpio: Add simple FDT based GPIO framework
We add a simple FDT based GPIO framework which is built on top
of generic GPIO library. The phandle of FDT GPIO chip DT node
is treated as unique GPIO chip ID required by the generic GPIO
library. The FDT based GPIO chip drivers will be probed on-demand
from fdt_gpio_pin_get() called by the GPIO client drivers.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
2021-07-17 13:41:17 +05:30
..
fdt_gpio.c lib: utils/gpio: Add simple FDT based GPIO framework 2021-07-17 13:41:17 +05:30
gpio.c lib: utils/gpio: Add generic GPIO configuration library 2021-07-17 11:42:51 +05:30
objects.mk lib: utils/gpio: Add simple FDT based GPIO framework 2021-07-17 13:41:17 +05:30