linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brian Masney <bmasney@redhat.com>
To: Jonathan Corbet <corbet@lwn.net>,
	 Michael Turquette <mturquette@baylibre.com>,
	 Stephen Boyd <sboyd@kernel.org>,
	Maxime Ripard <mripard@kernel.org>
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	 linux-clk@vger.kernel.org, Brian Masney <bmasney@redhat.com>
Subject: [PATCH 0/3] clk: remove round_rate clk op from the clk core
Date: Fri, 12 Dec 2025 08:41:39 +0900	[thread overview]
Message-ID: <20251212-clk-remove-round-rate-v1-0-5c3d5f3edc78@redhat.com> (raw)

Here's a small patch series that removes the round_rate() op from the
clk core. This series depends on this series that updates the phy
drivers to use determine_rate():

https://lore.kernel.org/linux-clk/20251212-phy-clk-round-rate-v3-0-beae3962f767@redhat.com/T/#t

Signed-off-by: Brian Masney <bmasney@redhat.com>
---
Brian Masney (3):
      clk: test: remove references to clk_ops.round_rate
      clk: composite: convert from round_rate() to determine_rate()
      clk: remove round_rate() clk ops

 Documentation/driver-api/clk.rst |  9 +--------
 drivers/clk/clk-composite.c      | 38 +++++---------------------------------
 drivers/clk/clk.c                | 39 ++++++++++++++-------------------------
 drivers/clk/clk_test.c           | 16 ++++++++--------
 include/linux/clk-provider.h     | 18 ++++++------------
 5 files changed, 34 insertions(+), 86 deletions(-)
---
base-commit: afdc809e90f24a0a3adbcfdf69ca3b3d2877f554
change-id: 20251212-clk-remove-round-rate-8dbe60340b79
prerequisite-change-id: 20250710-phy-clk-round-rate-4aa7ef160fe9:v3
prerequisite-patch-id: bf41493a2336855702a3f400bd0d4a50a199c44d
prerequisite-patch-id: f41843a2ccf6c4a54655965cfd9f542d362eca43
prerequisite-patch-id: 9baf2b6865fa00be8a7cd5e47f52b5e4569992c2
prerequisite-patch-id: 70135b3d02841cc018c509e3150358cd28b72cb3
prerequisite-patch-id: c5a3ca2d94df2027b011d127e0d79f4afa50a558
prerequisite-patch-id: f08b46260dcd37e2108752b770539b2c72e8b3fd
prerequisite-patch-id: ffa69faf29d4bc016e0947d18f505741a6393205
prerequisite-patch-id: 2a06f73d60cbe3bf565552d8c12152a5fd6606b4
prerequisite-patch-id: 2a401b7745c5dc70e484a0097f06bebf7b49952f

Best regards,
-- 
Brian Masney <bmasney@redhat.com>


             reply	other threads:[~2025-12-11 23:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-11 23:41 Brian Masney [this message]
2025-12-11 23:41 ` [PATCH 1/3] clk: test: remove references to clk_ops.round_rate Brian Masney
2025-12-11 23:41 ` [PATCH 2/3] clk: composite: convert from round_rate() to determine_rate() Brian Masney
2025-12-11 23:41 ` [PATCH 3/3] clk: remove round_rate() clk ops Brian Masney

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=20251212-clk-remove-round-rate-v1-0-5c3d5f3edc78@redhat.com \
    --to=bmasney@redhat.com \
    --cc=corbet@lwn.net \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mripard@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).