[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1313688345-17699-1-git-send-email-davidb@codeaurora.org>
Date: Thu, 18 Aug 2011 10:25:41 -0700
From: David Brown <davidb@...eaurora.org>
To: Randy Dunlap <rdunlap@...otime.net>,
Russell King <linux@....linux.org.uk>,
David Brown <davidb@...eaurora.org>,
Daniel Walker <dwalker@...o99.com>,
Bryan Huntsman <bryanh@...eaurora.org>,
Alan Cox <alan@...ux.intel.com>,
Grant Likely <grant.likely@...retlab.ca>
Cc: linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-doc@...r.kernel.org,
linux-serial@...r.kernel.org, devicetree-discuss@...ts.ozlabs.org
Subject: [PATCH v3 0/4] Initial DT support for MSM8660
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.
v3 - Use separate names for hsuart and lsuart, and common name.
Clean up io mapping for FPGA registers.
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists