aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-15sh: sh7724 ddr self-refresh changesMagnus Damm1-2/+68
2009-08-13sh: convert processor device setup functions to arch_initcall()Magnus Damm24-24/+24
2009-06-23sh: SH7786 SMP support.Paul Mundt2-23/+12
2009-06-17Merge branches 'sh/pci-express-integration', 'sh/rsk-updates', 'sh/platform-updates' and 'sh/perf_counter'Paul Mundt2-5/+14
2009-06-17sh: add platform data for r8a66597-hcd in setup-sh7723Yoshihiro Shimoda1-2/+7
2009-06-17sh: add platform data for r8a66597-hcd in setup-sh7366Yoshihiro Shimoda1-3/+7
2009-06-17sh: use kzalloc() for cpg clocksMagnus Damm1-7/+9
2009-06-14cpumask: Use accessors for cpu_*_mask: shRusty Russell1-3/+2
2009-06-11sh: Tie sparseirq in to Kconfig.Paul Mundt1-5/+2
2009-06-11sh: sh7724: Add JPU supportKuninori Morimoto1-0/+31
2009-06-11sh: sh7724: INTC setting updateKuninori Morimoto1-89/+82
2009-06-11sh: sh7722 clock framework rewriteMagnus Damm1-659/+137
2009-06-11sh: sh7366 clock framework rewriteMagnus Damm3-42/+213
2009-06-11sh: sh7343 clock framework rewriteMagnus Damm3-33/+213
2009-06-11sh: sh7724 clock framework rewrite V3Magnus Damm3-81/+248
2009-06-11sh: sh7723 clock framework rewrite V2Magnus Damm3-57/+224
2009-06-11sh: add enable()/disable()/set_rate() to div6 codeMagnus Damm2-0/+63
2009-06-11sh: rework mode pin codeMagnus Damm1-1/+1
2009-06-11sh: clock div6 helper codeMagnus Damm1-6/+65
2009-06-11sh: clock div4 frequency table offset fixMagnus Damm1-2/+3
2009-06-02sh: sh7723: L2 cache initialization.Kuninori Morimoto1-0/+10
2009-06-02sh: sh7724: L2 cache initialization.Kuninori Morimoto1-0/+9
2009-06-02sh: add weak l2_cache_init function.Kuninori Morimoto1-0/+7
2009-06-01sh: Tidy up SH-4A boot_cpu_data.flags probing.Paul Mundt1-46/+15
2009-06-01sh: Tidy up the optional L2 probing, wire it up for SH7786.Paul Mundt1-28/+33
2009-06-01sh: hook up shared div4 clock code to sh7785Magnus Damm1-159/+48
2009-06-01sh: shared div4 clock codeMagnus Damm1-0/+55
2009-06-01sh: hook up shared mstp32 clock code to sh7785Magnus Damm1-55/+25
2009-06-01sh: shared mstp32 clock codeMagnus Damm1-0/+35
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-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: 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 Mundt1-9/+1
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