On Tuesday 29 March 2016 12:41:55, Mark Brown wrote: > Since we changed to do formatting in the bus we now skip all the format > parsing that the core does for its data marshalling code. This means > that we skip the DT parsing it does which breaks some systems, we need > to add an explict call in the MMIO code to do this. > > Reported-by: Alexander Stein <alexander.st...@systec-electronic.com> > Signed-off-by: Mark Brown <broo...@kernel.org> > --- > > Completely untested, I had been hoping you'd be able to write and test > something yourself. > > drivers/base/regmap/regmap-mmio.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Tested-by: Alexander Stein <alexander.st...@systec-electronic.com> Best rehards, Alexander