mbox

[GIT,PULL] msm: initial devicetree support

Message ID 20110830225139.GA7093@huya.qualcomm.com
State New
Headers show

Pull-request

git://codeaurora.org/quic/kernel/davidb/linux-msm.git msm-dt

Message

David Brown Aug. 30, 2011, 10:51 p.m. UTC
The following changes since commit c6a389f123b9f68d605bb7e0f9b32ec1e3e14132:

  Linux 3.1-rc4 (2011-08-28 21:16:01 -0700)

are available in the git repository at:
  git://codeaurora.org/quic/kernel/davidb/linux-msm.git msm-dt

David Brown (3):
      msm_serial: Use relative resources for iomem
      msm_serial: Add devicetree support
      ARM: msm: Add devicetree support for msm8660-surf

 .../devicetree/bindings/tty/serial/msm_serial.txt  |   27 +++++++++
 arch/arm/boot/dts/msm8660-surf.dts                 |   24 ++++++++
 arch/arm/mach-msm/board-msm8x60.c                  |   58 +++++++++++++++++---
 drivers/tty/serial/msm_serial.c                    |   30 +++++++----
 4 files changed, 122 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/tty/serial/msm_serial.txt
 create mode 100644 arch/arm/boot/dts/msm8660-surf.dts

Comments

Arnd Bergmann Sept. 10, 2011, 9:37 p.m. UTC | #1
On Wednesday 31 August 2011, David Brown wrote:
> The following changes since commit c6a389f123b9f68d605bb7e0f9b32ec1e3e14132:
> 
>   Linux 3.1-rc4 (2011-08-28 21:16:01 -0700)
> 
> are available in the git repository at:
>   git://codeaurora.org/quic/kernel/davidb/linux-msm.git msm-dt
> 
> David Brown (3):
>       msm_serial: Use relative resources for iomem
>       msm_serial: Add devicetree support
>       ARM: msm: Add devicetree support for msm8660-surf


Pulled into the next/dt branch of the temporary arm-soc.git on git.linaro.org.

Thanks!

	Arnd