On 2/16/25 10:12 AM, Artur Weber wrote:
Introduce support for bus clocks into the Broadcom Kona common clock driver. Most of these functions have been adapted from their peripheral clock counterparts, as they are nearly identical (bus clocks are just much more limited in terms of allowed operations). Signed-off-by: Artur Weber <aweber.kernel@xxxxxxxxx>
Seems like this was easy to add. This looks good to me. Reviewed-by: Alex Elder <elder@xxxxxxxxxxxx>
--- drivers/clk/bcm/clk-kona-setup.c | 116 +++++++++++++++++++++++++++++++++++++++ drivers/clk/bcm/clk-kona.c | 62 ++++++++++++++++++++- drivers/clk/bcm/clk-kona.h | 10 ++++ 3 files changed, 187 insertions(+), 1 deletion(-)
. . .