index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
/
cpu
/
clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: cpu: convert to SPDX identifiers
Kuninori Morimoto
2018-12-28
1
-4
/
+1
*
sh: use common clock framework with device tree boards
Rich Felker
2016-08-05
1
-0
/
+4
*
ARM: 6483/1: arm & sh: factorised duplicated clkdev.c
Jean-Christop PLAGNIOL-VILLARD
2010-11-26
1
-16
/
+0
*
sh: move sh clock.c contents to drivers/sh/clk.
Magnus Damm
2010-05-13
1
-535
/
+8
*
sh: remove unused clock lookup
Magnus Damm
2010-05-13
1
-35
/
+2
*
sh: clkfwk: Use debugfs_remove_recursive() for rewinding
Hiroshi DOYU
2010-05-11
1
-1
/
+1
*
sh: allow registering clocks without name
Magnus Damm
2010-05-11
1
-3
/
+4
*
sh: Merge clkdev API updates.
Paul Mundt
2010-03-09
1
-54
/
+1
*
sh: Fix access to released memory in clk_debugfs_register_one()
Marek Skuczynski
2010-02-02
1
-2
/
+2
*
sh: add enable()/disable()/set_rate() to div6 code
Magnus Damm
2009-06-11
1
-0
/
+19
*
sh: remove clk_ops->build_rate_table()
Magnus Damm
2009-05-26
1
-2
/
+0
*
sh: add shared clock framework frequency table code
Magnus Damm
2009-05-26
1
-0
/
+75
*
sh: clkfwk: Add MSTP bits to SH7785 clock framework.
Paul Mundt
2009-05-14
1
-2
/
+2
*
sh: clkfwk: Map tree hierarchy in debugfs.
Paul Mundt
2009-05-13
1
-26
/
+84
*
sh: clkfwk: rate table construction and rounding for SH7785.
Paul Mundt
2009-05-13
1
-0
/
+3
*
sh: clkfwk: Rework legacy CPG clock handling.
Paul Mundt
2009-05-13
1
-56
/
+14
*
sh: clkfwk: Provide a generic clk_set_rate_ex() path for root clocks.
Paul Mundt
2009-05-13
1
-9
/
+16
*
sh: clkfwk: Handle NULL clkops for root clocks.
Paul Mundt
2009-05-13
1
-3
/
+3
*
sh: clkfwk: module_clk -> peripheral_clk rename.
Paul Mundt
2009-05-13
1
-3
/
+3
*
Merge branch 'master' into sh/clkfwk
Paul Mundt
2009-05-12
1
-1
/
+0
|
\
|
*
sh: Kill off the remnants of the old timer code.
Paul Mundt
2009-05-12
1
-1
/
+0
*
|
sh: clkfwk: Use arch_clk_init() for on-chip clock registration.
Paul Mundt
2009-05-12
1
-7
/
+1
*
|
sh: clkfwk: Handle clk_get_sys() returning an ERR_PTR.
Paul Mundt
2009-05-12
1
-1
/
+1
*
|
sh: clkfwk: Wire up clk_get_sys() support.
Paul Mundt
2009-05-12
1
-0
/
+59
*
|
sh: clkfwk: Kill off clk_recalc_rate().
Paul Mundt
2009-05-12
1
-14
/
+0
*
|
sh: clkfwk: Improve the generic clk_set_parent() implementation.
Paul Mundt
2009-05-12
1
-0
/
+20
*
|
sh: clkfwk: Fix up the clk_enable() error path.
Paul Mundt
2009-05-12
1
-25
/
+46
*
|
sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess.
Paul Mundt
2009-05-12
1
-62
/
+32
*
|
sh: clkfwk: refactor rate propagation.
Paul Mundt
2009-05-12
1
-42
/
+78
*
|
sh: clkfwk: Add a followparent_recalc() helper.
Paul Mundt
2009-05-12
1
-0
/
+6
*
|
sh: clkfwk: Make recalc return an unsigned long.
Paul Mundt
2009-05-12
1
-16
/
+19
|
/
*
sh: clock framework update, fix count and kill off kref
Magnus Damm
2009-05-08
1
-32
/
+37
*
sh: call clock framework init() callback once
Magnus Damm
2009-05-08
1
-3
/
+6
*
sh: clkfwk: Safer resume from hibernation.
Francesco VIRLINZI
2009-03-16
1
-1
/
+3
*
sh: clkfwk: Add resume from hibernation support.
Francesco VIRLINZI
2009-03-11
1
-0
/
+64
*
sh: clkfwk: add clk_set_parent/clk_get_parent
Francesco VIRLINZI
2009-03-11
1
-0
/
+29
*
sh: Fix clock framework compiler warnings.
Paul Mundt
2008-12-22
1
-1
/
+1
*
sh: enable and disable clocks recursively
Magnus Damm
2008-12-22
1
-0
/
+10
*
sh: fixup many sparse errors.
Paul Mundt
2008-09-08
1
-2
/
+3
*
sh: Show all clocks and their state in /proc/clocks
Magnus Damm
2008-07-28
1
-9
/
+5
*
sh/kernel/ cleanups
Adrian Bunk
2008-07-28
1
-4
/
+2
*
sh: clkfwk: Support multi-level clock propagation.
Stuart Menefy
2007-09-28
1
-0
/
+2
*
sh: Implement clk_round_rate() in the clock framework.
Paul Mundt
2007-07-20
1
-0
/
+16
*
sh: Fix clock multiplier on SH7722.
dmitry pervushin
2007-05-21
1
-0
/
+7
*
sh: Move clock reporting to its own proc entry.
Paul Mundt
2007-05-07
1
-31
/
+45
*
sh: SH7722 clock framework support.
dmitry pervushin
2007-05-07
1
-4
/
+24
*
sh: Clock framework tidying.
Paul Mundt
2006-12-06
1
-2
/
+25
*
sh: sem2mutex conversion for clock framework.
Paul Mundt
2006-09-27
1
-8
/
+9
*
sh: Various cosmetic cleanups.
Paul Mundt
2006-09-27
1
-1
/
+1
*
[PATCH] sh: Make peripheral clock frequency setting mandatory
Paul Mundt
2006-02-01
1
-12
/
+1
[next]