All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 01/13] test: regmap: Increase size of syscon0 memory
@ 2018-08-03  8:01 Mario Six
  2018-08-03  8:01 ` [U-Boot] [PATCH v4 02/13] regmap: Fix documentation Mario Six
                   ` (13 more replies)
  0 siblings, 14 replies; 35+ messages in thread
From: Mario Six @ 2018-08-03  8:01 UTC (permalink / raw)
  To: u-boot

The upcoming changes to the regmap interface will contain a proper check
for plausibility when reading/writing from/to a register map. To still
have the current tests pass, increase the size of the memory region for
the syscon0 device, since one of the tests reads and writes beyond this
range.

Reviewed-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>

---

v3 -> v4:
No changes

v2 -> v3:
New in v3

---
 arch/sandbox/dts/test.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index e941cea3e5c..47cc961890f 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -406,7 +406,7 @@

 	syscon at 0 {
 		compatible = "sandbox,syscon0";
-		reg = <0x10 4>;
+		reg = <0x10 16>;
 	};

 	syscon at 1 {
--
2.11.0

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

end of thread, other threads:[~2018-08-08  6:19 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-03  8:01 [U-Boot] [PATCH v4 01/13] test: regmap: Increase size of syscon0 memory Mario Six
2018-08-03  8:01 ` [U-Boot] [PATCH v4 02/13] regmap: Fix documentation Mario Six
2018-08-06 13:01   ` Anatolij Gustschin
2018-08-03  8:01 ` [U-Boot] [PATCH v4 03/13] regmap: Add documentation Mario Six
2018-08-06 13:02   ` Anatolij Gustschin
2018-08-03  8:01 ` [U-Boot] [PATCH v4 04/13] regmap: Improve error handling Mario Six
2018-08-06 13:09   ` Anatolij Gustschin
2018-08-03  8:01 ` [U-Boot] [PATCH v4 05/13] regmap: Introduce init_range Mario Six
2018-08-06 13:10   ` Anatolij Gustschin
2018-08-03  8:01 ` [U-Boot] [PATCH v4 06/13] regmap: Add error output Mario Six
2018-08-06 13:10   ` Anatolij Gustschin
2018-08-03  8:01 ` [U-Boot] [PATCH v4 07/13] regmap: Add raw read/write functions Mario Six
2018-08-06 13:11   ` Anatolij Gustschin
2018-08-06 19:11   ` Anatolij Gustschin
2018-08-07  7:36     ` Mario Six
2018-08-07  7:45       ` Anatolij Gustschin
2018-08-07 14:31       ` Daniel Schwierzeck
2018-08-08  6:19         ` Mario Six
2018-08-03  8:01 ` [U-Boot] [PATCH v4 08/13] regmap: Support reading from specific range Mario Six
2018-08-06 13:16   ` Anatolij Gustschin
2018-08-06 13:16   ` Anatolij Gustschin
2018-08-03  8:01 ` [U-Boot] [PATCH v4 09/13] regmap: Define regmap_{get,set} Mario Six
2018-08-03  8:01 ` [U-Boot] [PATCH v4 10/13] test: regmap: Add test for regmap_{set, get} Mario Six
2018-08-06 13:26   ` Anatolij Gustschin
2018-08-03  8:01 ` [U-Boot] [PATCH v4 11/13] misc: Sort Makefile entries Mario Six
2018-08-06 14:18   ` [U-Boot] [PATCH v5 " Anatolij Gustschin
2018-08-06 14:42     ` Anatolij Gustschin
2018-08-06 14:20   ` [U-Boot] [PATCH v4 " Anatolij Gustschin
2018-08-03  8:01 ` [U-Boot] [PATCH v4 12/13] misc: Add gdsys_soc driver Mario Six
2018-08-06 16:13   ` Anatolij Gustschin
2018-08-03  8:01 ` [U-Boot] [PATCH v4 13/13] misc: Add IHS FPGA driver Mario Six
2018-08-06 16:16   ` Anatolij Gustschin
2018-08-06 13:01 ` [U-Boot] [PATCH v4 01/13] test: regmap: Increase size of syscon0 memory Anatolij Gustschin
2018-08-06 20:56 ` Anatolij Gustschin
2018-08-07  7:37   ` Mario Six

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.