From: Rob Herring <robh@kernel.org>
To: Stephan Gerhold <stephan@gerhold.net>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Stephan Gerhold <stephan@gerhold.net>,
Linus Walleij <linus.walleij@linaro.org>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add yet another for ST-Ericsson
Date: Wed, 4 Dec 2019 13:00:48 -0600 [thread overview]
Message-ID: <20191204190048.GA28062@bogus> (raw)
In-Reply-To: <20191120181857.97174-1-stephan@gerhold.net>
On Wed, 20 Nov 2019 19:18:54 +0100, Stephan Gerhold wrote:
> Unfortunately the vendor prefix for ST-Ericsson is used very
> inconsistently. "ste," and "stericsson," are already documented,
> but some things in the kernel use "st-ericsson," which is not
> documented yet.
>
> st-ericsson,u8500 is documented in bindings/arm/ux500/boards.txt,
> and is used to match the machine code and the generic DT cpufreq
> driver.
>
> Add it to the list of vendor prefixes.
>
> Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
> ---
> Changes in v2: none, added new patch to deprecate other vendor prefixes
> v1: https://lore.kernel.org/linux-devicetree/20191120121720.72845-1-stephan@gerhold.net/
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Applied, thanks.
Rob
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Stephan Gerhold <stephan@gerhold.net>
Cc: Linus Walleij <linus.walleij@linaro.org>,
Mark Rutland <mark.rutland@arm.com>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Stephan Gerhold <stephan@gerhold.net>
Subject: Re: [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add yet another for ST-Ericsson
Date: Wed, 4 Dec 2019 13:00:48 -0600 [thread overview]
Message-ID: <20191204190048.GA28062@bogus> (raw)
In-Reply-To: <20191120181857.97174-1-stephan@gerhold.net>
On Wed, 20 Nov 2019 19:18:54 +0100, Stephan Gerhold wrote:
> Unfortunately the vendor prefix for ST-Ericsson is used very
> inconsistently. "ste," and "stericsson," are already documented,
> but some things in the kernel use "st-ericsson," which is not
> documented yet.
>
> st-ericsson,u8500 is documented in bindings/arm/ux500/boards.txt,
> and is used to match the machine code and the generic DT cpufreq
> driver.
>
> Add it to the list of vendor prefixes.
>
> Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
> ---
> Changes in v2: none, added new patch to deprecate other vendor prefixes
> v1: https://lore.kernel.org/linux-devicetree/20191120121720.72845-1-stephan@gerhold.net/
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Applied, thanks.
Rob
next prev parent reply other threads:[~2019-12-04 19:00 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-20 18:18 [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add yet another for ST-Ericsson Stephan Gerhold
2019-11-20 18:18 ` Stephan Gerhold
2019-11-20 18:18 ` [PATCH v2 2/4] dt-bindings: vendor-prefixes: Deprecate "ste" and "st-ericsson" Stephan Gerhold
2019-11-20 18:18 ` Stephan Gerhold
2019-11-20 20:20 ` Linus Walleij
2019-11-20 20:20 ` Linus Walleij
2019-12-04 19:01 ` Rob Herring
2019-12-04 19:01 ` Rob Herring
2019-11-20 18:18 ` [PATCH v2 3/4] dt-bindings: vendor-prefixes: Add "calaosystems" for CALAO Systems SAS Stephan Gerhold
2019-11-20 18:18 ` Stephan Gerhold
2019-11-20 20:21 ` Linus Walleij
2019-11-20 20:21 ` Linus Walleij
2019-12-04 19:01 ` Rob Herring
2019-12-04 19:01 ` Rob Herring
2019-11-20 18:18 ` [PATCH v2 4/4] dt-bindings: arm: Document compatibles for Ux500 boards Stephan Gerhold
2019-11-20 18:18 ` Stephan Gerhold
2019-11-20 20:22 ` Linus Walleij
2019-11-20 20:22 ` Linus Walleij
2019-11-22 14:10 ` Stephan Gerhold
2019-11-22 14:10 ` Stephan Gerhold
2019-11-22 15:43 ` Linus Walleij
2019-11-22 15:43 ` Linus Walleij
2019-11-20 20:19 ` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add yet another for ST-Ericsson Linus Walleij
2019-11-20 20:19 ` Linus Walleij
2019-12-04 19:00 ` Rob Herring [this message]
2019-12-04 19:00 ` Rob Herring
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=20191204190048.GA28062@bogus \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=stephan@gerhold.net \
/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.