]> 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)
commit29eb71351f089241a7c801b1eaaa192ff2c91592
treeaee340f0583fafe77bcfdf11a9f042aa394021f8
parent5d515ace4db9d92b9d34c6861580b063eb0f70ac
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