All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Matthias Brugger <matthias.bgg@gmail.com>,
	wim@iguana.be, robh+dt@kernel.org, pawel.moll@arm.com,
	mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
	galak@codeaurora.org, grant.likely@linaro.org
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org,
	heiko@sntech.de, yingjoe.chen@gmail.com, ibanezchen@gmail.com,
	greta.zhang@mediatek.com, eddie.huang@mediatek.com
Subject: Re: [PATCH v2 2/2] ARM: mediatek: dts: Add bindings for watchdog
Date: Sat, 13 Dec 2014 07:45:35 -0800	[thread overview]
Message-ID: <548C5F1F.8070804@roeck-us.net> (raw)
In-Reply-To: <1418395859-32209-3-git-send-email-matthias.bgg@gmail.com>

On 12/12/2014 06:50 AM, Matthias Brugger wrote:
> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
> ---
>   Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 13 +++++++++++++
>   1 file changed, 13 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
>
> diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> new file mode 100644
> index 0000000..af9eb5b
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> @@ -0,0 +1,13 @@
> +Mediatek SoCs Watchdog timer
> +
> +Required properties:
> +
> +- compatible : should be "mediatek,mt6589-wdt"

"mediatek" is undefined as vendor prefix in the current upstream code.
Is this vendor prefix coming in from another patch set ?

Guenter

> +- reg : Specifies base physical address and size of the registers.
> +
> +Example:
> +
> +wdt: watchdog@010000000 {
> +	compatible = "mediatek,mt6589-wdt";
> +	reg = <0x10000000 0x18>;
> +};
>


WARNING: multiple messages have this Message-ID (diff)
From: linux@roeck-us.net (Guenter Roeck)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] ARM: mediatek: dts: Add bindings for watchdog
Date: Sat, 13 Dec 2014 07:45:35 -0800	[thread overview]
Message-ID: <548C5F1F.8070804@roeck-us.net> (raw)
In-Reply-To: <1418395859-32209-3-git-send-email-matthias.bgg@gmail.com>

On 12/12/2014 06:50 AM, Matthias Brugger wrote:
> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
> ---
>   Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 13 +++++++++++++
>   1 file changed, 13 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
>
> diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> new file mode 100644
> index 0000000..af9eb5b
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> @@ -0,0 +1,13 @@
> +Mediatek SoCs Watchdog timer
> +
> +Required properties:
> +
> +- compatible : should be "mediatek,mt6589-wdt"

"mediatek" is undefined as vendor prefix in the current upstream code.
Is this vendor prefix coming in from another patch set ?

Guenter

> +- reg : Specifies base physical address and size of the registers.
> +
> +Example:
> +
> +wdt: watchdog at 010000000 {
> +	compatible = "mediatek,mt6589-wdt";
> +	reg = <0x10000000 0x18>;
> +};
>

  reply	other threads:[~2014-12-13 15:45 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-12 14:50 [PATCH v2 0/2] ARM: mediatek: Add watchdog driver Matthias Brugger
2014-12-12 14:50 ` Matthias Brugger
2014-12-12 14:50 ` [PATCH v2 1/2] watchdog: Add driver for Mediatek watchdog Matthias Brugger
2014-12-12 14:50   ` Matthias Brugger
2014-12-13  2:08   ` Chen-Yu Tsai
2014-12-13  2:08     ` Chen-Yu Tsai
2014-12-13 15:44   ` Guenter Roeck
2014-12-13 15:44     ` Guenter Roeck
2014-12-15  3:37   ` Eddie Huang
2014-12-15  3:37     ` Eddie Huang
2014-12-12 14:50 ` [PATCH v2 2/2] ARM: mediatek: dts: Add bindings for watchdog Matthias Brugger
2014-12-12 14:50   ` Matthias Brugger
2014-12-13 15:45   ` Guenter Roeck [this message]
2014-12-13 15:45     ` Guenter Roeck
2014-12-16 16:14     ` Matthias Brugger
2014-12-16 16:14       ` Matthias Brugger
2014-12-16 16:34       ` Guenter Roeck
2014-12-16 16:34         ` Guenter Roeck

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=548C5F1F.8070804@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=eddie.huang@mediatek.com \
    --cc=galak@codeaurora.org \
    --cc=grant.likely@linaro.org \
    --cc=greta.zhang@mediatek.com \
    --cc=heiko@sntech.de \
    --cc=ibanezchen@gmail.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=wim@iguana.be \
    --cc=yingjoe.chen@gmail.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 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.