summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clockdomain.c
Commit message (Expand)AuthorAgeFilesLines
* clk: ti: remove usage of CLK_IS_BASICTero Kristo2019-02-151-1/+1
* clk: Convert to using %pOF instead of full_nameRob Herring2017-07-221-2/+2
* clk: ti: convert to use proper register definition for all accessesTero Kristo2017-03-081-8/+0Star
* clk: ti: move omap2_init_clk_clkdm under TI clock driverTero Kristo2017-03-081-0/+30
* clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd2016-02-271-1/+1
* clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-251-7/+7
* clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-251-2/+2
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-281-0/+1
|\
| * clk: ti: Include clk.hStephen Boyd2015-07-201-0/+1
* | Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd2015-07-281-0/+78
|\ \ | |/ |/|
| * clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo2015-06-021-0/+2
| * clk: ti: clkdm: move clkdm gate clock support code to clock driverTero Kristo2015-06-021-0/+76
* | clk: ti: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2015-06-041-1/+1
|/
* clk: constify of_device_id arrayFabian Frederick2015-04-011-1/+1
* clk: ti: consider the fact that of_clk_get() might return an errorSebastian Andrzej Siewior2014-09-291-0/+5
* CLK: TI: add support for clockdomain bindingTero Kristo2014-01-171-0/+70