[PATCH 0/2] clk: add kernel docs for struct clk_core and update tests to use HZ_PER_MHZ
From: Brian Masney
Date: Wed Mar 04 2026 - 17:51:53 EST
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@xxxxxxxxxx/
Signed-off-by: Brian Masney <bmasney@xxxxxxxxxx>
---
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@xxxxxxxxxx>