aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clockdomain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-15clk: ti: remove usage of CLK_IS_BASICTero Kristo1-1/+1
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo1-8/+0
2017-03-08clk: ti: move omap2_init_clk_clkdm under TI clock driverTero Kristo1-0/+30
2016-02-26clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd1-1/+1
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd1-7/+7
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd1-2/+2
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-0/+1
2015-07-28Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm into clk-nextStephen Boyd1-0/+78
2015-07-20clk: ti: Include clk.hStephen Boyd1-0/+1
2015-06-04clk: ti: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+1
2015-06-02clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo1-0/+2
2015-06-02clk: ti: clkdm: move clkdm gate clock support code to clock driverTero Kristo1-0/+76
2015-04-01clk: constify of_device_id arrayFabian Frederick1-1/+1
2014-09-29clk: ti: consider the fact that of_clk_get() might return an errorSebastian Andrzej Siewior1-0/+5
2014-01-17CLK: TI: add support for clockdomain bindingTero Kristo1-0/+70