summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-versaclock3.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-22clk: versaclock3: convert from divider_round_rate() to divider_determine_rate()Brian Masney1-5/+2
2025-09-08clk: versaclock3: convert from round_rate() to determine_rate()Brian Masney1-29/+41
2024-12-11clk: versaclock3: Add support for the 5L35023 variantClaudiu Beznea1-0/+6
2024-12-11clk: versaclock3: Prepare for the addition of 5L35023 deviceClaudiu Beznea1-18/+43
2023-12-18clk: versaclock3: Drop ret variableBiju Das1-19/+11
2023-12-18clk: versaclock3: Add missing space between ')' and '{'Biju Das1-22/+22
2023-12-18clk: versaclock3: Use u8 return type for get_parent() callbackBiju Das1-3/+3
2023-12-18clk: versaclock3: Avoid unnecessary paddingBiju Das1-3/+3
2023-12-18clk: versaclock3: Update vc3_get_div() to avoid divide by zeroBiju Das1-1/+1
2023-10-31Merge branches 'clk-renesas', 'clk-kunit', 'clk-regmap' and 'clk-frac-divider...Stephen Boyd1-7/+1
2023-10-10clk: versaclock3: Convert to use maple tree register cacheMark Brown1-1/+1
2023-10-10clk: versaclock3: Remove redundant _is_writeable()Mark Brown1-6/+0
2023-09-11clk: vc3: Make vc3_clk_mux enum values based on vc3_clk enum valuesBiju Das1-8/+8
2023-09-11clk: vc3: Fix output clock mappingBiju Das1-34/+34
2023-09-11clk: vc3: Fix 64 by 64 divisionBiju Das1-3/+2
2023-08-01clk: versaclock3: Switch to use i2c_driver's probe callbackUwe Kleine-König1-1/+1
2023-07-20clk: Add support for versa3 clock driverBiju Das1-0/+1143