From: Shawn Guo <shawnguo@kernel.org>
To: Peng Fan <peng.fan@nxp.com>
Cc: "sboyd@kernel.org" <sboyd@kernel.org>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"festevam@gmail.com" <festevam@gmail.com>,
Abel Vesa <abel.vesa@nxp.com>,
Leonard Crestez <leonard.crestez@nxp.com>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
dl-linux-imx <linux-imx@nxp.com>,
Aisheng Dong <aisheng.dong@nxp.com>,
"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Anson Huang <anson.huang@nxp.com>, Jacky Bai <ping.bai@nxp.com>
Subject: Re: [PATCH V2 0/9] clk: imx8m: switch to clk_hw based API
Date: Mon, 23 Dec 2019 11:51:23 +0800 [thread overview]
Message-ID: <20191223035122.GI11523@dragon> (raw)
In-Reply-To: <1576119353-26679-1-git-send-email-peng.fan@nxp.com>
On Thu, Dec 12, 2019 at 02:58:38AM +0000, Peng Fan wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> This covers v1 https://patchwork.kernel.org/cover/11217881/ and
> v3 https://patchwork.kernel.org/cover/11251585/
>
> V2:
> Per Leonard's comments, use to_clk helpers
> Add Abel's R-b tag
> Rebased on Shawn's next branch
>
> This patchset is to convert i.MX8M clk driver to clk_hw based API,
> and add clk_hw helpers that will be used by i.MX8M clk driver.
>
> Peng Fan (9):
> clk: imx: clk-pll14xx: Switch to clk_hw based API
> clk: imx: clk-composite-8m: Switch to clk_hw based API
> clk: imx: add imx_unregister_hw_clocks
> clk: imx: add hw API imx_clk_hw_mux2_flags
> clk: imx: gate3: Switch to clk_hw based API
> clk: imx: Remove __init for imx_obtain_fixed_clk_hw() API
> clk: imx: imx8mn: Switch to clk_hw based API
> clk: imx: imx8mm: Switch to clk_hw based API
> clk: imx: imx8mq: Switch to clk_hw based API
Applied all, thanks.
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Peng Fan <peng.fan@nxp.com>
Cc: Aisheng Dong <aisheng.dong@nxp.com>,
Abel Vesa <abel.vesa@nxp.com>, Anson Huang <anson.huang@nxp.com>,
"sboyd@kernel.org" <sboyd@kernel.org>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
dl-linux-imx <linux-imx@nxp.com>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
Leonard Crestez <leonard.crestez@nxp.com>,
"festevam@gmail.com" <festevam@gmail.com>,
"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
Jacky Bai <ping.bai@nxp.com>
Subject: Re: [PATCH V2 0/9] clk: imx8m: switch to clk_hw based API
Date: Mon, 23 Dec 2019 11:51:23 +0800 [thread overview]
Message-ID: <20191223035122.GI11523@dragon> (raw)
In-Reply-To: <1576119353-26679-1-git-send-email-peng.fan@nxp.com>
On Thu, Dec 12, 2019 at 02:58:38AM +0000, Peng Fan wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> This covers v1 https://patchwork.kernel.org/cover/11217881/ and
> v3 https://patchwork.kernel.org/cover/11251585/
>
> V2:
> Per Leonard's comments, use to_clk helpers
> Add Abel's R-b tag
> Rebased on Shawn's next branch
>
> This patchset is to convert i.MX8M clk driver to clk_hw based API,
> and add clk_hw helpers that will be used by i.MX8M clk driver.
>
> Peng Fan (9):
> clk: imx: clk-pll14xx: Switch to clk_hw based API
> clk: imx: clk-composite-8m: Switch to clk_hw based API
> clk: imx: add imx_unregister_hw_clocks
> clk: imx: add hw API imx_clk_hw_mux2_flags
> clk: imx: gate3: Switch to clk_hw based API
> clk: imx: Remove __init for imx_obtain_fixed_clk_hw() API
> clk: imx: imx8mn: Switch to clk_hw based API
> clk: imx: imx8mm: Switch to clk_hw based API
> clk: imx: imx8mq: Switch to clk_hw based API
Applied all, thanks.
_______________________________________________
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:[~2019-12-23 3:51 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-12 2:58 [PATCH V2 0/9] clk: imx8m: switch to clk_hw based API Peng Fan
2019-12-12 2:58 ` Peng Fan
2019-12-12 2:58 ` [PATCH V2 1/9] clk: imx: clk-pll14xx: Switch " Peng Fan
2019-12-12 2:58 ` Peng Fan
2019-12-12 2:58 ` [PATCH V2 2/9] clk: imx: clk-composite-8m: " Peng Fan
2019-12-12 2:58 ` Peng Fan
2019-12-12 2:58 ` [PATCH V2 3/9] clk: imx: add imx_unregister_hw_clocks Peng Fan
2019-12-12 2:58 ` Peng Fan
2019-12-12 2:59 ` [PATCH V2 4/9] clk: imx: add hw API imx_clk_hw_mux2_flags Peng Fan
2019-12-12 2:59 ` Peng Fan
2019-12-12 2:59 ` [PATCH V2 5/9] clk: imx: gate3: Switch to clk_hw based API Peng Fan
2019-12-12 2:59 ` Peng Fan
2019-12-12 2:59 ` [PATCH V2 6/9] clk: imx: Remove __init for imx_obtain_fixed_clk_hw() API Peng Fan
2019-12-12 2:59 ` Peng Fan
2019-12-12 2:59 ` [PATCH V2 7/9] clk: imx: imx8mn: Switch to clk_hw based API Peng Fan
2019-12-12 2:59 ` Peng Fan
2019-12-12 2:59 ` [PATCH V2 8/9] clk: imx: imx8mm: " Peng Fan
2019-12-12 2:59 ` Peng Fan
2019-12-12 2:59 ` [PATCH V2 9/9] clk: imx: imx8mq: " Peng Fan
2019-12-12 2:59 ` Peng Fan
2019-12-23 3:51 ` Shawn Guo [this message]
2019-12-23 3:51 ` [PATCH V2 0/9] clk: imx8m: switch " Shawn Guo
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=20191223035122.GI11523@dragon \
--to=shawnguo@kernel.org \
--cc=abel.vesa@nxp.com \
--cc=aisheng.dong@nxp.com \
--cc=anson.huang@nxp.com \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=leonard.crestez@nxp.com \
--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=ping.bai@nxp.com \
--cc=s.hauer@pengutronix.de \
--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.