All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] regmap: Test caches for regmaps with high bits set in register numbers
@ 2026-08-18 21:50 Mark Brown
  2026-08-18 21:50 ` [PATCH 1/2] regmap: Allow a base register to be specified for the RAM regmap Mark Brown
  2026-08-18 21:50 ` [PATCH 2/2] regmap: Test rbtree and maple caches for very high register numbers Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Brown @ 2026-08-18 21:50 UTC (permalink / raw)
  To: linux-kernel, Mark Brown

We had some bugs in the past with the high bit set, add some coverage
for this to ensure it doesn't creep in.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (2):
      regmap: Allow a base register to be specified for the RAM regmap
      regmap: Test rbtree and maple caches for very high register numbers

 drivers/base/regmap/internal.h       |  1 +
 drivers/base/regmap/regmap-kunit.c   | 98 ++++++++++++++++++++++++++++++++++--
 drivers/base/regmap/regmap-ram.c     | 26 +++++++---
 drivers/base/regmap/regmap-raw-ram.c | 21 +++++---
 4 files changed, 129 insertions(+), 17 deletions(-)
---
base-commit: 23688febe4b44b10f4b454eb1cde0ba379a84119
change-id: 20260815-regmap-kunit-cache-high-bit-ddf03045f4a8

Best regards,
--  
Mark Brown <broonie@kernel.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 0/2] regmap: Test caches for regmaps with high bits set in register numbers
@ 2026-08-16 22:13 Mark Brown
  2026-08-16 22:13 ` [PATCH 1/2] regmap: Allow a base register to be specified for the RAM regmap Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2026-08-16 22:13 UTC (permalink / raw)
  To: linux-kernel, Mark Brown

We had some bugs in the past with the high bit set, add some coverage
for this to ensure it doesn't creep in.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (2):
      regmap: Allow a base register to be specified for the RAM regmap
      regmap: Test rbtree and maple caches for very high register numbers

 drivers/base/regmap/internal.h     |  1 +
 drivers/base/regmap/regmap-kunit.c | 94 +++++++++++++++++++++++++++++++++++++-
 drivers/base/regmap/regmap-ram.c   | 26 ++++++++---
 3 files changed, 114 insertions(+), 7 deletions(-)
---
base-commit: 23688febe4b44b10f4b454eb1cde0ba379a84119
change-id: 20260815-regmap-kunit-cache-high-bit-ddf03045f4a8

Best regards,
--  
Mark Brown <broonie@kernel.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-18 21:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-18 21:50 [PATCH 0/2] regmap: Test caches for regmaps with high bits set in register numbers Mark Brown
2026-08-18 21:50 ` [PATCH 1/2] regmap: Allow a base register to be specified for the RAM regmap Mark Brown
2026-08-18 21:50 ` [PATCH 2/2] regmap: Test rbtree and maple caches for very high register numbers Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2026-08-16 22:13 [PATCH 0/2] regmap: Test caches for regmaps with high bits set in " Mark Brown
2026-08-16 22:13 ` [PATCH 1/2] regmap: Allow a base register to be specified for the RAM regmap Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.