From: Abel Vesa <abel.vesa@nxp.com>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: sboyd@kernel.org, robh+dt@kernel.org, shawnguo@kernel.org,
s.hauer@pengutronix.de, kernel@pengutronix.de,
festevam@gmail.com, linux-imx@nxp.com, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH V6 0/5] imx: add i.MX93 clk bindings and driver
Date: Tue, 1 Mar 2022 16:23:48 +0200 [thread overview]
Message-ID: <Yh4sdEIJ3NWwUMFW@abelvesa> (raw)
In-Reply-To: <20220228020908.2810346-1-peng.fan@oss.nxp.com>
On 22-02-28 10:09:03, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
Applied, thanks.
> V6:
> Add R-b
> Address comments from Stephen for patch 4,5 to cleanup header including
> and static const array, drop unneeded WARN_ON.
>
> V5:
> Add Rob's R-b/A-b tag
> Use FIELD_GET/PREP in patch 4/5 per Sascha's comments
>
> V4:
> Add Abel's R-b and Krzysztof's A-b
> Address Krzysztof's comments
> Address Sascha's comments in patch 4/5
> Typo fix
>
> V3:
> Drop an error included header file in 5/5
>
> V2:
> Split yaml binding and clock header
> apply to Abel's tree
>
> Add i.MX93 clk bindings and clk.
>
> Peng Fan (5):
> dt-bindings: clock: Add imx93 clock support
> dt-bindings: clock: add i.MX93 clock definition
> clk: imx: add i.MX93 composite clk
> clk: imx: support fracn gppll
> clk: imx: add i.MX93 clk
>
> .../bindings/clock/imx93-clock.yaml | 62 ++++
> drivers/clk/imx/Kconfig | 6 +
> drivers/clk/imx/Makefile | 4 +
> drivers/clk/imx/clk-composite-93.c | 93 +++++
> drivers/clk/imx/clk-fracn-gppll.c | 323 +++++++++++++++++
> drivers/clk/imx/clk-imx93.c | 338 ++++++++++++++++++
> drivers/clk/imx/clk.h | 30 ++
> include/dt-bindings/clock/imx93-clock.h | 201 +++++++++++
> 8 files changed, 1057 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/imx93-clock.yaml
> create mode 100644 drivers/clk/imx/clk-composite-93.c
> create mode 100644 drivers/clk/imx/clk-fracn-gppll.c
> create mode 100644 drivers/clk/imx/clk-imx93.c
> create mode 100644 include/dt-bindings/clock/imx93-clock.h
>
> --
> 2.25.1
>
WARNING: multiple messages have this Message-ID (diff)
From: Abel Vesa <abel.vesa@nxp.com>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: sboyd@kernel.org, robh+dt@kernel.org, shawnguo@kernel.org,
s.hauer@pengutronix.de, kernel@pengutronix.de,
festevam@gmail.com, linux-imx@nxp.com, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH V6 0/5] imx: add i.MX93 clk bindings and driver
Date: Tue, 1 Mar 2022 16:23:48 +0200 [thread overview]
Message-ID: <Yh4sdEIJ3NWwUMFW@abelvesa> (raw)
In-Reply-To: <20220228020908.2810346-1-peng.fan@oss.nxp.com>
On 22-02-28 10:09:03, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
Applied, thanks.
> V6:
> Add R-b
> Address comments from Stephen for patch 4,5 to cleanup header including
> and static const array, drop unneeded WARN_ON.
>
> V5:
> Add Rob's R-b/A-b tag
> Use FIELD_GET/PREP in patch 4/5 per Sascha's comments
>
> V4:
> Add Abel's R-b and Krzysztof's A-b
> Address Krzysztof's comments
> Address Sascha's comments in patch 4/5
> Typo fix
>
> V3:
> Drop an error included header file in 5/5
>
> V2:
> Split yaml binding and clock header
> apply to Abel's tree
>
> Add i.MX93 clk bindings and clk.
>
> Peng Fan (5):
> dt-bindings: clock: Add imx93 clock support
> dt-bindings: clock: add i.MX93 clock definition
> clk: imx: add i.MX93 composite clk
> clk: imx: support fracn gppll
> clk: imx: add i.MX93 clk
>
> .../bindings/clock/imx93-clock.yaml | 62 ++++
> drivers/clk/imx/Kconfig | 6 +
> drivers/clk/imx/Makefile | 4 +
> drivers/clk/imx/clk-composite-93.c | 93 +++++
> drivers/clk/imx/clk-fracn-gppll.c | 323 +++++++++++++++++
> drivers/clk/imx/clk-imx93.c | 338 ++++++++++++++++++
> drivers/clk/imx/clk.h | 30 ++
> include/dt-bindings/clock/imx93-clock.h | 201 +++++++++++
> 8 files changed, 1057 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/imx93-clock.yaml
> create mode 100644 drivers/clk/imx/clk-composite-93.c
> create mode 100644 drivers/clk/imx/clk-fracn-gppll.c
> create mode 100644 drivers/clk/imx/clk-imx93.c
> create mode 100644 include/dt-bindings/clock/imx93-clock.h
>
> --
> 2.25.1
>
_______________________________________________
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:[~2022-03-01 14:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-28 2:09 [PATCH V6 0/5] imx: add i.MX93 clk bindings and driver Peng Fan (OSS)
2022-02-28 2:09 ` Peng Fan (OSS)
2022-02-28 2:09 ` [PATCH V6 1/5] dt-bindings: clock: Add imx93 clock support Peng Fan (OSS)
2022-02-28 2:09 ` Peng Fan (OSS)
2022-02-28 2:09 ` [PATCH V6 2/5] dt-bindings: clock: add i.MX93 clock definition Peng Fan (OSS)
2022-02-28 2:09 ` Peng Fan (OSS)
2022-02-28 2:09 ` [PATCH V6 3/5] clk: imx: add i.MX93 composite clk Peng Fan (OSS)
2022-02-28 2:09 ` Peng Fan (OSS)
2022-02-28 2:09 ` [PATCH V6 4/5] clk: imx: support fracn gppll Peng Fan (OSS)
2022-02-28 2:09 ` Peng Fan (OSS)
2022-02-28 2:09 ` [PATCH V6 5/5] clk: imx: add i.MX93 clk Peng Fan (OSS)
2022-02-28 2:09 ` Peng Fan (OSS)
2022-03-01 14:22 ` Abel Vesa
2022-03-01 14:22 ` Abel Vesa
2022-03-01 14:23 ` Abel Vesa [this message]
2022-03-01 14:23 ` [PATCH V6 0/5] imx: add i.MX93 clk bindings and driver Abel Vesa
2022-03-04 8:48 ` Abel Vesa
2022-03-04 8:48 ` Abel Vesa
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=Yh4sdEIJ3NWwUMFW@abelvesa \
--to=abel.vesa@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=peng.fan@nxp.com \
--cc=peng.fan@oss.nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sboyd@kernel.org \
--cc=shawnguo@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.