From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Clark Subject: [PATCH 0/3] Basic support for inforce IFC6410 board Date: Mon, 16 Dec 2013 12:00:51 -0500 Message-ID: <1387213254-23020-1-git-send-email-robdclark@gmail.com> Return-path: Received: from mail-qe0-f45.google.com ([209.85.128.45]:36878 "EHLO mail-qe0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754183Ab3LPRBE (ORCPT ); Mon, 16 Dec 2013 12:01:04 -0500 Received: by mail-qe0-f45.google.com with SMTP id 6so4189593qea.32 for ; Mon, 16 Dec 2013 09:01:03 -0800 (PST) Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: linux-arm-msm@vger.kernel.org Cc: Rob Clark Couple little patches, plus work-in-progress DT file for the IFC6410. With this, plus the msm clk support[1], I have serial console working on top of 3.13-rc4. The debug UART patch is not strictly required, but it is a lot easier to debug when you can see what is going on in early boot before the serial driver is up. [1] http://www.spinics.net/lists/devicetree/msg08409.html Rob Clark (3): mach-msm: add aqp8064 debug uart mach-msm: enable sparsemem for 8960 RFC: mach-msm: add DT for ifc6410 (apq8064) arch/arm/Kconfig.debug | 9 ++ arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 131 +++++++++++++++++++++++++++++ arch/arm/include/debug/msm.S | 5 ++ arch/arm/mach-msm/Kconfig | 3 + arch/arm/mach-msm/board-dt.c | 1 + arch/arm/mach-msm/include/mach/memory.h | 22 +++++ 6 files changed, 171 insertions(+) create mode 100644 arch/arm/boot/dts/qcom-apq8064-ifc6410.dts create mode 100644 arch/arm/mach-msm/include/mach/memory.h -- 1.8.4.2