From: Guenter Roeck <linux@roeck-us.net>
To: Joel Stanley <joel@jms.id.au>
Cc: wim@iguana.be, linux-watchdog@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, jk@ozlabs.org,
benh@kernel.crashing.org
Subject: Re: [v2,1/2] doc/devicetree: Add Aspeed watchdog timer bindings
Date: Thu, 23 Jun 2016 06:46:51 -0700 [thread overview]
Message-ID: <20160623134651.GA5523@roeck-us.net> (raw)
In-Reply-To: <1463062631-16432-2-git-send-email-joel@jms.id.au>
On Thu, May 12, 2016 at 11:47:10PM +0930, Joel Stanley wrote:
> Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
> .../devicetree/bindings/watchdog/aspeed-wdt.txt | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
>
> diff --git a/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
> new file mode 100644
> index 000000000000..78ad314eaab9
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
> @@ -0,0 +1,16 @@
> +Aspeed Watchdog Timer
> +
> +Required properties:
> + - compatible: must be one of:
> + - "aspeed,ast2400-wdt"
> + - "aspeed,ast2500-wdt"
> +
> + - reg: physical base address of the controller and length of memory mapped
> + region
> +
> +Example:
> +
> + watchdog1: watchdog@1e785000 {
> + compatible = "aspeed,ast2400-wdt";
> + reg = <0x1e785000 0x1c>;
> + };
WARNING: multiple messages have this Message-ID (diff)
From: linux@roeck-us.net (Guenter Roeck)
To: linux-arm-kernel@lists.infradead.org
Subject: [v2,1/2] doc/devicetree: Add Aspeed watchdog timer bindings
Date: Thu, 23 Jun 2016 06:46:51 -0700 [thread overview]
Message-ID: <20160623134651.GA5523@roeck-us.net> (raw)
In-Reply-To: <1463062631-16432-2-git-send-email-joel@jms.id.au>
On Thu, May 12, 2016 at 11:47:10PM +0930, Joel Stanley wrote:
> Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
> .../devicetree/bindings/watchdog/aspeed-wdt.txt | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
>
> diff --git a/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
> new file mode 100644
> index 000000000000..78ad314eaab9
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
> @@ -0,0 +1,16 @@
> +Aspeed Watchdog Timer
> +
> +Required properties:
> + - compatible: must be one of:
> + - "aspeed,ast2400-wdt"
> + - "aspeed,ast2500-wdt"
> +
> + - reg: physical base address of the controller and length of memory mapped
> + region
> +
> +Example:
> +
> + watchdog1: watchdog at 1e785000 {
> + compatible = "aspeed,ast2400-wdt";
> + reg = <0x1e785000 0x1c>;
> + };
next prev parent reply other threads:[~2016-06-23 13:47 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-09 12:34 [PATCH 0/2] watchdog: Add Aspeed watchdog driver Joel Stanley
2016-05-09 12:34 ` Joel Stanley
2016-05-09 12:34 ` Joel Stanley
2016-05-09 12:34 ` [PATCH 1/2] doc/devicetree: Add Aspeed watchdog timer bindings Joel Stanley
2016-05-09 12:34 ` Joel Stanley
2016-05-09 12:34 ` Joel Stanley
2016-05-09 20:38 ` Rob Herring
2016-05-09 20:38 ` Rob Herring
2016-05-09 20:38 ` Rob Herring
2016-05-10 11:24 ` Joel Stanley
2016-05-10 11:24 ` Joel Stanley
2016-05-10 11:24 ` Joel Stanley
2016-05-09 12:34 ` [PATCH 2/2] watchdog: Add Aspeed watchdog driver Joel Stanley
2016-05-09 12:34 ` Joel Stanley
2016-05-09 12:34 ` Joel Stanley
2016-05-09 14:48 ` Guenter Roeck
2016-05-09 14:48 ` Guenter Roeck
2016-05-09 14:48 ` Guenter Roeck
2016-05-10 11:10 ` Joel Stanley
2016-05-10 11:10 ` Joel Stanley
2016-05-10 11:10 ` Joel Stanley
2016-05-10 13:25 ` Guenter Roeck
2016-05-10 13:25 ` Guenter Roeck
2016-05-10 13:25 ` Guenter Roeck
2016-05-12 14:17 ` [PATCH v2 0/2] " Joel Stanley
2016-05-12 14:17 ` Joel Stanley
2016-05-12 14:17 ` Joel Stanley
2016-05-12 14:17 ` [PATCH v2 1/2] doc/devicetree: Add Aspeed watchdog timer bindings Joel Stanley
2016-05-12 14:17 ` Joel Stanley
2016-06-23 13:46 ` Guenter Roeck [this message]
2016-06-23 13:46 ` [v2,1/2] " Guenter Roeck
2016-05-12 14:17 ` [PATCH v2 2/2] watchdog: Add Aspeed watchdog driver Joel Stanley
2016-05-12 14:17 ` Joel Stanley
2016-05-14 21:34 ` Guenter Roeck
2016-05-14 21:34 ` Guenter Roeck
2016-05-18 6:50 ` Joel Stanley
2016-05-18 6:50 ` Joel Stanley
2016-05-18 8:20 ` [PATCH v3 0/2] " Joel Stanley
2016-05-18 8:20 ` Joel Stanley
2016-05-18 8:20 ` [PATCH v3 1/2] doc/devicetree: Add Aspeed watchdog timer bindings Joel Stanley
2016-05-18 8:20 ` Joel Stanley
2016-05-30 8:07 ` Guenter Roeck
2016-05-30 8:07 ` Guenter Roeck
2016-05-18 8:21 ` [PATCH v3 2/2] watchdog: Add Aspeed watchdog driver Joel Stanley
2016-05-18 8:21 ` Joel Stanley
2016-05-30 8:08 ` Guenter Roeck
2016-05-30 8:08 ` Guenter Roeck
2016-07-17 19:49 ` [PATCH v3 0/2] " Wim Van Sebroeck
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=20160623134651.GA5523@roeck-us.net \
--to=linux@roeck-us.net \
--cc=benh@kernel.crashing.org \
--cc=jk@ozlabs.org \
--cc=joel@jms.id.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=wim@iguana.be \
/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.