index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
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
*
sh: move sh clock.c contents to drivers/sh/clk.
Magnus Damm
2010-05-13
*
sh: remove unused clock lookup
Magnus Damm
2010-05-13
*
sh: clkfwk: Use debugfs_remove_recursive() for rewinding
Hiroshi DOYU
2010-05-10
*
sh: allow registering clocks without name
Magnus Damm
2010-05-10
*
sh: Merge clkdev API updates.
Paul Mundt
2010-03-08
*
sh: Fix access to released memory in clk_debugfs_register_one()
Marek Skuczynski
2010-02-01
*
sh: add enable()/disable()/set_rate() to div6 code
Magnus Damm
2009-06-11
*
sh: remove clk_ops->build_rate_table()
Magnus Damm
2009-05-26
*
sh: add shared clock framework frequency table code
Magnus Damm
2009-05-26
*
sh: clkfwk: Add MSTP bits to SH7785 clock framework.
Paul Mundt
2009-05-14
*
sh: clkfwk: Map tree hierarchy in debugfs.
Paul Mundt
2009-05-13
*
sh: clkfwk: rate table construction and rounding for SH7785.
Paul Mundt
2009-05-13
*
sh: clkfwk: Rework legacy CPG clock handling.
Paul Mundt
2009-05-13
*
sh: clkfwk: Provide a generic clk_set_rate_ex() path for root clocks.
Paul Mundt
2009-05-13
*
sh: clkfwk: Handle NULL clkops for root clocks.
Paul Mundt
2009-05-13
*
sh: clkfwk: module_clk -> peripheral_clk rename.
Paul Mundt
2009-05-13
*
Merge branch 'master' into sh/clkfwk
Paul Mundt
2009-05-12
|
\
|
*
sh: Kill off the remnants of the old timer code.
Paul Mundt
2009-05-12
*
|
sh: clkfwk: Use arch_clk_init() for on-chip clock registration.
Paul Mundt
2009-05-12
*
|
sh: clkfwk: Handle clk_get_sys() returning an ERR_PTR.
Paul Mundt
2009-05-12
*
|
sh: clkfwk: Wire up clk_get_sys() support.
Paul Mundt
2009-05-11
*
|
sh: clkfwk: Kill off clk_recalc_rate().
Paul Mundt
2009-05-11
*
|
sh: clkfwk: Improve the generic clk_set_parent() implementation.
Paul Mundt
2009-05-11
*
|
sh: clkfwk: Fix up the clk_enable() error path.
Paul Mundt
2009-05-11
*
|
sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess.
Paul Mundt
2009-05-11
*
|
sh: clkfwk: refactor rate propagation.
Paul Mundt
2009-05-11
*
|
sh: clkfwk: Add a followparent_recalc() helper.
Paul Mundt
2009-05-11
*
|
sh: clkfwk: Make recalc return an unsigned long.
Paul Mundt
2009-05-11
|
/
*
sh: clock framework update, fix count and kill off kref
Magnus Damm
2009-05-08
*
sh: call clock framework init() callback once
Magnus Damm
2009-05-07
*
sh: clkfwk: Safer resume from hibernation.
Francesco VIRLINZI
2009-03-16
*
sh: clkfwk: Add resume from hibernation support.
Francesco VIRLINZI
2009-03-11
*
sh: clkfwk: add clk_set_parent/clk_get_parent
Francesco VIRLINZI
2009-03-11
*
sh: Fix clock framework compiler warnings.
Paul Mundt
2008-12-22
*
sh: enable and disable clocks recursively
Magnus Damm
2008-12-22
*
sh: fixup many sparse errors.
Paul Mundt
2008-09-07
*
sh: Show all clocks and their state in /proc/clocks
Magnus Damm
2008-07-28
*
sh/kernel/ cleanups
Adrian Bunk
2008-07-28
*
sh: clkfwk: Support multi-level clock propagation.
Stuart Menefy
2007-09-27
*
sh: Implement clk_round_rate() in the clock framework.
Paul Mundt
2007-07-20
*
sh: Fix clock multiplier on SH7722.
dmitry pervushin
2007-05-21
*
sh: Move clock reporting to its own proc entry.
Paul Mundt
2007-05-06
*
sh: SH7722 clock framework support.
dmitry pervushin
2007-05-06
*
sh: Clock framework tidying.
Paul Mundt
2006-12-05
*
sh: sem2mutex conversion for clock framework.
Paul Mundt
2006-09-27
*
sh: Various cosmetic cleanups.
Paul Mundt
2006-09-26
*
[PATCH] sh: Make peripheral clock frequency setting mandatory
Paul Mundt
2006-02-01
*
[PATCH] sh: Simplistic clock framework
Paul Mundt
2006-01-17