aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/clk/cpg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-04ARM: shmobile: wait for MSTP clock status to toggle, when enabling itGuennadi Liakhovetski1-0/+38
2013-01-11sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6Kuninori Morimoto1-0/+6
2012-11-13sh: clkfwk: fixup unsed variable warningKuninori Morimoto1-1/+0
2012-11-08sh: clkfwk: add sh_clk_fsidiv_register()Kuninori Morimoto1-0/+86
2012-05-25sh: clkfwk: Consolidate div clk registration helper.Paul Mundt1-107/+75
2012-05-25sh: clkfwk: Consolidate div6/div4 clk_ops definitions.Paul Mundt1-25/+17
2012-05-25sh: clkfwk: Use shared sh_clk_div_enable/disable().Paul Mundt1-43/+34
2012-05-25sh: clkfwk: Use shared sh_clk_div_set_rate()Paul Mundt1-42/+28
2012-05-25sh: clkfwk: Use shared sh_clk_div_recalc().Paul Mundt1-36/+26
2012-05-25sh: clkfwk: Introduce a div_mask for variable div types.Paul Mundt1-5/+5
2012-05-25sh: clkfwk: Move to common clk_div_table accessors for div4/div6.Paul Mundt1-11/+35
2012-04-12sh: clkfwk: Support variable size accesses for div4/div6 clocks.Paul Mundt1-34/+37
2012-04-11sh: clkfwk: Support variable size accesses for MSTP clocks.Paul Mundt1-11/+27
2012-03-12sh: convert cpg code to sh_clk_opsMagnus Damm1-8/+8
2012-01-24sh: clkfwk: bugfix: use clk_reparent() for div6 clocksKuninori Morimoto1-1/+1
2012-01-10sh: clkfwk: sh_clk_init_parent() should be called after clk_register()Kuninori Morimoto1-2/+2
2011-12-09sh: use ioread32/iowrite32 and mapped_reg for div6Magnus Damm1-10/+10
2011-12-09sh: use ioread32/iowrite32 and mapped_reg for div4Magnus Damm1-8/+8
2011-12-09sh: use ioread32/iowrite32 and mapped_reg for mstp32Magnus Damm1-4/+4
2011-11-24sh: clkfwk: setup clock parent from current register valueKuninori Morimoto1-0/+35
2011-04-18sh: clkfwk: fixup clk_rate_table_build parameter in div6 clockKuninori Morimoto1-1/+1
2010-11-19sh: clkfwk: Build fix for non-legacy CPG changes.Paul Mundt1-1/+1
2010-11-15sh: clkfwk: Kill off now unused algo_id in set_rate op.Paul Mundt1-3/+2
2010-10-18sh: clkfwk: Shuffle around to match the intc split up.Paul Mundt1-0/+359