[PATCH 0/2] clk: add kernel docs for struct clk_core and update tests to use HZ_PER_MHZ

Brian Masney posted 2 patches 1 month ago
drivers/clk/clk.c      | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/clk/clk_test.c |  7 +++---
2 files changed, 63 insertions(+), 3 deletions(-)
[PATCH 0/2] clk: add kernel docs for struct clk_core and update tests to use HZ_PER_MHZ
Posted by Brian Masney 1 month ago
Here's two patches from my v4 clk rate change series at [1] that should
hopefully be good to go. This series documents all of the members of
struct clk_core, and updates the kunit tests to use HZ_PER_MHZ.

Changes from what was previously posted:
- Add entry for new field hashtable_node that was recently added.
- Update description of duty member.

[1] https://lore.kernel.org/linux-clk/20250923-clk-tests-docs-v4-0-9205cb3d3cba@redhat.com/

Signed-off-by: Brian Masney <bmasney@redhat.com>
---
Brian Masney (2):
      clk: add kernel docs for struct clk_core
      clk: test: convert constants to use HZ_PER_MHZ

 drivers/clk/clk.c      | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/clk_test.c |  7 +++---
 2 files changed, 63 insertions(+), 3 deletions(-)
---
base-commit: fc7b1a72c6cd5cbbd989c6c32a6486e3e4e3594d
change-id: 20260304-clk-docs-0b578f421600

Best regards,
-- 
Brian Masney <bmasney@redhat.com>
Re: [PATCH 0/2] clk: add kernel docs for struct clk_core and update tests to use HZ_PER_MHZ
Posted by Maxime Ripard 1 month ago
On Wed, 4 Mar 2026 17:51:02 -0500, Brian Masney wrote:
> Here's two patches from my v4 clk rate change series at [1] that should
> hopefully be good to go. This series documents all of the members of
> struct clk_core, and updates the kunit tests to use HZ_PER_MHZ.
> 
> Changes from what was previously posted:
> 
> [ ... ]

Reviewed-by: Maxime Ripard <mripard@kernel.org>

Thanks!
Maxime