summaryrefslogtreecommitdiff
path: root/drivers/clk/ti
AgeCommit message (Expand)AuthorFilesLines
2025-10-06Merge branch 'clk-determine-rate' into clk-nextStephen Boyd9-125/+101
2025-09-20clk: ti: am33xx: keep WKUP_DEBUGSS_CLKCTRL enabledMatthias Schiffer1-0/+2
2025-09-08clk: ti: fapll: convert from round_rate() to determine_rate()Brian Masney1-21/+27
2025-09-08clk: ti: dra7-atl: convert from round_rate() to determine_rate()Brian Masney1-5/+7
2025-09-08clk: ti: divider: convert from round_rate() to determine_rate()Brian Masney1-5/+7
2025-09-08clk: ti: composite: convert from round_rate() to determine_rate()Brian Masney1-3/+3
2025-09-08clk: ti: dpll: convert from round_rate() to determine_rate()Brian Masney5-81/+53
2025-09-08clk: ti: dpll: change error return from ~0 to -EINVALBrian Masney1-4/+4
2025-09-08clk: ti: dpll: remove round_rate() in favor of determine_rate()Brian Masney1-6/+0
2025-07-27clk: Fix typosBjorn Helgaas3-3/+3
2025-06-22clk: ti: Simplify ti_find_clock_provider()Rob Herring (Arm)1-21/+6
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+1
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-4/+1
2025-01-07clk: ti: use kcalloc() instead of kzalloc()Ethan Carter Edwards1-1/+1
2024-09-22clk: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-28clk: ti: dra7-atl: Fix leak of of_nodesDavid Lechner1-0/+1
2024-04-06clk: ti: dpll: fix incorrect #ifdef checksArnd Bergmann1-6/+4
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds7-37/+70
2024-02-29clk: ti: dpll3xxx: use correct function names in kernel-docRandy Dunlap1-2/+2
2024-02-26clk: ti: Improve clksel clock bit parsing for reg propertyTony Lindgren7-33/+60
2024-02-26clk: ti: Handle possible address in the node nameTony Lindgren1-4/+10
2023-11-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-17/+5
2023-10-24clk: Use device_get_match_data()Rob Herring1-10/+4
2023-10-19clk: ti: fix double free in of_ti_divider_clk_setup()Dan Carpenter1-7/+1
2023-10-13clk: ti: Fix missing omap5 mcbsp functional clock and aliasesTony Lindgren1-0/+4
2023-10-13clk: ti: Fix missing omap4 mcbsp functional clock and aliasesTony Lindgren1-0/+5
2023-08-31Merge branches 'clk-versa', 'clk-strdup', 'clk-amlogic', 'clk-allwinner' and ...Stephen Boyd2-6/+7
2023-08-23clk: ti: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-6/+2
2023-08-05clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko2-6/+7
2023-06-17clk: ti: clkctrl: check return value of kasprintf()Claudiu Beznea1-0/+7
2023-04-25Merge branches 'clk-xilinx', 'clk-broadcom' and 'clk-platform' into clk-nextStephen Boyd1-4/+2
2023-03-29clk: ti: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-27clk: ti: Use of_address_to_resource()Rob Herring1-3/+3
2022-11-23clk: ti: fix typo in ti_clk_retry_init() code commentDario Binacchi1-1/+1
2022-11-23clk: ti: dra7-atl: don't allocate `parent_names' variableDario Binacchi1-12/+2
2022-11-23clk: ti: change ti_clk_register[_omap_hw]() APIDario Binacchi12-42/+41
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-5/+9
2022-10-04Merge branches 'clk-ofnode', 'clk-bindings', 'clk-cleanup', 'clk-zynq' and 'c...Stephen Boyd2-5/+9
2022-10-01clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probeMiaoqian Lin1-3/+6
2022-10-01clk: ti: Balance of_node_get() calls for of_find_node_by_name()Liang He1-2/+3
2022-08-20clk: ti: Fix missing of_node_get() ti_find_clock_provider()Tony Lindgren1-0/+1
2022-08-05Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds3-189/+185
2022-06-16clk: ti: Stop using legacy clkctrl names for omap4 and 5Tony Lindgren3-189/+185
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner14-126/+14
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner8-75/+8
2022-05-21clk: ti: clkctrl: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-05-21clk: ti: composite: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2022-03-29Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in...Stephen Boyd22-1345/+159
2022-03-16clk: ti: clkctrl: fix typos in commentsJulia Lawall1-1/+1
2022-03-16clk: ti: Drop legacy compatibility clocks for dra7Tony Lindgren4-832/+5