]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: mmio: Parse endianness definitions from DT
authorMark Brown <broonie@kernel.org>
Tue, 29 Mar 2016 19:30:44 +0000 (12:30 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 30 Mar 2016 15:46:15 +0000 (08:46 -0700)
commita484f271c0423ee0e2c0388c48af0b0d34f29ae3
treeaee340f0583fafe77bcfdf11a9f042aa394021f8
parent162c9523c363ece760eadc24e1f5a86931822360
regmap: mmio: Parse endianness definitions from DT

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@systec-electronic.com>
Tested-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-mmio.c