linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Andy Gross <agross@codeaurora.org>
Cc: Mathieu Olivari <mathieu@codeaurora.org>,
	linux-arm-msm@vger.kernel.org, Tim Bird <tim.bird@sonymobile.com>,
	linux-kernel@vger.kernel.org,
	Mike Rapoport <mike.rapoport@gmail.com>,
	Igor Grinberg <grinberg@compulab.co.il>,
	Bjorn Andersson <bjorn.andersson@sonymobile.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/10] Use stdout-path on qcom boards
Date: Tue, 16 Jun 2015 14:31:43 -0700	[thread overview]
Message-ID: <1434490313-13905-1-git-send-email-sboyd@codeaurora.org> (raw)

These patches convert the qcom dts files to use serial aliases
and the stdout-path property so that we don't have to put the
console on the kernel commandline.

Cc: Mike Rapoport <mike.rapoport@gmail.com>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Cc: Tim Bird <tim.bird@sonymobile.com>
Cc: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Cc: Mathieu Olivari <mathieu@codeaurora.org>

Stephen Boyd (10):
  ARM: dts: qcom: Label serial nodes for aliasing and stdout-path
  ARM: dts: qcom: apq8064-cm-qs600: Use stdout-path
  ARM: dts: qcom: apq8064-ifc6410: Use stdout-path
  ARM: dts: qcom: apq8074-dragonboard: Use stdout-path
  ARM: dts: qcom: apq8084-ifc6540: Use stdout-path
  ARM: dts: qcom: apq8084-mtp: Use stdout-path
  ARM: dts: qcom: ipq8064-ap148: Use stdout-path
  ARM: dts: qcom: msm8660-surf: Use stdout-path
  ARM: dts: qcom: msm8960-cdp: Use stdout-path
  ARM: dts: qcom: msm8974-sony-xperia-honami: Use stdout-path

 arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts           | 8 ++++++++
 arch/arm/boot/dts/qcom-apq8064-ifc6410.dts            | 4 ++++
 arch/arm/boot/dts/qcom-apq8074-dragonboard.dts        | 8 ++++++++
 arch/arm/boot/dts/qcom-apq8084-ifc6540.dts            | 8 ++++++++
 arch/arm/boot/dts/qcom-apq8084-mtp.dts                | 8 ++++++++
 arch/arm/boot/dts/qcom-apq8084.dtsi                   | 2 +-
 arch/arm/boot/dts/qcom-ipq8064-ap148.dts              | 8 ++++++++
 arch/arm/boot/dts/qcom-ipq8064.dtsi                   | 2 +-
 arch/arm/boot/dts/qcom-msm8660-surf.dts               | 8 ++++++++
 arch/arm/boot/dts/qcom-msm8660.dtsi                   | 2 +-
 arch/arm/boot/dts/qcom-msm8960-cdp.dts                | 8 ++++++++
 arch/arm/boot/dts/qcom-msm8960.dtsi                   | 2 +-
 arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | 8 ++++++++
 arch/arm/boot/dts/qcom-msm8974.dtsi                   | 2 +-
 14 files changed, 73 insertions(+), 5 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

             reply	other threads:[~2015-06-16 21:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-16 21:31 Stephen Boyd [this message]
2015-06-16 21:31 ` [PATCH 01/10] ARM: dts: qcom: Label serial nodes for aliasing and stdout-path Stephen Boyd
2015-08-27  4:35   ` Andy Gross
2015-06-16 21:31 ` [PATCH 02/10] ARM: dts: qcom: apq8064-cm-qs600: Use stdout-path Stephen Boyd
2015-08-27  4:33   ` Andy Gross
2015-06-16 21:31 ` [PATCH 03/10] ARM: dts: qcom: apq8064-ifc6410: " Stephen Boyd
2015-08-27  4:16   ` Andy Gross
2015-06-16 21:31 ` [PATCH 04/10] ARM: dts: qcom: apq8074-dragonboard: " Stephen Boyd
2015-08-27  4:17   ` Andy Gross
2015-06-16 21:31 ` [PATCH 05/10] ARM: dts: qcom: apq8084-ifc6540: " Stephen Boyd
2015-08-27  4:27   ` Andy Gross
2015-06-16 21:31 ` [PATCH 06/10] ARM: dts: qcom: apq8084-mtp: " Stephen Boyd
2015-08-27  4:36   ` Andy Gross
2015-06-16 21:31 ` [PATCH 07/10] ARM: dts: qcom: ipq8064-ap148: " Stephen Boyd
2015-08-27  4:34   ` Andy Gross
2015-06-16 21:31 ` [PATCH 08/10] ARM: dts: qcom: msm8660-surf: " Stephen Boyd
2015-08-27  4:36   ` Andy Gross
2015-06-16 21:31 ` [PATCH 09/10] ARM: dts: qcom: msm8960-cdp: " Stephen Boyd
2015-08-27  4:28   ` Andy Gross
2015-06-16 21:31 ` [PATCH 10/10] ARM: dts: qcom: msm8974-sony-xperia-honami: " Stephen Boyd
2015-08-27  4:36   ` Andy Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1434490313-13905-1-git-send-email-sboyd@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=agross@codeaurora.org \
    --cc=bjorn.andersson@sonymobile.com \
    --cc=grinberg@compulab.co.il \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu@codeaurora.org \
    --cc=mike.rapoport@gmail.com \
    --cc=tim.bird@sonymobile.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).