summaryrefslogtreecommitdiff
path: root/lib/debugobjects.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-01-28 06:48:12 +0300
committerMark Brown <broonie@kernel.org>2026-01-28 06:48:12 +0300
commit4651c87b0083925540f6c3d26a6c5b4868d7b884 (patch)
tree0413d4893ae9265b01e964ea9047b1c6b9a453d0 /lib/debugobjects.c
parent6ffdc7eb48bd2268c37c2accad454c043b9cc987 (diff)
parent70a65c53d228562cf0c8ae0f38c847d2a5dd59e6 (diff)
downloadlinux-4651c87b0083925540f6c3d26a6c5b4868d7b884.tar.xz
regmap: reg_default_cb for flat cache defaults
Merge series from "Sheetal ." <sheetal@nvidia.com>: This series adds a reg_default_cb callback for REGCACHE_FLAT to provide defaults for registers not listed in reg_defaults. Defaults are loaded eagerly during regcache init and the callback can use writeable_reg to filter valid addresses and avoid holes.
Diffstat (limited to 'lib/debugobjects.c')
-rw-r--r--lib/debugobjects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c
index ecf8e7f978e3..89a1d6745dc2 100644
--- a/lib/debugobjects.c
+++ b/lib/debugobjects.c
@@ -2,7 +2,7 @@
/*
* Generic infrastructure for lifetime debugging of objects.
*
- * Copyright (C) 2008, Thomas Gleixner <tglx@linutronix.de>
+ * Copyright (C) 2008, Linutronix GmbH, Thomas Gleixner <tglx@kernel.org>
*/
#define pr_fmt(fmt) "ODEBUG: " fmt