summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-hsdk-pll.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-09-08clk: hsdk-pll: convert from round_rate() to determine_rate()Brian Masney1-5/+7
2025-07-27clk: Fix typosBjorn Helgaas1-1/+1
2023-08-23clk: hsdk-pll: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-07-19clk: Explicitly include correct DT includesRob Herring1-1/+0
2023-04-10clk: hsdk-pll: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-8/+2
2023-03-29clk: hsdk-pll: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner1-4/+1
2020-05-29CLK: HSDK: CGU: add support for 148.5MHz clockEugeniy Paltsev1-0/+1
2020-05-29CLK: HSDK: CGU: support PLL bypassingEugeniy Paltsev1-27/+34
2020-05-29CLK: HSDK: CGU: check if PLL is bypassed firstEugeniy Paltsev1-4/+4
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2017-11-14ARC: clk: fix spelling mistake: "configurarion" -> "configuration"Colin Ian King1-2/+2
2017-08-31ARC: clk: introduce HSDK pll driverEugeniy Paltsev1-0/+431