summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/clkctrl.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-05clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko1-4/+5
2023-06-17clk: ti: clkctrl: check return value of kasprintf()Claudiu Beznea1-0/+7
2023-03-27clk: ti: Use of_address_to_resource()Rob Herring1-3/+3
2022-11-23clk: ti: change ti_clk_register[_omap_hw]() APIDario Binacchi1-2/+2
2022-08-05Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-4/+0
2022-06-16clk: ti: Stop using legacy clkctrl names for omap4 and 5Tony Lindgren1-4/+0
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner1-9/+1
2022-05-21clk: ti: clkctrl: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-03-29Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in...Stephen Boyd1-29/+30
2022-03-16clk: ti: clkctrl: fix typos in commentsJulia Lawall1-1/+1
2022-03-16clk: ti: Drop legacy compatibility clocks for dra7Tony Lindgren1-7/+2
2022-03-16clk: ti: Drop legacy compatibility clocks for am4Tony Lindgren1-12/+4
2022-03-16clk: ti: Drop legacy compatibility clocks for am3Tony Lindgren1-6/+2
2022-03-11clk: ti: Use clock-output-names for clkctrlTony Lindgren1-2/+20
2022-03-11clk: ti: Constify clkctrl_nameTony Lindgren1-1/+1
2020-05-13clk: ti: clkctrl: convert subclocks to use proper names alsoTero Kristo1-50/+48
2020-05-13clk: ti: clkctrl: Fix Bad of_node_put within clkctrl_get_nameTero Kristo1-1/+0
2020-01-20clk: ti: clkctrl: Fix hidden dependency to node nameTony Lindgren1-11/+85
2019-12-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-6/+39
2019-11-04clk: ti: clkctrl: Fix failed to enable error with double udelay timeoutTony Lindgren1-2/+3
2019-10-31clk: ti: divider: cleanup ti_clk_parse_divider_data APITero Kristo1-1/+1
2019-10-31clk: ti: clkctrl: add new exported API for checking standby infoTero Kristo1-0/+33
2019-10-31clk: ti: clkctrl: convert to use bit helper macros instead of bitopsTero Kristo1-4/+4
2019-10-31clk: ti: clkctrl: fix setting up clkctrl clocksTero Kristo1-1/+1
2019-06-06clk: ti: clkctrl: Fix returning uninitialized dataTony Lindgren1-2/+5
2019-05-21clk: ti: clkctrl: Fix clkdm_clk handlingTony Lindgren1-4/+4
2019-04-25clk: ti: dra7: disable the RNG and TIMER12 clkctrl clocks on HS devicesTero Kristo1-0/+3
2019-04-25clk: ti: dra7x: prevent non-existing clkctrl clocks from registeringTero Kristo1-0/+14
2019-03-08clk: ti: clkctrl: Fix clkdm_name regression for TI_CLK_CLKCTRL_COMPATTony Lindgren1-1/+1
2019-02-15clk: ti: remove usage of CLK_IS_BASICTero Kristo1-1/+1
2018-12-15clk: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2018-10-19Merge branch 'clk-ti' into clk-nextStephen Boyd1-22/+77
2018-10-16clk: ti: Prepare for remove of OF node nameStephen Boyd1-6/+3
2018-10-03clk: ti: dra7: add new clkctrl dataTero Kristo1-2/+6
2018-10-03clk: ti: dra7xx: rename existing clkctrl data as compat dataTero Kristo1-1/+1
2018-10-03clk: ti: am43xx: add new clkctrl data for am43xxTero Kristo1-4/+13
2018-10-03clk: ti: am43xx: rename existing clkctrl data as compat dataTero Kristo1-2/+2
2018-10-03clk: ti: am33xx: add new clkctrl data for am33xxTero Kristo1-2/+6
2018-10-03clk: ti: am33xx: rename existing clkctrl data as compat dataTero Kristo1-1/+1
2018-10-03clk: ti: clkctrl: replace dashes from clkdm name with underscoreTero Kristo1-0/+10
2018-10-03clk: ti: clkctrl: support multiple clkctrl nodes under a cm nodeTero Kristo1-16/+45
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-8/+6
2018-03-08clk: ti: clkctrl: add support for CLK_SET_RATE_PARENT flagTero Kristo1-0/+2
2017-12-01clk: ti: dm816: add clkctrl clock dataTero Kristo1-0/+3
2017-12-01clk: ti: dm814: add clkctrl clock dataTero Kristo1-0/+4
2017-12-01clk: ti: am43xx: add clkctrl clock dataTero Kristo1-0/+6
2017-12-01clk: ti: am33xx: add clkctrl clock dataTero Kristo1-0/+4
2017-12-01clk: ti: dra7: add clkctrl clock dataTero Kristo1-0/+4
2017-12-01clk: ti: omap5: add clkctrl clock dataTero Kristo1-0/+4
2017-12-01clk: ti: clkctrl: fix flags for mux and divider opt clocksTero Kristo1-2/+10