]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitab23a88b41c2e89a01d73bd8f3e56e7144d08308
tree9aaa4bc00bd7426abcd3456e099b0322adbe773a
parentfbfe763ed9cbb939d67c91eaa32bbcbeb5deea63
parenta546ea8474477fe7a6d7deaa626dd21dba1843b8
Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap

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

  Commit aeaaa3b0e142 ("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