linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: remove round_rate clk op from the clk core
@ 2025-12-11 23:41 Brian Masney
  2025-12-11 23:41 ` [PATCH 1/3] clk: test: remove references to clk_ops.round_rate Brian Masney
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Brian Masney @ 2025-12-11 23:41 UTC (permalink / raw)
  To: Jonathan Corbet, Michael Turquette, Stephen Boyd, Maxime Ripard
  Cc: linux-doc, linux-kernel, linux-clk, Brian Masney

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>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-11 23:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-11 23:41 [PATCH 0/3] clk: remove round_rate clk op from the clk core Brian Masney
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

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).