summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/clock.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD2010-11-261-16/+0Star
* sh: move sh clock.c contents to drivers/sh/clk.Magnus Damm2010-05-131-535/+8Star
* sh: remove unused clock lookupMagnus Damm2010-05-131-35/+2Star
* sh: clkfwk: Use debugfs_remove_recursive() for rewindingHiroshi DOYU2010-05-111-1/+1
* sh: allow registering clocks without nameMagnus Damm2010-05-111-3/+4
* sh: Merge clkdev API updates.Paul Mundt2010-03-091-54/+1Star
* sh: Fix access to released memory in clk_debugfs_register_one()Marek Skuczynski2010-02-021-2/+2
* sh: add enable()/disable()/set_rate() to div6 codeMagnus Damm2009-06-111-0/+19
* sh: remove clk_ops->build_rate_table()Magnus Damm2009-05-261-2/+0Star
* sh: add shared clock framework frequency table codeMagnus Damm2009-05-261-0/+75
* sh: clkfwk: Add MSTP bits to SH7785 clock framework.Paul Mundt2009-05-141-2/+2
* sh: clkfwk: Map tree hierarchy in debugfs.Paul Mundt2009-05-131-26/+84
* sh: clkfwk: rate table construction and rounding for SH7785.Paul Mundt2009-05-131-0/+3
* sh: clkfwk: Rework legacy CPG clock handling.Paul Mundt2009-05-131-56/+14Star
* sh: clkfwk: Provide a generic clk_set_rate_ex() path for root clocks.Paul Mundt2009-05-131-9/+16
* sh: clkfwk: Handle NULL clkops for root clocks.Paul Mundt2009-05-131-3/+3
* sh: clkfwk: module_clk -> peripheral_clk rename.Paul Mundt2009-05-131-3/+3
* Merge branch 'master' into sh/clkfwkPaul Mundt2009-05-121-1/+0Star
|\
| * sh: Kill off the remnants of the old timer code.Paul Mundt2009-05-121-1/+0Star
* | sh: clkfwk: Use arch_clk_init() for on-chip clock registration.Paul Mundt2009-05-121-7/+1Star
* | sh: clkfwk: Handle clk_get_sys() returning an ERR_PTR.Paul Mundt2009-05-121-1/+1
* | sh: clkfwk: Wire up clk_get_sys() support.Paul Mundt2009-05-111-0/+59
* | sh: clkfwk: Kill off clk_recalc_rate().Paul Mundt2009-05-111-14/+0Star
* | sh: clkfwk: Improve the generic clk_set_parent() implementation.Paul Mundt2009-05-111-0/+20
* | sh: clkfwk: Fix up the clk_enable() error path.Paul Mundt2009-05-111-25/+46
* | sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess.Paul Mundt2009-05-111-62/+32Star
* | sh: clkfwk: refactor rate propagation.Paul Mundt2009-05-111-42/+78
* | sh: clkfwk: Add a followparent_recalc() helper.Paul Mundt2009-05-111-0/+6
* | sh: clkfwk: Make recalc return an unsigned long.Paul Mundt2009-05-111-16/+19
|/
* sh: clock framework update, fix count and kill off krefMagnus Damm2009-05-081-32/+37
* sh: call clock framework init() callback onceMagnus Damm2009-05-081-3/+6
* sh: clkfwk: Safer resume from hibernation.Francesco VIRLINZI2009-03-161-1/+3
* sh: clkfwk: Add resume from hibernation support.Francesco VIRLINZI2009-03-111-0/+64
* sh: clkfwk: add clk_set_parent/clk_get_parentFrancesco VIRLINZI2009-03-111-0/+29
* sh: Fix clock framework compiler warnings.Paul Mundt2008-12-221-1/+1
* sh: enable and disable clocks recursivelyMagnus Damm2008-12-221-0/+10
* sh: fixup many sparse errors.Paul Mundt2008-09-081-2/+3
* sh: Show all clocks and their state in /proc/clocksMagnus Damm2008-07-281-9/+5Star
* sh/kernel/ cleanupsAdrian Bunk2008-07-281-4/+2Star
* sh: clkfwk: Support multi-level clock propagation.Stuart Menefy2007-09-281-0/+2
* sh: Implement clk_round_rate() in the clock framework.Paul Mundt2007-07-201-0/+16
* sh: Fix clock multiplier on SH7722.dmitry pervushin2007-05-211-0/+7
* sh: Move clock reporting to its own proc entry.Paul Mundt2007-05-071-31/+45
* sh: SH7722 clock framework support.dmitry pervushin2007-05-071-4/+24
* sh: Clock framework tidying.Paul Mundt2006-12-061-2/+25
* sh: sem2mutex conversion for clock framework.Paul Mundt2006-09-271-8/+9
* sh: Various cosmetic cleanups.Paul Mundt2006-09-271-1/+1
* [PATCH] sh: Make peripheral clock frequency setting mandatoryPaul Mundt2006-02-011-12/+1Star
* [PATCH] sh: Simplistic clock frameworkPaul Mundt2006-01-171-0/+287