summaryrefslogtreecommitdiff
path: root/lib/utils/regmap
AgeCommit message (Expand)AuthorFilesLines
2024-11-28lib: utils/regmap: Use fdt_driver for initializationSamuel Holland3-27/+5
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland1-3/+2
2024-11-05lib: utils/regmap: Use FDT node offset as regmap IDSamuel Holland2-9/+9
2024-08-24lib: utils/regmap: Constify FDT pointers in parsing functionsSamuel Holland2-5/+5
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks1-1/+1
2023-09-24lib: utils/regmap: Mark syscon region as shared read-writeAnup Patel1-0/+7
2023-07-31lib: utils/regmap: Add simple FDT based syscon regmap driverAnup Patel3-0/+272
2023-07-31lib: utils/regmap: Add simple FDT based regmap frameworkAnup Patel4-0/+106
2023-07-31lib: utils/regmap: Add generic regmap access libraryAnup Patel3-0/+133