All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Long <eric.long@spreadtrum.com>
To: Guenter Roeck <linux@roeck-us.net>, <eric.long@spreadtrum.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>, <baolin.wang@linaro.org>,
	<linux-watchdog@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <huitao.yue@spreadtrum.com>
Subject: Re: [PATCH v7 1/2] dt-bindings: watchdog: Add Spreadtrum watchdog documentation
Date: Tue, 28 Nov 2017 14:13:04 +0800	[thread overview]
Message-ID: <20171128061304.GA26779@spreadtrum.com> (raw)
In-Reply-To: <445d1641-de20-860c-5448-4b1533426441@roeck-us.net>

Hi Guenter,

Thanks again for you review.
I am very glad that this patch has been accepted.

Best Regards,
Eric Long

On Mon, Nov 27, 2017 at 08:09:18PM -0800, Guenter Roeck wrote:
> On 11/27/2017 06:18 PM, Eric Long wrote:
> >This patch adds the documentation for Spreadtrum watchdog driver.
> >
> >Signed-off-by: Eric Long <eric.long@spreadtrum.com>
> >Acked-by: Rob Herring <robh@kernel.org>
> 
> The patch series is in my tree, and will ultimately find its way into Wim's tree.
> No need to resend it anymore.
> 
> In general, if a patch is available in
> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-next
> there is no need to resend it.
> 
> Thanks,
> Guenter
> 
> >---
> >Changes since v6:
> >- No updates.
> >
> >Changes since v5:
> >- No updates.
> >
> >Changes since v4:
> >- No updates.
> >
> >Changes since v3:
> >- No updates.
> >
> >Changes since v2:
> >- Add acked tag from Rob.
> >
> >Changes since v1:
> >- No updates.
> >---
> >  .../devicetree/bindings/watchdog/sprd-wdt.txt         | 19 +++++++++++++++++++
> >  1 file changed, 19 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
> >
> >diff --git a/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt b/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
> >new file mode 100644
> >index 0000000..aeaf3e0
> >--- /dev/null
> >+++ b/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
> >@@ -0,0 +1,19 @@
> >+Spreadtrum SoCs Watchdog timer
> >+
> >+Required properties:
> >+- compatible : Should be "sprd,sp9860-wdt".
> >+- reg : Specifies base physical address and size of the registers.
> >+- interrupts : Exactly one interrupt specifier.
> >+- timeout-sec : Contain the default watchdog timeout in seconds.
> >+- clock-names : Contain the input clock names.
> >+- clocks : Phandles to input clocks.
> >+
> >+Example:
> >+	watchdog: watchdog@40310000 {
> >+		compatible = "sprd,sp9860-wdt";
> >+		reg = <0 0x40310000 0 0x1000>;
> >+		interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
> >+		timeout-sec = <12>;
> >+		clock-names = "enable", "rtc_enable";
> >+		clocks = <&clk_aon_apb_gates1 8>, <&clk_aon_apb_rtc_gates 9>;
> >+	};
> >
> 

WARNING: multiple messages have this Message-ID (diff)
From: Eric Long <eric.long@spreadtrum.com>
To: Guenter Roeck <linux@roeck-us.net>, eric.long@spreadtrum.com
Cc: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	baolin.wang@linaro.org, linux-watchdog@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	huitao.yue@spreadtrum.com
Subject: Re: [PATCH v7 1/2] dt-bindings: watchdog: Add Spreadtrum watchdog documentation
Date: Tue, 28 Nov 2017 14:13:04 +0800	[thread overview]
Message-ID: <20171128061304.GA26779@spreadtrum.com> (raw)
In-Reply-To: <445d1641-de20-860c-5448-4b1533426441@roeck-us.net>

Hi Guenter,

Thanks again for you review.
I am very glad that this patch has been accepted.

Best Regards,
Eric Long

On Mon, Nov 27, 2017 at 08:09:18PM -0800, Guenter Roeck wrote:
> On 11/27/2017 06:18 PM, Eric Long wrote:
> >This patch adds the documentation for Spreadtrum watchdog driver.
> >
> >Signed-off-by: Eric Long <eric.long@spreadtrum.com>
> >Acked-by: Rob Herring <robh@kernel.org>
> 
> The patch series is in my tree, and will ultimately find its way into Wim's tree.
> No need to resend it anymore.
> 
> In general, if a patch is available in
> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-next
> there is no need to resend it.
> 
> Thanks,
> Guenter
> 
> >---
> >Changes since v6:
> >- No updates.
> >
> >Changes since v5:
> >- No updates.
> >
> >Changes since v4:
> >- No updates.
> >
> >Changes since v3:
> >- No updates.
> >
> >Changes since v2:
> >- Add acked tag from Rob.
> >
> >Changes since v1:
> >- No updates.
> >---
> >  .../devicetree/bindings/watchdog/sprd-wdt.txt         | 19 +++++++++++++++++++
> >  1 file changed, 19 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
> >
> >diff --git a/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt b/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
> >new file mode 100644
> >index 0000000..aeaf3e0
> >--- /dev/null
> >+++ b/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
> >@@ -0,0 +1,19 @@
> >+Spreadtrum SoCs Watchdog timer
> >+
> >+Required properties:
> >+- compatible : Should be "sprd,sp9860-wdt".
> >+- reg : Specifies base physical address and size of the registers.
> >+- interrupts : Exactly one interrupt specifier.
> >+- timeout-sec : Contain the default watchdog timeout in seconds.
> >+- clock-names : Contain the input clock names.
> >+- clocks : Phandles to input clocks.
> >+
> >+Example:
> >+	watchdog: watchdog@40310000 {
> >+		compatible = "sprd,sp9860-wdt";
> >+		reg = <0 0x40310000 0 0x1000>;
> >+		interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
> >+		timeout-sec = <12>;
> >+		clock-names = "enable", "rtc_enable";
> >+		clocks = <&clk_aon_apb_gates1 8>, <&clk_aon_apb_rtc_gates 9>;
> >+	};
> >
> 

  reply	other threads:[~2017-11-28  6:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-28  2:18 [PATCH v7 1/2] dt-bindings: watchdog: Add Spreadtrum watchdog documentation Eric Long
2017-11-28  2:18 ` Eric Long
2017-11-28  2:18 ` [PATCH v7 2/2] watchdog: Add Spreadtrum watchdog driver Eric Long
2017-11-28  2:18   ` Eric Long
2017-11-28  4:09 ` [PATCH v7 1/2] dt-bindings: watchdog: Add Spreadtrum watchdog documentation Guenter Roeck
2017-11-28  4:09   ` Guenter Roeck
2017-11-28  6:13   ` Eric Long [this message]
2017-11-28  6:13     ` Eric Long

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=20171128061304.GA26779@spreadtrum.com \
    --to=eric.long@spreadtrum.com \
    --cc=baolin.wang@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=huitao.yue@spreadtrum.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.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.