[PATCH 0/3] clk: microchip: core: allow driver to be compiled with COMPILE_TEST
From: Brian Masney
Date: Sun Feb 22 2026 - 18:51:42 EST
Here's a small series that lets us enable COMPILE_TEST for the pic32 clk
driver so that this driver can be compiled on all architectures in the
future to help avoid breakage.
Signed-off-by: Brian Masney <bmasney@xxxxxxxxxx>
---
Brian Masney (3):
clk: microchip: core: update to use div64_ul() instead of do_div()
clk: microchip: core: change asm nop calls to nop()
clk: microchip: core: allow driver to be compiled with COMPILE_TEST
drivers/clk/microchip/Kconfig | 2 +-
drivers/clk/microchip/clk-core.c | 13 +++++++------
2 files changed, 8 insertions(+), 7 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260222-clk-microchip-pic32-0e5b00f122a0
Best regards,
--
Brian Masney <bmasney@xxxxxxxxxx>