aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clockdomain.c
AgeCommit message (Expand)Author
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner
2022-03-10clk: ti: Update pll and clockdomain clocks to use ti_dt_clk_name()Tony Lindgren
2021-02-11clk: ti: clockdomain: Fix description for 'omap2_init_clk_clkdm's hw paramLee Jones
2020-09-22clk: ti: clockdomain: fix static checker warningTero Kristo
2019-12-23clk: let init callback return an error codeJerome Brunet
2019-02-15clk: ti: remove usage of CLK_IS_BASICTero Kristo
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo
2017-03-08clk: ti: move omap2_init_clk_clkdm under TI clock driverTero Kristo
2016-02-26clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-28Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd
2015-07-20clk: ti: Include clk.hStephen Boyd
2015-06-04clk: ti: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven
2015-06-02clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo
2015-06-02clk: ti: clkdm: move clkdm gate clock support code to clock driverTero Kristo
2015-04-01clk: constify of_device_id arrayFabian Frederick
2014-09-29clk: ti: consider the fact that of_clk_get() might return an errorSebastian Andrzej Siewior
2014-01-17CLK: TI: add support for clockdomain bindingTero Kristo