aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/gate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-07clk: ti: Remove unused functionsYueHaibing1-30/+0
2019-02-15clk: ti: generalize the init sequence of clk_hw_omap clocksTero Kristo1-1/+1
2018-10-18Merge branch 'clk-ti' into clk-nextStephen Boyd1-0/+3
2018-10-03clk: ti: Add functions to save/restore clk contextRuss Dill1-0/+3
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2017-12-14clk: ti: Drop legacy clk-3xxx-legacy codeTony Lindgren1-48/+0
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo1-18/+14
2017-03-08clk: ti: gate: export gate_clk_ops locallyTero Kristo1-1/+1
2017-03-08clk: ti: divider: convert TI divider clock to use its own data representationTero Kristo1-2/+2
2017-03-08clk: ti: drop unnecessary MEMMAP_ADDRESSING flagTero Kristo1-3/+1
2017-03-08clk: ti: use automatic clock alias generation frameworkTero Kristo1-1/+1
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang1-2/+0
2015-08-24clk: ti: Convert to clk_hw based provider APIsStephen Boyd1-3/+3
2015-03-24clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo1-2/+2
2015-02-03clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann1-0/+2
2015-01-30clk: ti: interface: add support for legacy interface clock initTero Kristo1-0/+3
2015-01-30clk: ti: gate: add support for legacy gate initTero Kristo1-30/+128
2014-06-10Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-nextMike Turquette1-1/+1
2014-05-28CLK: TI: gate: add composite interface clock to OMAP2 only buildTero Kristo1-1/+1
2014-05-20clk: ti: add missing semi-colon on CLK_OF_DECLARERob Herring1-1/+1
2014-01-17CLK: TI: add support for gate clockTero Kristo1-0/+249