summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-ram.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+2
2024-06-24regmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-04-08regmap: kunit: Create a struct device for the regmapRichard Fitzgerald1-2/+3
2023-12-20regmap: fix kcalloc() arguments orderDmitry Antipov1-2/+2
2023-03-30regmap: Add RAM backed register mapMark Brown1-0/+85