aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/clock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28sh: cpu: convert to SPDX identifiersKuninori Morimoto1-4/+1
2016-08-05sh: use common clock framework with device tree boardsRich Felker1-0/+4
2010-11-26ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD1-16/+0
2010-05-13sh: move sh clock.c contents to drivers/sh/clk.Magnus Damm1-535/+8
2010-05-13sh: remove unused clock lookupMagnus Damm1-35/+2
2010-05-11sh: clkfwk: Use debugfs_remove_recursive() for rewindingHiroshi DOYU1-1/+1
2010-05-11sh: allow registering clocks without nameMagnus Damm1-3/+4
2010-03-09sh: Merge clkdev API updates.Paul Mundt1-54/+1
2010-02-02sh: Fix access to released memory in clk_debugfs_register_one()Marek Skuczynski1-2/+2
2009-06-11sh: add enable()/disable()/set_rate() to div6 codeMagnus Damm1-0/+19
2009-05-26sh: remove clk_ops->build_rate_table()Magnus Damm1-2/+0
2009-05-26sh: add shared clock framework frequency table codeMagnus Damm1-0/+75
2009-05-14sh: clkfwk: Add MSTP bits to SH7785 clock framework.Paul Mundt1-2/+2
2009-05-13sh: clkfwk: Map tree hierarchy in debugfs.Paul Mundt1-26/+84
2009-05-13sh: clkfwk: rate table construction and rounding for SH7785.Paul Mundt1-0/+3
2009-05-13sh: clkfwk: Rework legacy CPG clock handling.Paul Mundt1-56/+14
2009-05-13sh: clkfwk: Provide a generic clk_set_rate_ex() path for root clocks.Paul Mundt1-9/+16
2009-05-13sh: clkfwk: Handle NULL clkops for root clocks.Paul Mundt1-3/+3
2009-05-13sh: clkfwk: module_clk -> peripheral_clk rename.Paul Mundt1-3/+3
2009-05-12Merge branch 'master' into sh/clkfwkPaul Mundt1-1/+0
2009-05-12sh: Kill off the remnants of the old timer code.Paul Mundt1-1/+0
2009-05-12sh: clkfwk: Use arch_clk_init() for on-chip clock registration.Paul Mundt1-7/+1
2009-05-12sh: clkfwk: Handle clk_get_sys() returning an ERR_PTR.Paul Mundt1-1/+1
2009-05-12sh: clkfwk: Wire up clk_get_sys() support.Paul Mundt1-0/+59
2009-05-12sh: clkfwk: Kill off clk_recalc_rate().Paul Mundt1-14/+0
2009-05-12sh: clkfwk: Improve the generic clk_set_parent() implementation.Paul Mundt1-0/+20
2009-05-12sh: clkfwk: Fix up the clk_enable() error path.Paul Mundt1-25/+46
2009-05-12sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess.Paul Mundt1-62/+32
2009-05-12sh: clkfwk: refactor rate propagation.Paul Mundt1-42/+78
2009-05-12sh: clkfwk: Add a followparent_recalc() helper.Paul Mundt1-0/+6
2009-05-12sh: clkfwk: Make recalc return an unsigned long.Paul Mundt1-16/+19
2009-05-08sh: clock framework update, fix count and kill off krefMagnus Damm1-32/+37
2009-05-08sh: call clock framework init() callback onceMagnus Damm1-3/+6
2009-03-16sh: clkfwk: Safer resume from hibernation.Francesco VIRLINZI1-1/+3
2009-03-11sh: clkfwk: Add resume from hibernation support.Francesco VIRLINZI1-0/+64
2009-03-11sh: clkfwk: add clk_set_parent/clk_get_parentFrancesco VIRLINZI1-0/+29
2008-12-22sh: Fix clock framework compiler warnings.Paul Mundt1-1/+1
2008-12-22sh: enable and disable clocks recursivelyMagnus Damm1-0/+10
2008-09-08sh: fixup many sparse errors.Paul Mundt1-2/+3
2008-07-28sh: Show all clocks and their state in /proc/clocksMagnus Damm1-9/+5
2008-07-28sh/kernel/ cleanupsAdrian Bunk1-4/+2
2007-09-28sh: clkfwk: Support multi-level clock propagation.Stuart Menefy1-0/+2
2007-07-20sh: Implement clk_round_rate() in the clock framework.Paul Mundt1-0/+16
2007-05-21sh: Fix clock multiplier on SH7722.dmitry pervushin1-0/+7
2007-05-07sh: Move clock reporting to its own proc entry.Paul Mundt1-31/+45
2007-05-07sh: SH7722 clock framework support.dmitry pervushin1-4/+24
2006-12-06sh: Clock framework tidying.Paul Mundt1-2/+25
2006-09-27sh: sem2mutex conversion for clock framework.Paul Mundt1-8/+9
2006-09-27sh: Various cosmetic cleanups.Paul Mundt1-1/+1
2006-02-01[PATCH] sh: Make peripheral clock frequency setting mandatoryPaul Mundt1-12/+1