aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/ti
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 2-17/+5
2023-10-23clk: Use device_get_match_data()Gravatar Rob Herring 1-10/+4
2023-10-18clk: ti: fix double free in of_ti_divider_clk_setup()Gravatar Dan Carpenter 1-7/+1
2023-10-13clk: ti: Fix missing omap5 mcbsp functional clock and aliasesGravatar Tony Lindgren 1-0/+4
2023-10-13clk: ti: Fix missing omap4 mcbsp functional clock and aliasesGravatar Tony Lindgren 1-0/+5
2023-08-30Merge branches 'clk-versa', 'clk-strdup', 'clk-amlogic', 'clk-allwinner' and ...Gravatar Stephen Boyd 2-6/+7
2023-08-22clk: ti: Use devm_platform_get_and_ioremap_resource()Gravatar Yangtao Li 1-6/+2
2023-08-04clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace()Gravatar Andy Shevchenko 2-6/+7
2023-06-16clk: ti: clkctrl: check return value of kasprintf()Gravatar Claudiu Beznea 1-0/+7
2023-04-25Merge branches 'clk-xilinx', 'clk-broadcom' and 'clk-platform' into clk-nextGravatar Stephen Boyd 1-4/+2
2023-03-28clk: ti: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-27clk: ti: Use of_address_to_resource()Gravatar Rob Herring 1-3/+3
2022-11-22clk: ti: fix typo in ti_clk_retry_init() code commentGravatar Dario Binacchi 1-1/+1
2022-11-22clk: ti: dra7-atl: don't allocate `parent_names' variableGravatar Dario Binacchi 1-12/+2
2022-11-22clk: ti: change ti_clk_register[_omap_hw]() APIGravatar Dario Binacchi 12-42/+41
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 2-5/+9
2022-10-04Merge branches 'clk-ofnode', 'clk-bindings', 'clk-cleanup', 'clk-zynq' and 'c...Gravatar Stephen Boyd 2-5/+9
2022-09-30clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probeGravatar Miaoqian Lin 1-3/+6
2022-09-30clk: ti: Balance of_node_get() calls for of_find_node_by_name()Gravatar Liang He 1-2/+3
2022-08-19clk: ti: Fix missing of_node_get() ti_find_clock_provider()Gravatar Tony Lindgren 1-0/+1
2022-08-04Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 3-189/+185
2022-06-16clk: ti: Stop using legacy clkctrl names for omap4 and 5Gravatar Tony Lindgren 3-189/+185
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEGravatar Thomas Gleixner 14-126/+14
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Gravatar Thomas Gleixner 8-75/+8
2022-05-20clk: ti: clkctrl: replace usage of found with dedicated list iterator variableGravatar Jakob Koschel 1-7/+6
2022-05-20clk: ti: composite: Prefer kcalloc over open coded arithmeticGravatar Len Baker 1-1/+1
2022-03-29Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in...Gravatar Stephen Boyd 22-1345/+159
2022-03-15clk: ti: clkctrl: fix typos in commentsGravatar Julia Lawall 1-1/+1
2022-03-15clk: ti: Drop legacy compatibility clocks for dra7Gravatar Tony Lindgren 4-832/+5
2022-03-15clk: ti: Drop legacy compatibility clocks for am4Gravatar Tony Lindgren 5-246/+6
2022-03-15clk: ti: Drop legacy compatibility clocks for am3Gravatar Tony Lindgren 4-230/+4
2022-03-10clk: ti: Update component clocks to use ti_dt_clk_name()Gravatar Tony Lindgren 8-11/+23
2022-03-10clk: ti: Update pll and clockdomain clocks to use ti_dt_clk_name()Gravatar Tony Lindgren 4-12/+22
2022-03-10clk: ti: Add ti_dt_clk_name() helper to use clock-output-namesGravatar Tony Lindgren 2-1/+20
2022-03-10clk: ti: Use clock-output-names for clkctrlGravatar Tony Lindgren 1-2/+20
2022-03-10clk: ti: Add ti_find_clock_provider() to use clock-output-namesGravatar Tony Lindgren 1-2/+41
2022-03-10clk: ti: Optionally parse IO address from parent clock nodeGravatar Tony Lindgren 1-2/+8
2022-03-10clk: ti: Preserve node in ti_dt_clocks_register()Gravatar Tony Lindgren 1-5/+8
2022-03-10clk: ti: Constify clkctrl_nameGravatar Tony Lindgren 1-1/+1
2021-12-09clk/ti/adpll: Make const pointer error a static const arrayGravatar Colin Ian King 1-1/+1
2021-10-20clk: ti: am43xx: Add clkctrl data for am43xx ADC1Gravatar Miquel Raynal 1-0/+1
2021-06-27drivers: ti: remove redundant error message in adpll.cGravatar Yu Jiahua 1-4/+1
2021-06-08clk: ti: add am33xx/am43xx spread spectrum clock supportGravatar Dario Binacchi 2-0/+124
2021-06-08clk: ti: fix typo in routine descriptionGravatar Dario Binacchi 1-1/+1
2021-03-10clk: ti: omap5: Add missing gpmc and ocmc clkctrlGravatar Tony Lindgren 1-0/+2
2021-02-11clk: ti: gate: Fix possible doc-rot in 'omap36xx_gate_clk_enable_with_hsdiv_r...Gravatar Lee Jones 1-1/+1
2021-02-11clk: ti: dpll: Fix misnaming of '_register_dpll()'s 'user' parameterGravatar Lee Jones 1-1/+1
2021-02-11clk: ti: clockdomain: Fix description for 'omap2_init_clk_clkdm's hw paramGravatar Lee Jones 1-1/+1
2021-02-11clk: ti: dpll44xx: Fix some potential doc-rotGravatar Lee Jones 1-2/+4
2021-02-10clk: ti: dpll3xxx: Fix some kernel-doc headers and promote other worthy onesGravatar Lee Jones 1-9/+11