All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Carlo Caione <carlo@caione.org>
Cc: wim@iguana.be, linux-watchdog@vger.kernel.org,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	Beniamino Galvani <b.galvani@gmail.com>,
	Russell King - ARM Linux <linux@arm.linux.org.uk>,
	Jerry Cao <jerry.cao@amlogic.com>,
	Victor Wan <victor.wan@amlogic.com>
Subject: Re: [PATCH v3 1/4] ARM: docs: add documentation binding for meson watchdog
Date: Sat, 20 Sep 2014 09:10:33 -0700	[thread overview]
Message-ID: <541DA6F9.8070601@roeck-us.net> (raw)
In-Reply-To: <CAOQ7t2bBA3kW59z++Ewjch9+iTTzf7f0kE_9sytgLGqDAq3COQ@mail.gmail.com>

On 09/20/2014 09:08 AM, Carlo Caione wrote:
> On Sat, Sep 20, 2014 at 5:28 PM, Guenter Roeck <linux@roeck-us.net> wrote:
>> On 09/19/2014 01:36 PM, Carlo Caione wrote:
>>>
>>> Signed-off-by: Carlo Caione <carlo@caione.org>
>>> ---
>>>    Documentation/devicetree/bindings/watchdog/meson6-wdt.txt | 13
>>> +++++++++++++
>>>    1 file changed, 13 insertions(+)
>>>    create mode 100644
>>> Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
>>>
>>> diff --git a/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
>>> b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
>>> new file mode 100644
>>> index 0000000..9200fc2
>>> --- /dev/null
>>> +++ b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
>>> @@ -0,0 +1,13 @@
>>> +Meson SoCs Watchdog timer
>>> +
>>> +Required properties:
>>> +
>>> +- compatible : should be "amlogic,meson6-wdt"
>>> +- reg : Specifies base physical address and size of the registers.
>>> +
>>
>>
>> The 'amlogic' vendor prefix is undefined.
>> It will have to be added to
>> Documentation/devicetree/bindings/vendor-prefixes.txt.
>
> As stated in the cover, this patchset depends on
> http://www.spinics.net/lists/arm-kernel/msg362521.html where the
> vendor-prefixes.txt is updated.
> Probably I should ping it.
>
Ah, sorry, I missed that.

Thanks,
Guenter


WARNING: multiple messages have this Message-ID (diff)
From: linux@roeck-us.net (Guenter Roeck)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/4] ARM: docs: add documentation binding for meson watchdog
Date: Sat, 20 Sep 2014 09:10:33 -0700	[thread overview]
Message-ID: <541DA6F9.8070601@roeck-us.net> (raw)
In-Reply-To: <CAOQ7t2bBA3kW59z++Ewjch9+iTTzf7f0kE_9sytgLGqDAq3COQ@mail.gmail.com>

On 09/20/2014 09:08 AM, Carlo Caione wrote:
> On Sat, Sep 20, 2014 at 5:28 PM, Guenter Roeck <linux@roeck-us.net> wrote:
>> On 09/19/2014 01:36 PM, Carlo Caione wrote:
>>>
>>> Signed-off-by: Carlo Caione <carlo@caione.org>
>>> ---
>>>    Documentation/devicetree/bindings/watchdog/meson6-wdt.txt | 13
>>> +++++++++++++
>>>    1 file changed, 13 insertions(+)
>>>    create mode 100644
>>> Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
>>>
>>> diff --git a/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
>>> b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
>>> new file mode 100644
>>> index 0000000..9200fc2
>>> --- /dev/null
>>> +++ b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
>>> @@ -0,0 +1,13 @@
>>> +Meson SoCs Watchdog timer
>>> +
>>> +Required properties:
>>> +
>>> +- compatible : should be "amlogic,meson6-wdt"
>>> +- reg : Specifies base physical address and size of the registers.
>>> +
>>
>>
>> The 'amlogic' vendor prefix is undefined.
>> It will have to be added to
>> Documentation/devicetree/bindings/vendor-prefixes.txt.
>
> As stated in the cover, this patchset depends on
> http://www.spinics.net/lists/arm-kernel/msg362521.html where the
> vendor-prefixes.txt is updated.
> Probably I should ping it.
>
Ah, sorry, I missed that.

Thanks,
Guenter

  reply	other threads:[~2014-09-20 16:11 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-19 20:36 [PATCH v3 0/4] ARM: meson: watchdog driver Carlo Caione
2014-09-19 20:36 ` Carlo Caione
2014-09-19 20:36 ` [PATCH v3 1/4] ARM: docs: add documentation binding for meson watchdog Carlo Caione
2014-09-19 20:36   ` Carlo Caione
2014-09-20 15:28   ` Guenter Roeck
2014-09-20 15:28     ` Guenter Roeck
2014-09-20 16:08     ` Carlo Caione
2014-09-20 16:08       ` Carlo Caione
2014-09-20 16:10       ` Guenter Roeck [this message]
2014-09-20 16:10         ` Guenter Roeck
2014-09-19 20:36 ` [PATCH v3 2/4] ARM: meson: add watchdog driver Carlo Caione
2014-09-19 20:36   ` Carlo Caione
2014-09-20 15:30   ` Guenter Roeck
2014-09-20 15:30     ` Guenter Roeck
2014-09-20 16:15     ` Carlo Caione
2014-09-20 16:15       ` Carlo Caione
2014-09-20 16:29       ` Guenter Roeck
2014-09-20 16:29         ` Guenter Roeck
2014-09-19 20:36 ` [PATCH v3 3/4] ARM: DTS: meson: update DTSI to add watchdog node Carlo Caione
2014-09-19 20:36   ` Carlo Caione
2014-09-19 20:36 ` [PATCH v3 4/4] ARM: defconfig: update multi_v7_defconfig Carlo Caione
2014-09-19 20:36   ` Carlo Caione
2014-09-20  2:50 ` [PATCH v3 0/4] ARM: meson: watchdog driver Guenter Roeck
2014-09-20  2:50   ` 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=541DA6F9.8070601@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=b.galvani@gmail.com \
    --cc=carlo@caione.org \
    --cc=jerry.cao@amlogic.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=maxime.ripard@free-electrons.com \
    --cc=robh+dt@kernel.org \
    --cc=victor.wan@amlogic.com \
    --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.