[U-Boot] [PATCH 0/5] dm: regmap: Various fixes for regmap

Simon Glass sjg at chromium.org
Fri Oct 11 22:16:45 UTC 2019


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



More information about the U-Boot mailing list