public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] regmap: Provide basic test coverage for raw I/O
@ 2023-06-11 13:25 Mark Brown
  2023-06-11 13:25 ` [PATCH 1/2] regmap: Provide a ram backed regmap with raw support Mark Brown
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mark Brown @ 2023-06-11 13:25 UTC (permalink / raw)
  To: linux-kernel, Mark Brown

Our existing coverage only deals with buses that provide single register
read and write operations, extend it to cover raw buses using a similar
approach with a RAM backed register map that the tests can inspect to
check operations.  This coverage could be more complete but provides a
good start.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (2):
      regmap: Provide a ram backed regmap with raw support
      regmap: Provide basic KUnit coverage for the raw register I/O

 drivers/base/regmap/Makefile         |   2 +-
 drivers/base/regmap/internal.h       |   8 +
 drivers/base/regmap/regmap-kunit.c   | 327 +++++++++++++++++++++++++++++++++++
 drivers/base/regmap/regmap-raw-ram.c | 133 ++++++++++++++
 4 files changed, 469 insertions(+), 1 deletion(-)
---
base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7
change-id: 20230610-regcache-raw-kunit-3d866fb82485

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


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

end of thread, other threads:[~2023-06-12 17:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 13:25 [PATCH 0/2] regmap: Provide basic test coverage for raw I/O Mark Brown
2023-06-11 13:25 ` [PATCH 1/2] regmap: Provide a ram backed regmap with raw support Mark Brown
2023-06-11 13:25 ` [PATCH 2/2] regmap: Provide basic KUnit coverage for the raw register I/O Mark Brown
2023-06-12 17:15 ` [PATCH 0/2] regmap: Provide basic test coverage for raw I/O Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox