index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
gpio
Age
Commit message (
Expand
)
Author
2024-11-28
lib: utils/gpio: Use fdt_driver for initialization
Samuel Holland
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
2024-11-05
lib: utils/gpio: Use FDT node offset as GPIO chip ID
Samuel Holland
2024-11-05
lib: utils/gpio: Remove fdt_gpio_driver() function
Samuel Holland
2024-10-28
lib: utils/gpio: designware: Allocate chips on the heap
Samuel Holland
2024-08-24
lib: utils/gpio: Constify FDT pointers in parsing functions
Samuel Holland
2024-07-04
Makefile: change to using .carray.c for carray files
Ben Dooks
2024-05-23
lib: utils/gpio: respect flag GPIO_FLAG_ACTIVE_LOW
Inochi Amaoto
2023-10-06
gpio/starfive: redundant readl() call
Heinrich Schuchardt
2023-07-12
lib: utils/gpio: Fix RV32 compile error for designware GPIO driver
Anup Patel
2023-07-07
gpio/desginware: add Synopsys DesignWare APB GPIO support
Ben Dooks
2023-06-05
lib: utils/gpio: Use heap in SiFive and StartFive GPIO drivers
Anup Patel
2023-03-01
gpio/starfive: add gpio driver and support gpio reset
minda.chen
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
2022-08-08
lib: utils/gpio: Use kconfig for enabling/disabling drivers
Anup Patel
2022-05-13
lib: utils/gpio: Generate FDT gpio driver list at compile-time
Anup Patel
2021-11-03
lib: utils/gpio: use list for drivers
Nikita Shubin
2021-08-14
lib: utils: Extend fdt_get_node_addr_size() for multiple register sets
Anup Patel
2021-08-07
lib: utils/fdt: Change addr and size to uint64_t
Bin Meng
2021-07-17
lib: utils/gpio: Add minimal SiFive GPIO driver
Green Wan
2021-07-17
lib: utils/gpio: Add simple FDT based GPIO framework
Anup Patel
2021-07-17
lib: utils/gpio: Add generic GPIO configuration library
Anup Patel