summaryrefslogtreecommitdiff
path: root/lib/utils/gpio/fdt_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-28lib: utils/gpio: Use fdt_driver for initializationSamuel Holland1-23/+4
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland1-3/+2
2024-11-05lib: utils/gpio: Use FDT node offset as GPIO chip IDSamuel Holland1-15/+8
2024-11-05lib: utils/gpio: Remove fdt_gpio_driver() functionSamuel Holland1-16/+1
2024-08-24lib: utils/gpio: Constify FDT pointers in parsing functionsSamuel Holland1-3/+3
2022-05-13lib: utils/gpio: Generate FDT gpio driver list at compile-timeAnup Patel1-10/+8
2021-07-17lib: utils/gpio: Add minimal SiFive GPIO driverGreen Wan1-0/+3
2021-07-17lib: utils/gpio: Add simple FDT based GPIO frameworkAnup Patel1-0/+132