[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <175780144026.4354.7838864408360305570@lazor>
Date: Sat, 13 Sep 2025 15:10:40 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Brian Masney <bmasney@...hat.com>, Michael Turquette <mturquette@...libre.com>
Cc: linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org, Maxime Ripard <mripard@...nel.org>
Subject: Re: [GIT PULL] clk: convert drivers from deprecated round_rate() to determine_rate() for v6.18
Quoting Brian Masney (2025-09-08 10:03:25)
> Hi Stephen and Michael,
>
> Given the large number of patches that I have posted for the
> round_rate() to determine_rate() conversion, and to avoid spamming
> large numbers of people's inboxes where a v2 was needed on only a few
> patches in a series with 114 patches, I submitted a v2 for only the
> patches that needed it. Additionally, some of the other patches in the
> large series have already been picked up by some of the clk
> submaintainers, so should be excluded as well. This makes it more
> complicated to merge everything, so I collected the most recent
> versions of the conversion work for drivers/clk using the following b4
> commands:
>
> MAILDIR=$(mktemp -d)
> b4 am -o "${MAILDIR}" --cherry-pick 1-1,3-3,5-8 \
> 20250828-clk-round-rate-v2-v1-0-b97ec8ba6cc4@...hat.com
> b4 am -o "${MAILDIR}" \
> --cherry-pick 1-37,39-47,52-63,65-67,69-89,91-91,94-94,96-96,100-111,114-114 \
> 20250811-clk-for-stephen-round-rate-v1-0-b3bf97b038dc@...hat.com
> b4 am -o "${MAILDIR}" \
> 20250903-clk-tegra-round-rate-v2-v2-0-3126d321d4e4@...hat.com
> b4 am -o "${MAILDIR}" \
> 20250811-b4-clk-ti-round-rate-v1-0-cc0840594a49@...hat.com
> b4 am -o "${MAILDIR}" \
> 20250827-clk-scmi-round-rate-v2-1-3782a50835ed@...hat.com
>
> git am "${MAILDIR}"/20250828_bmasney_clk_convert_drivers_from_deprecated_round_rate_to_determine_rate.mbx
> git am "${MAILDIR}"/20250811_bmasney_clk_convert_drivers_from_deprecated_round_rate_to_determine_rate.mbx
> git am "${MAILDIR}"/v2_20250903_bmasney_clk_tegra_convert_from_clk_round_rate_to_determine_rate.mbx
> git am "${MAILDIR}"/20250811_bmasney_clk_ti_convert_from_clk_round_rate_to_determine_rate.mbx
> git am "${MAILDIR}"/v2_20250827_bmasney_clk_scmi_migrate_round_rate_to_determine_rate.mbx
>
> Additionally I included the patch series for drivers/clk/ti and
> drivers/clk/tegra since this is all related work.
>
> Note the v2 clk/tegra series that I posted mistakenly had extra Link
> tags added when I posted them to the mailinglist. I dropped the Link
> tag for these commits so that those tags don't appear in the git history
> in Linus's tree.
>
>
> The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
>
> Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
>
> are available in the Git repository at:
>
> https://github.com/masneyb/linux tags/clk-round-rate-6.18
>
> for you to fetch changes up to 80cb2b6edd8368f7e1e8bf2f66aabf57aa7de4b7:
>
> clk: scmi: migrate round_rate() to determine_rate() (2025-09-08 12:50:56 -0400)
>
> ----------------------------------------------------------------
Thanks. Pulled into clk-next
Powered by blists - more mailing lists