index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: clkfwk: Add MSTP bits to SH7785 clock framework.
Paul Mundt
2009-05-14
4
-8
/
+80
*
sh: clkfwk: Map tree hierarchy in debugfs.
Paul Mundt
2009-05-13
2
-26
/
+85
*
sh: clkfwk: rate table construction and rounding for SH7785.
Paul Mundt
2009-05-13
3
-13
/
+100
*
sh: clkfwk: Update SH7785 for refactored clock framework.
Paul Mundt
2009-05-13
4
-104
/
+125
*
sh: clkfwk: Rework legacy CPG clock handling.
Paul Mundt
2009-05-13
13
-63
/
+110
*
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
23
-103
/
+103
*
Merge branch 'master' into sh/clkfwk
Paul Mundt
2009-05-12
22
-557
/
+2359
|
\
|
*
sh: Kill off the remnants of the old timer code.
Paul Mundt
2009-05-12
8
-120
/
+4
|
*
sh: remove old TMU driver
Magnus Damm
2009-05-12
7
-438
/
+1
|
*
sh: CMT platform data for sh7720/sh7721
Magnus Damm
2009-05-12
2
-0
/
+163
|
*
sh: TMU platform data for sh7720/sh7721
Magnus Damm
2009-05-12
1
-0
/
+109
|
*
sh: TMU platform data for sh7710/sh7712
Magnus Damm
2009-05-12
1
-0
/
+108
|
*
sh: TMU platform data for sh7706/sh7707/sh7708/sh7709
Magnus Damm
2009-05-12
1
-0
/
+108
|
*
sh: TMU platform data for sh7705
Magnus Damm
2009-05-12
1
-0
/
+108
|
*
sh: TMU platform data for sh7724
Magnus Damm
2009-05-12
1
-0
/
+195
|
*
sh: TMU platform data for sh7366
Magnus Damm
2009-05-12
1
-0
/
+98
|
*
sh: TMU platform data for sh7343
Magnus Damm
2009-05-12
1
-0
/
+98
|
*
sh: add sh4-202 INTC tables
Magnus Damm
2009-05-12
1
-1
/
+55
|
*
sh: TMU platform data for sh4-202
Magnus Damm
2009-05-12
1
-0
/
+108
|
*
sh: TMU platform data for sh7770
Magnus Damm
2009-05-12
1
-0
/
+300
|
*
sh: add sh7770_generic_defconfig
Magnus Damm
2009-05-12
1
-0
/
+700
|
*
sh: TMU platform data for sh7763
Magnus Damm
2009-05-12
1
-0
/
+204
*
|
sh: clkfwk: Use arch_clk_init() for on-chip clock registration.
Paul Mundt
2009-05-12
7
-19
/
+7
*
|
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-11
2
-0
/
+66
*
|
sh: clkfwk: Kill off clk_recalc_rate().
Paul Mundt
2009-05-11
3
-16
/
+1
*
|
sh: clkfwk: Tidy up on-chip clock registration and rate propagation.
Paul Mundt
2009-05-11
6
-79
/
+19
*
|
sh: clkfwk: Improve the generic clk_set_parent() implementation.
Paul Mundt
2009-05-11
2
-0
/
+21
*
|
sh: clkfwk: Fix up the clk_enable() error path.
Paul Mundt
2009-05-11
3
-31
/
+53
*
|
sh: clkfwk: Convert SH-Mobile CPUs to use CLK_ENABLE_ON_INIT.
Paul Mundt
2009-05-11
7
-225
/
+183
*
|
sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess.
Paul Mundt
2009-05-11
8
-75
/
+44
*
|
sh: clkfwk: refactor rate propagation.
Paul Mundt
2009-05-11
3
-52
/
+85
*
|
sh: clkfwk: Add a followparent_recalc() helper.
Paul Mundt
2009-05-11
6
-25
/
+11
*
|
sh: clkfwk: Make recalc return an unsigned long.
Paul Mundt
2009-05-11
23
-175
/
+171
|
/
*
sh: TMU platform data for sh7780
Magnus Damm
2009-05-11
1
-0
/
+204
*
sh: r7780 highlander clock fixes
Magnus Damm
2009-05-11
2
-2
/
+2
*
sh: multiple vectors per irq - sh7760
Magnus Damm
2009-05-11
2
-21
/
+13
*
sh: TMU platform data for sh7760
Magnus Damm
2009-05-11
1
-0
/
+109
*
sh: TMU platform data for sh775x
Magnus Damm
2009-05-11
1
-0
/
+187
*
sh: include empty_zero_page in text
Magnus Damm
2009-05-11
1
-1
/
+2
*
sh: sh7785lcr: fix I2C device address map for 32-bit mode
Yoshihiro Shimoda
2009-05-11
1
-5
/
+5
*
sh: Account for INITIAL_JIFFIES when using jiffies clocksource.
Paul Mundt
2009-05-11
1
-1
/
+1
*
sh: Fix up typo in arch/sh/kernel/vmlinux.lds.S
Paul Mundt
2009-05-11
1
-1
/
+1
*
sh: Fix up R0 dependence in __arch_swab16/32.
Paul Mundt
2009-05-10
1
-6
/
+6
*
sh: Hook up cc-cross-prefix support.
Paul Mundt
2009-05-09
1
-0
/
+6
*
sh: Consolidate the boot link and entry offset definitions.
Paul Mundt
2009-05-09
2
-12
/
+18
*
sh: Merge the split arch/sh/boot/compressed/ Makefiles.
Paul Mundt
2009-05-09
3
-90
/
+47
*
sh: Provide a BITS definition, use it in the arch/sh/boot/ Makefiles.
Paul Mundt
2009-05-09
4
-14
/
+10
[next]