All of lore.kernel.org
 help / color / mirror / Atom feed
From: Georgi Djakov <gdjakov@mm-sol.com>
To: mturquette@linaro.org, linux@arm.linux.org.uk,
	robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	sboyd@codeaurora.org, rdunlap@infradead.org
Cc: linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-msm@vger.kernel.org, Georgi Djakov <gdjakov@mm-sol.com>
Subject: [PATCH v2 1/4] clk: qcom: Add APQ8084 Global Clock Controller documentation
Date: Sat, 31 May 2014 18:45:31 +0300	[thread overview]
Message-ID: <1401551134-28485-2-git-send-email-gdjakov@mm-sol.com> (raw)
In-Reply-To: <1401551134-28485-1-git-send-email-gdjakov@mm-sol.com>

Add the compatible string for the APQ8084 global clock controller
to the clock binding documentation.

Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
---
 .../devicetree/bindings/clock/qcom,gcc.txt         |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt
index 7b7104e..13fc1ef 100644
--- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt
+++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt
@@ -5,6 +5,7 @@ Required properties :
 - compatible : shall contain only one of the following:
 
 			"qcom,gcc-apq8064"
+			"qcom,gcc-apq8084"
 			"qcom,gcc-msm8660"
 			"qcom,gcc-msm8960"
 			"qcom,gcc-msm8974"
-- 
1.7.9.5

WARNING: multiple messages have this Message-ID (diff)
From: gdjakov@mm-sol.com (Georgi Djakov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/4] clk: qcom: Add APQ8084 Global Clock Controller documentation
Date: Sat, 31 May 2014 18:45:31 +0300	[thread overview]
Message-ID: <1401551134-28485-2-git-send-email-gdjakov@mm-sol.com> (raw)
In-Reply-To: <1401551134-28485-1-git-send-email-gdjakov@mm-sol.com>

Add the compatible string for the APQ8084 global clock controller
to the clock binding documentation.

Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
---
 .../devicetree/bindings/clock/qcom,gcc.txt         |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt
index 7b7104e..13fc1ef 100644
--- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt
+++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt
@@ -5,6 +5,7 @@ Required properties :
 - compatible : shall contain only one of the following:
 
 			"qcom,gcc-apq8064"
+			"qcom,gcc-apq8084"
 			"qcom,gcc-msm8660"
 			"qcom,gcc-msm8960"
 			"qcom,gcc-msm8974"
-- 
1.7.9.5

  reply	other threads:[~2014-05-31 15:45 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-31 15:45 [PATCH v2 0/4] clk: qcom: Add APQ8084 Global Clock Controller support Georgi Djakov
2014-05-31 15:45 ` Georgi Djakov
2014-05-31 15:45 ` Georgi Djakov [this message]
2014-05-31 15:45   ` [PATCH v2 1/4] clk: qcom: Add APQ8084 Global Clock Controller documentation Georgi Djakov
2014-06-02 19:41   ` Stephen Boyd
2014-06-02 19:41     ` Stephen Boyd
2014-05-31 15:45 ` [PATCH v2 2/4] clk: qcom: Add APQ8084 Global Clock Controller support Georgi Djakov
2014-05-31 15:45   ` Georgi Djakov
2014-06-02 19:36   ` Stephen Boyd
2014-06-02 19:36     ` Stephen Boyd
2014-06-02 19:47     ` Georgi Djakov
2014-06-02 19:47       ` Georgi Djakov
2014-05-31 15:45 ` [PATCH v2 3/4] ARM: dts: qcom: Add APQ8084 Global Clock Controller DT node Georgi Djakov
2014-05-31 15:45   ` Georgi Djakov
2014-06-02 19:43   ` Stephen Boyd
2014-06-02 19:43     ` Stephen Boyd
2014-06-02 20:41   ` Kumar Gala
2014-06-02 20:41     ` Kumar Gala
2014-06-02 20:49     ` Georgi Djakov
2014-06-02 20:49       ` Georgi Djakov
2014-05-31 15:45 ` [PATCH v2 4/4] ARM: dts: qcom: Add APQ8084 serial port " Georgi Djakov
2014-05-31 15:45   ` Georgi Djakov
2014-06-02 19:41   ` Stephen Boyd
2014-06-02 19:41     ` Stephen Boyd

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=1401551134-28485-2-git-send-email-gdjakov@mm-sol.com \
    --to=gdjakov@mm-sol.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@linaro.org \
    --cc=pawel.moll@arm.com \
    --cc=rdunlap@infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.