All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] dm: regmap: Various fixes for regmap
@ 2019-10-11 22:16 Simon Glass
  2019-10-11 22:16 ` [U-Boot] [PATCH 1/5] sandbox: test: Show hex values on failure Simon Glass
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Simon Glass @ 2019-10-11 22:16 UTC (permalink / raw)
  To: u-boot

Recently a feature was added to allow sandbox to do memory-mapped IO using
readl(), writel(), etc. This adds a few fixes and improvements to this.

It also includes an updated version of Jean-Jacques patch to add more
tests for regmap.


Jean-Jacques Hiblot (1):
  test: regmap: check the values read from the regmap

Simon Glass (4):
  sandbox: test: Show hex values on failure
  sandbox: Drop 'const' from sandbox_write()
  sandbox: test: Add a prototype for sandbox_set_enable_memio()
  dm: regmap: Fix mask in regmap_update_bits()

 arch/sandbox/cpu/cpu.c          |  3 +--
 arch/sandbox/include/asm/io.h   | 11 +++++------
 arch/sandbox/include/asm/test.h | 11 +++++++++++
 drivers/core/regmap.c           |  2 +-
 include/regmap.h                |  3 ++-
 include/test/ut.h               |  3 ++-
 test/dm/regmap.c                | 19 ++++++++++++++++---
 7 files changed, 38 insertions(+), 14 deletions(-)

-- 
2.23.0.700.g56cf767bdb-goog

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

end of thread, other threads:[~2019-10-29 23:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 22:16 [U-Boot] [PATCH 0/5] dm: regmap: Various fixes for regmap Simon Glass
2019-10-11 22:16 ` [U-Boot] [PATCH 1/5] sandbox: test: Show hex values on failure Simon Glass
2019-10-12  2:13   ` Bin Meng
2019-10-29 23:21   ` sjg at google.com
2019-10-11 22:16 ` [U-Boot] [PATCH 2/5] sandbox: Drop 'const' from sandbox_write() Simon Glass
2019-10-12  2:12   ` Bin Meng
2019-10-29 23:21   ` sjg at google.com
2019-10-11 22:16 ` [U-Boot] [PATCH 3/5] sandbox: test: Add a prototype for sandbox_set_enable_memio() Simon Glass
2019-10-12  2:13   ` Bin Meng
2019-10-29 23:21   ` sjg at google.com
2019-10-11 22:16 ` [U-Boot] [PATCH 4/5] dm: regmap: Fix mask in regmap_update_bits() Simon Glass
2019-10-12  2:17   ` Bin Meng
2019-10-25  9:40   ` Jean-Jacques Hiblot
2019-10-29 23:21   ` sjg at google.com
2019-10-11 22:16 ` [U-Boot] [PATCH 5/5] test: regmap: check the values read from the regmap Simon Glass
2019-10-12  2:41   ` Bin Meng
2019-10-29 23:21   ` sjg at google.com

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.