Re: [U-Boot] [PATCH v4 01/13] test: regmap: Increase size of syscon0 memory

2018-08-07 Thread Mario Six
Hi Anatolij, On Mon, Aug 6, 2018 at 10:56 PM Anatolij Gustschin wrote: > > Hi Mario, > > On Fri, 3 Aug 2018 10:01:06 +0200 > Mario Six mario@gdsys.cc wrote: > ... > > diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts > > index e941cea3e5c..47cc961890f 100644 > > ---

Re: [U-Boot] [PATCH v4 01/13] test: regmap: Increase size of syscon0 memory

2018-08-06 Thread Anatolij Gustschin
Hi Mario, On Fri, 3 Aug 2018 10:01:06 +0200 Mario Six mario@gdsys.cc wrote: ... > 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 @@ > >

Re: [U-Boot] [PATCH v4 01/13] test: regmap: Increase size of syscon0 memory

2018-08-06 Thread Anatolij Gustschin
On Fri, 3 Aug 2018 10:01:06 +0200 Mario Six mario@gdsys.cc wrote: > 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 >

[U-Boot] [PATCH v4 01/13] test: regmap: Increase size of syscon0 memory

2018-08-03 Thread Mario Six
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.