]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'msm-3.11-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb...
authorOlof Johansson <olof@lixom.net>
Sun, 4 Aug 2013 20:34:57 +0000 (13:34 -0700)
committerOlof Johansson <olof@lixom.net>
Sun, 4 Aug 2013 20:34:57 +0000 (13:34 -0700)
commit9b9b54432a44b0ef7c099d9c808524d2a1029605
tree6d2c6ac0a4afacd5d97d01b4de775fdccf48d66e
parent89760c3efeaee3e1234f1008d850eba9fe41fba6
parentbc0ae1d358ad031a5b79a7fbd2d521a4620b9ff1
Merge tag 'msm-3.11-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into fixes

From David Brown, fixes for MSM for 3.11:

Two small fixes for MSM.

The first fixes the a gpio controller register address.  I didn't see
any acks from the devicetree maintainers, so I've copied them on this
pull request.  The change itself is minor, and just to the register
address.

The second change removes the gpiomux V1 code from MSM.  This was
breaking compilation for some of the targets.

* tag 'msm-3.11-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm:
  ARM: msm: Consolidate gpiomux for older architectures
  ARM: msm: dts: Fix the gpio register address for msm8960

Signed-off-by: Olof Johansson <olof@lixom.net>