mbox series

[v2,0/2] Fix 64 bit issues in common clock framework

Message ID 20230526171057.66876-1-sebastian.reichel@collabora.com (mailing list archive)
Headers show
Series Fix 64 bit issues in common clock framework | expand

Message

Sebastian Reichel May 26, 2023, 5:10 p.m. UTC
Hi,

I found two independent issues related to handling of big rates
in the common clock framework.

Changes since PATCHv1:
 * https://lore.kernel.org/linux-clk/20230519190522.194729-1-sebastian.reichel@collabora.com/
 * Add Christopher Obbard's Reviewed-by to the first patch
 * Update the second patch to use DIV_ROUND_UP instead of DIV64_U64_ROUND_UP

Thanks,

-- Sebastian

Sebastian Reichel (2):
  clk: composite: Fix handling of high clock rates
  clk: divider: Fix divisions

 drivers/clk/clk-composite.c | 5 ++++-
 drivers/clk/clk-divider.c   | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)