regmap: mmio: request native endian formatting
authorStephen Warren <swarren@nvidia.com>
Thu, 24 May 2012 16:47:27 +0000 (10:47 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 3 Jun 2012 12:11:43 +0000 (13:11 +0100)
commit6a55244e897d32952832a67cb35cfbfa3f722c50
treebe0a289314b2f99ea6d4ffc2d7632d53c844e137
parent141eba2e006dd8145bed2e49fae3de5af65ab9b0
regmap: mmio: request native endian formatting

This will avoid the regmap core converting all addresses and values into
big endian, only for the mmio bus driver to have to convert them back to
native endian.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regmap-mmio.c