opensbi/lib/utils
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 lib: utils/fdt: Add fdt_parse_phandle_with_args() API 2021-07-17 11:40:49 +05:30
gpio lib: utils/gpio: Add simple FDT based GPIO framework 2021-07-17 13:41:17 +05:30
ipi lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver 2021-06-24 09:39:51 +05:30
irqchip lib: utils: Try other FDT drivers when we see SBI_ENODEV 2021-05-24 15:49:21 +05:30
libfdt lib: utils/libfdt: Upgrade to v1.6.1 release 2021-06-22 17:42:29 +05:30
libquad lib: utils: Drop dependency on libgcc by importing part of FreeBSD's libquad 2021-07-11 21:01:44 +05:30
reset lib: utils: reset: unify naming of 'sifive_test' device 2021-07-05 21:36:40 +05:30
serial lib: utils: consider ':' in stdout-path 2021-06-02 17:06:17 +05:30
sys platform: Replace CLINT library usage with ACLINT library 2021-06-24 09:39:55 +05:30
timer lib: utils/timer: Add FDT based ACLINT MTIMER driver 2021-06-24 09:39:53 +05:30