index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
plat-omap
/
clock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-07
OMAP: clock: bail out early if arch_clock functions not implemented
Paul Walmsley
1
-28
/
+38
2011-02-25
OMAP2+: clock: autoidle as many clocks as possible if CONFIG_OMAP_RESET_CLOCKS
Paul Walmsley
1
-0
/
+1
2011-02-25
OMAP: clock: Add allow_idle/deny_idle support in clkops
Rajendra Nayak
1
-0
/
+32
2010-10-08
OMAP2+: clock: reduce the amount of standard debugging while disabling unused...
Paul Walmsley
1
-2
/
+3
2010-05-20
OMAP4 clock: Support clk_set_parent
Rajendra Nayak
1
-5
/
+0
2010-05-20
OMAP clock: resolve old checkpatch and CodingStyle issues with plat-omap/clock.c
Paul Walmsley
1
-13
/
+15
2010-02-24
OMAP4: clock: Add dummy clock nodes for interface clocks
Santosh Shilimkar
1
-0
/
+10
2010-02-24
OMAP clock: add omap_clk_get_by_name() for use by OMAP hwmod core code
Paul Walmsley
1
-0
/
+27
2010-02-24
OMAP clock: drop .id field; ensure each clock has a unique name
Paul Walmsley
1
-2
/
+0
2010-02-10
Merge branch 'omap-fixes-for-linus' into omap-for-linus
Tony Lindgren
1
-2
/
+2
2010-02-03
omap: Fix access to already released memory in clk_debugfs_register_one()
Marek Skuczynski
1
-2
/
+2
2010-01-29
OMAP clock: resolve all remaining sparse warnings
Paul Walmsley
1
-1
/
+1
2010-01-26
OMAP clock: make the fixed divisor clock code available for all OMAPs
Paul Walmsley
1
-0
/
+11
2010-01-08
OMAP clock/CPUFreq: add clk_exit_cpufreq_table()
Paul Walmsley
1
-0
/
+10
2010-01-08
OMAP clock: remove incorrect EXPORT_SYMBOL()s
Paul Walmsley
1
-6
/
+0
2009-12-11
ARM: OMAP4: PM: Add dummy hooks for OMAP4 dpll api's
Rajendra Nayak
1
-21
/
+0
2009-12-11
ARM: OMAP4: PM: Fix the PRM and CM base addresses
Rajendra Nayak
1
-5
/
+0
2009-10-20
omap: headers: Move remaining headers from include/mach to include/plat
Tony Lindgren
1
-1
/
+1
2009-09-03
OMAP clock: use debugfs_remove_recursive() for rewinding
Hiroshi DOYU
1
-1
/
+1
2009-05-28
Merge branch 'omap4' into for-next
Tony Lindgren
1
-0
/
+33
2009-05-28
ARM: OMAP4: Clock stubs since CLKDEV not in yet.
Santosh Shilimkar
1
-0
/
+33
2009-05-12
OMAP2xxx clock: rename clk_init_one() to clk_preinit()
Paul Walmsley
1
-2
/
+2
2009-04-22
OMAP2xxx clock: pre-initialize struct clks early
Paul Walmsley
1
-0
/
+7
2009-03-03
[ARM] omap: clk_set_parent: deny changing parent if clock is enabled
Russell King
1
-7
/
+10
2009-02-14
[ARM] omap: arrange for clock recalc methods to return the rate
Russell King
1
-9
/
+6
2009-02-08
[ARM] OMAP clock: drop clk_get_usecount()
Paul Walmsley
1
-16
/
+0
2009-02-08
[ARM] omap: create a proper tree of clocks
Russell King
1
-19
/
+32
2009-02-08
[ARM] omap: clks: call recalc after any rate change
Russell King
1
-4
/
+12
2009-02-08
[ARM] omap: remove pre-CLKDEV clk_get/clk_put
Russell King
1
-46
/
+0
2009-02-08
[ARM] omap: convert OMAP1 to use clkdev
Russell King
1
-0
/
+4
2009-02-08
[ARM] omap: allow double-registering of clocks
Russell King
1
-0
/
+6
2009-02-08
[ARM] omap: move propagate_rate() calls into generic omap clock code
Russell King
1
-5
/
+9
2009-02-08
[ARM] omap: move clock propagation into core omap clock code
Russell King
1
-1
/
+5
2009-02-08
[ARM] omap: provide a standard clk_get_parent() implementation
Russell King
1
-12
/
+1
2009-02-08
[ARM] omap: remove clk_deny_idle and clk_allow_idle
Russell King
1
-28
/
+0
2009-02-08
[ARM] omap: remove clk->owner
Russell King
1
-5
/
+2
2009-02-08
[ARM] omap: provide a NULL clock operations structure
Russell King
1
-2
/
+21
2008-11-04
ARM: OMAP: Fix debugfs_create_*'s error checking method for arm/plat-omap
Zhaolei
1
-10
/
+10
2008-09-06
[ARM] Convert asm/io.h to linux/io.h
Russell King
1
-2
/
+1
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
1
-1
/
+0
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-1
/
+1
2008-07-03
ARM: OMAP: CLKFW: Initial debugfs support for omap clock framework
Hiroshi DOYU
1
-36
/
+92
2008-05-22
[ARM] omap: fix omap clk support build errors
Russell King
1
-0
/
+1
2008-05-09
ARM: OMAP: Warn on disabling clocks with no users
Tony Lindgren
1
-1
/
+9
2008-04-21
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...
Linus Torvalds
1
-1
/
+0
2008-04-18
arch: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-04-14
ARM: OMAP2: Change 24xx to use shared clock code and new reg access
Paul Walmsley
1
-0
/
+42
2007-05-09
ARM: OMAP: add SoSSI clock (call propagate_rate for childrens)
Imre Deak
1
-0
/
+2
2007-05-08
ARM: OMAP: Add function to print clock usecounts
Juha Yrjola
1
-0
/
+35
2006-09-25
ARM: OMAP: Sync clocks with linux-omap tree
Tony Lindgren
1
-0
/
+25
[next]