summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-milbeaut.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+4
2026-01-22clk: milbeaut: convert from divider_round_rate() to divider_determine_rate()Brian Masney1-4/+1
2026-01-22clk: milbeaut: convert from divider_ro_round_rate() to divider_ro_determine_r...Brian Masney1-7/+3
2025-09-08clk: milbeaut: convert from round_rate() to determine_rate()Brian Masney1-8/+14
2023-08-22clk: Annotate struct clk_hw_onecell_data with __counted_byKees Cook1-2/+1
2023-03-29clock: milbeaut: use devm_platform_get_and_ioremap_resource()Minghao Chi1-3/+1
2019-08-16clk: milbeaut: Don't reference clk_init_data after registrationStephen Boyd1-1/+1
2019-04-25clock: milbeaut: Add Milbeaut M10V clock controllerSugaya Taichi1-0/+663