Re: [PATCH 2/2] regmap: mmio: Parse endianness definitions from DT

From: Alexander Stein
Date: Wed Mar 30 2016 - 06:36:35 EST


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.stein@xxxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
> ---
>
> 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.stein@xxxxxxxxxxxxxxxxxxxxx>

Best rehards,
Alexander