From: Rob Herring <robh@kernel.org>
To: Lubomir Rintel <lkundrak@v3.sk>
Cc: Stephen Boyd <sboyd@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Mark Rutland <mark.rutland@arm.com>,
linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Lubomir Rintel <lkundrak@v3.sk>
Subject: Re: [PATCH 03/10] dt-bindings: clock: Convert marvell,mmp2-clock to json-schema
Date: Wed, 26 Feb 2020 09:28:14 -0600 [thread overview]
Message-ID: <20200226152814.GA2965@bogus> (raw)
In-Reply-To: <20200219073353.184336-4-lkundrak@v3.sk>
On Wed, 19 Feb 2020 08:33:46 +0100, Lubomir Rintel wrote:
>
> Convert the fixed-factor-clock binding to DT schema format using
> json-schema.
>
> While at that, fix a couple of small errors: make the file base name
> match the compatible string, add an example and document the reg-names
> property.
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
> .../bindings/clock/marvell,mmp2-clock.yaml | 62 +++++++++++++++++++
> .../bindings/clock/marvell,mmp2.txt | 21 -------
> 2 files changed, 62 insertions(+), 21 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml
> delete mode 100644 Documentation/devicetree/bindings/clock/marvell,mmp2.txt
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Lubomir Rintel <lkundrak@v3.sk>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Stephen Boyd <sboyd@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
linux-kernel@vger.kernel.org, Lubomir Rintel <lkundrak@v3.sk>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 03/10] dt-bindings: clock: Convert marvell,mmp2-clock to json-schema
Date: Wed, 26 Feb 2020 09:28:14 -0600 [thread overview]
Message-ID: <20200226152814.GA2965@bogus> (raw)
In-Reply-To: <20200219073353.184336-4-lkundrak@v3.sk>
On Wed, 19 Feb 2020 08:33:46 +0100, Lubomir Rintel wrote:
>
> Convert the fixed-factor-clock binding to DT schema format using
> json-schema.
>
> While at that, fix a couple of small errors: make the file base name
> match the compatible string, add an example and document the reg-names
> property.
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
> .../bindings/clock/marvell,mmp2-clock.yaml | 62 +++++++++++++++++++
> .../bindings/clock/marvell,mmp2.txt | 21 -------
> 2 files changed, 62 insertions(+), 21 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml
> delete mode 100644 Documentation/devicetree/bindings/clock/marvell,mmp2.txt
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-02-26 15:28 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-19 7:33 [PATCH 00/10] MMP2 CLK Update Lubomir Rintel
2020-02-19 7:33 ` Lubomir Rintel
2020-02-19 7:33 ` [PATCH 01/10] clk: mmp2: Remove a unused prototype Lubomir Rintel
2020-02-19 7:33 ` Lubomir Rintel
2020-02-19 7:33 ` [PATCH 02/10] clk: mmp2: Constify some strings Lubomir Rintel
2020-02-19 7:33 ` Lubomir Rintel
2020-02-19 7:33 ` [PATCH 03/10] dt-bindings: clock: Convert marvell,mmp2-clock to json-schema Lubomir Rintel
2020-02-19 7:33 ` [PATCH 03/10] dt-bindings: clock: Convert marvell, mmp2-clock " Lubomir Rintel
2020-02-26 15:28 ` Rob Herring [this message]
2020-02-26 15:28 ` [PATCH 03/10] dt-bindings: clock: Convert marvell,mmp2-clock " Rob Herring
2020-02-19 7:33 ` [PATCH 04/10] clk: mmp2: Add support for PLL clock sources Lubomir Rintel
2020-02-19 7:33 ` Lubomir Rintel
2020-02-19 7:33 ` [PATCH 05/10] clk: mmp2: Stop pretending PLL outputs are constant Lubomir Rintel
2020-02-19 7:33 ` Lubomir Rintel
2020-02-19 7:33 ` [PATCH 06/10] dt-bindings: clock: Add MMP3 compatible string Lubomir Rintel
2020-02-19 7:33 ` Lubomir Rintel
2020-02-26 15:28 ` Rob Herring
2020-02-26 15:28 ` Rob Herring
2020-02-19 7:33 ` [PATCH 07/10] clk: mmp2: Check for MMP3 Lubomir Rintel
2020-02-19 7:33 ` Lubomir Rintel
2020-02-19 7:33 ` [PATCH 08/10] dt-bindings: marvell,mmp2: Add clock ids for MMP3 PLLs Lubomir Rintel
2020-02-19 7:33 ` Lubomir Rintel
2020-02-26 15:29 ` Rob Herring
2020-02-26 15:29 ` Rob Herring
2020-02-19 7:33 ` [PATCH 09/10] clk: mmp2: Add PLLs that are available on MMP3 Lubomir Rintel
2020-02-19 7:33 ` Lubomir Rintel
2020-02-19 7:33 ` [PATCH 10/10] ARM: dts: mmp3: Use the MMP3 compatible string for /clocks Lubomir Rintel
2020-02-19 7:33 ` Lubomir Rintel
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=20200226152814.GA2965@bogus \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lkundrak@v3.sk \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=sboyd@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.