summaryrefslogtreecommitdiff
path: root/lib/utils/reset/fdt_reset.c
AgeCommit message (Expand)Author
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland
2024-11-28lib: utils/reset: Use fdt_driver for initializationSamuel Holland
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland
2024-06-13lib: utils/reset: Try initializing all reset devices in dtXiang W
2024-06-13lib: utils/reset: Fix fdt_reset to search for more dt nodesXiang W
2024-06-13lib: utils/reset: Skip initialize reset when dt is not enabledXiang W
2022-05-13lib: utils/reset: Generate FDT reset driver list at compile-timeAnup Patel
2021-11-12lib: utils/reset: separate driver init funcNikita Shubin
2021-11-08lib: sbi: error handling in fdt_reset_init()Heinrich Schuchardt
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti
2021-09-14lib: utils/reset: Add a sunxi watchdog reset driverSamuel Holland
2021-09-14lib: utils/reset: Sort fdt_reset driver listSamuel Holland
2021-07-27lib: utils: support both of gpio-poweroff, gpio-resetHeinrich Schuchardt
2021-07-27lib: utils: remove unused variable in fdt_reset_initHeinrich Schuchardt
2021-07-17lib: utils/reset: Add generic GPIO reset driverGreen Wan
2021-07-05lib: utils: reset: unify naming of 'sifive_test' deviceGreen Wan
2021-05-24lib: utils: Try other FDT drivers when we see SBI_ENODEVAnup Patel
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel
2021-04-22lib: utils: reset: Add T-HEAD sample platform reset driverGuo Ren
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel
2020-05-01lib: utils: Add simple FDT reset frameworkAnup Patel