Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Feb 2016 18:20:06 +0000 (10:20 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Feb 2016 18:20:06 +0000 (10:20 -0800)
commit92e6edd685a83f8fa922f3274c362a583deea784
tree9aaa4bc00bd7426abcd3456e099b0322adbe773a
parent4ba6a2b28f111e4c9621487612056d10f3f4a6ca
parent320549a22484952d88d4e0320218765b16cd2174
Merge tag 'regmap-fix-v4.5-big-endian' of git://git./linux/kernel/git/broonie/regmap

Pull regmap fix from Mark Brown:
 "A single revert back to v4.4 endianness handling.

  Commit 29bb45f25ff3 ("regmap-mmio: Use native endianness for
  read/write") attempted to fix some long standing bugs in the MMIO
  implementation for big endian systems caused by duplicate byte
  swapping in both regmap and readl()/writel().  Sadly the fix makes
  things worse rather than better, so revert it for now"

* tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: mmio: Revert to v4.4 endianness handling