From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752249Ab1HPRw1 (ORCPT ); Tue, 16 Aug 2011 13:52:27 -0400 Received: from wolverine01.qualcomm.com ([199.106.114.254]:17614 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751233Ab1HPRwZ (ORCPT ); Tue, 16 Aug 2011 13:52:25 -0400 X-IronPort-AV: E=McAfee;i="5400,1158,6440"; a="110727518" From: David Brown To: Randy Dunlap , Russell King , David Brown , Daniel Walker , Bryan Huntsman , Alan Cox , Grant Likely Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-serial@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Subject: [PATCH v2 0/4] Initial DT support for MSM8660 Date: Tue, 16 Aug 2011 10:52:12 -0700 Message-Id: <1313517136-27414-1-git-send-email-davidb@codeaurora.org> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds initial support for booting the MSM8660 via devicetree. The target boots with a serial console, and no platform data. In order to test this with a devicetree boot, it is necessary to include patches allowing the devicetree to be appended to the kernel, and merge ATAG values into the DT. Once these patches reach mainline, I intend to remove the non-DT boot for this target. History: v2 - Consistent name for msm-uart devices. David Brown (4): msm_serial: Use relative resources for iomem msm_serial: Add devicetree support ARM: msm: Add devicetree support for msm8660-surf ARM: msm: Describe MSM 8660 SURF FPGA registers in DT .../devicetree/bindings/tty/serial/msm_serial.txt | 22 +++++ arch/arm/boot/dts/msm8660-surf.dts | 29 ++++++ arch/arm/mach-msm/board-msm8x60.c | 98 ++++++++++++++++++-- drivers/tty/serial/msm_serial.c | 30 ++++-- 4 files changed, 162 insertions(+), 17 deletions(-) create mode 100644 Documentation/devicetree/bindings/tty/serial/msm_serial.txt create mode 100644 arch/arm/boot/dts/msm8660-surf.dts -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.