aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-01sh: SH7724 has an L2 cache.Kuninori Morimoto1-1/+1
2009-06-01sh: sh7785 pll configuration from mode pinMagnus Damm1-6/+6
2009-06-01sh: boot word / mode pin support V2Magnus Damm2-0/+13
2009-05-26Merge branch 'sh/clkfwk'Paul Mundt47-865/+1137
2009-05-26sh: remove clk_ops->build_rate_table()Magnus Damm1-2/+0
2009-05-26sh: use shared frequency tables on sh7785Magnus Damm1-65/+12
2009-05-26sh: add shared clock framework frequency table codeMagnus Damm1-0/+75
2009-05-26sh: add pll_clk to sh7785Magnus Damm1-15/+33
2009-05-26sh: irq: Fix up imask build warnings.Paul Mundt1-2/+2
2009-05-22sh: clkfwk: Make clock-cpg usable for non-legacy platforms.Paul Mundt2-1/+3
2009-05-22sh: Wrap irq_to_desc_alloc_cpu() around CONFIG_SPARSE_IRQ temporarily.Paul Mundt1-0/+4
2009-05-22sh: clkfwk: beyond ARRAY_SIZE of onchip_ops for sh7722.Roel Kluin1-1/+1
2009-05-22sh: clkfwk branch compile fix for clock-sh7722Magnus Damm1-1/+1
2009-05-22sh: irq: Provide an arch_probe_nr_irqs() that wraps the machvec def.Paul Mundt1-0/+8
2009-05-22sh: irq: Teach ipr and intc about dynamically allocating irq_descs.Paul Mundt1-0/+8
2009-05-22sh: irq: Convert from irq_desc[] to irq_to_desc().Paul Mundt3-39/+48
2009-05-22sh: irq: Rework the SR.IMASK bitmap handling.Paul Mundt1-48/+16
2009-05-14sh: intc tables for sh7770Magnus Damm1-0/+246
2009-05-14sh: clkfwk: Add MSTP bits to SH7785 clock framework.Paul Mundt3-8/+77
2009-05-13sh: clkfwk: Map tree hierarchy in debugfs.Paul Mundt1-26/+84
2009-05-13sh: clkfwk: rate table construction and rounding for SH7785.Paul Mundt2-13/+99
2009-05-13sh: clkfwk: Update SH7785 for refactored clock framework.Paul Mundt1-101/+102
2009-05-13sh: clkfwk: Rework legacy CPG clock handling.Paul Mundt10-62/+101
2009-05-13sh: clkfwk: Provide a generic clk_set_rate_ex() path for root clocks.Paul Mundt1-9/+16
2009-05-13sh: clkfwk: Handle NULL clkops for root clocks.Paul Mundt1-3/+3
2009-05-13sh: clkfwk: module_clk -> peripheral_clk rename.Paul Mundt20-96/+96
2009-05-12Merge branch 'master' into sh/clkfwkPaul Mundt17-382/+1656
2009-05-12sh: Kill off the remnants of the old timer code.Paul Mundt6-81/+4
2009-05-12sh: remove old TMU driverMagnus Damm3-302/+0
2009-05-12sh: CMT platform data for sh7720/sh7721Magnus Damm1-0/+161
2009-05-12sh: TMU platform data for sh7720/sh7721Magnus Damm1-0/+109
2009-05-12sh: TMU platform data for sh7710/sh7712Magnus Damm1-0/+108
2009-05-12sh: TMU platform data for sh7706/sh7707/sh7708/sh7709Magnus Damm1-0/+108
2009-05-12sh: TMU platform data for sh7705Magnus Damm1-0/+108
2009-05-12sh: TMU platform data for sh7724Magnus Damm1-0/+195
2009-05-12sh: TMU platform data for sh7366Magnus Damm1-0/+98
2009-05-12sh: TMU platform data for sh7343Magnus Damm1-0/+98
2009-05-12sh: add sh4-202 INTC tablesMagnus Damm1-1/+55
2009-05-12sh: TMU platform data for sh4-202Magnus Damm1-0/+108
2009-05-12sh: TMU platform data for sh7770Magnus Damm1-0/+300
2009-05-12sh: TMU platform data for sh7763Magnus Damm1-0/+204
2009-05-12sh: clkfwk: Use arch_clk_init() for on-chip clock registration.Paul Mundt7-19/+7
2009-05-12sh: clkfwk: Handle clk_get_sys() returning an ERR_PTR.Paul Mundt1-1/+1
2009-05-12sh: clkfwk: Wire up clk_get_sys() support.Paul Mundt1-0/+59
2009-05-12sh: clkfwk: Kill off clk_recalc_rate().Paul Mundt2-15/+1
2009-05-12sh: clkfwk: Tidy up on-chip clock registration and rate propagation.Paul Mundt6-79/+19
2009-05-12sh: clkfwk: Improve the generic clk_set_parent() implementation.Paul Mundt1-0/+20
2009-05-12sh: clkfwk: Fix up the clk_enable() error path.Paul Mundt2-30/+52
2009-05-12sh: clkfwk: Convert SH-Mobile CPUs to use CLK_ENABLE_ON_INIT.Paul Mundt6-209/+183
2009-05-12sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess.Paul Mundt7-73/+43