opensbi/lib/utils
Anup Patel 36b8effe4a lib: utils/gpio: Add generic GPIO configuration library
We add generic GPIO configuration library which is independent of
hardware description format (FDT or ACPI). The OpenSBI platform
support or GPIO drivers can register GPIO chip instances which
can be discovered and used by different GPIO clients. Each GPIO
chip instance has a unique ID which can be used by GPIO clients
to lookup GPIO chip instance.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
2021-07-17 11:42:51 +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 generic GPIO configuration library 2021-07-17 11:42:51 +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