summaryrefslogtreecommitdiff
path: root/arch/sh/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2010-02-26sh: SH-Mobile R-standby register save/restoreMagnus Damm2-3/+121
2010-02-22sh: always enable sh7724 vpu_clk and set to 166MHz on EcovecMagnus Damm1-1/+1
2010-02-22sh: add sh7724 kick callback to clk_div4_tableMagnus Damm2-0/+15
2010-02-22sh: introduce struct clk_div4_tableMagnus Damm8-14/+44
2010-02-22sh: clock-cpg div4 set_rate() shift fixMagnus Damm1-2/+2
2010-02-18Merge branch 'sh/pmb-dynamic'Paul Mundt2-11/+23
2010-02-17sh: Fix up more 64-bit pgprot truncation on SH-X2 TLB.Paul Mundt1-7/+6
2010-02-17sh: fix sh7723 SDHI support using INTC force_disableMagnus Damm1-2/+4
2010-02-17sh: fix sh7722 SDHI support using INTC force_disableMagnus Damm1-1/+3
2010-02-17sh: Setup boot CPU VBR early to enable early page faults.Paul Mundt1-4/+17
2010-02-16sh: fix sh7724 SDHI support using INTC force_disableMagnus Damm1-2/+4
2010-02-09sh: break out enable/reparent div4 clocks on sh7723Magnus Damm1-4/+20
2010-02-09sh: sh7724/Ecovec24/KFR2R09/MS7724SE SDHI vector mergeMagnus Damm1-16/+16
2010-02-09sh: sh7723/AP325 SDHI vector mergeMagnus Damm1-15/+17
2010-02-09sh: sh7722/Migo-R SDHI vector mergeMagnus Damm1-8/+10
2010-02-08Merge branches 'sh/dwarf-unwinder', 'sh/g3-prep' and 'sh/stable-updates'Paul Mundt1-1/+2
2010-02-08sh: Remove superfluous setup_frame_reg callMatt Fleming1-1/+0
2010-02-08sh: Setup frame pointer in handle_exception pathMatt Fleming1-0/+2
2010-02-02sh: add high impedance mode management for SIUA pins on sh7722Guennadi Liakhovetski1-10/+11
2010-02-02Merge branch 'sh/stable-updates'Paul Mundt1-2/+2
2010-02-02sh: Fix access to released memory in clk_debugfs_register_one()Marek Skuczynski1-2/+2
2010-01-26sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt36-189/+189
2010-01-21sh: Kill off the special uncached section and fixmap.Paul Mundt4-5/+7
2010-01-20sh: Handle SH-4 FPU variants with broken CVR values.Paul Mundt1-2/+3
2010-01-19sh: support SIU sourcing from external clock on sh7722Guennadi Liakhovetski2-7/+112
2010-01-19sh: SH7786 clock framework rewrite.Paul Mundt1-96/+88
2010-01-19sh64: Fixup build breakage from breakpoint handler rename.Paul Mundt1-1/+1
2010-01-19sh64: Use the shared FPU state restorer.Paul Mundt2-60/+7
2010-01-19sh64: Fix up the build for the thread_xstate changes.Paul Mundt1-6/+6
2010-01-18sh: Need IRQs enabled for init_fpu().Paul Mundt1-0/+2
2010-01-15sh: Fix up the secondary CPU entry point for 32bit mode.Paul Mundt1-1/+4
2010-01-13sh: Fix up L2 cache comment typo.Paul Mundt1-1/+1
2010-01-13sh: PVR detection for 2nd cut SH7786.Matt Fleming1-0/+1
2010-01-13Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Paul Mundt8-256/+340
2010-01-13sh: Move over to dynamically allocated FPU context.Paul Mundt5-240/+194
2010-01-05sh: Kill off dead UBC headers.Paul Mundt1-12/+8
2010-01-05sh: Abstracted SH-4A UBC support on hw-breakpoint core.Paul Mundt2-4/+138
2009-12-21Merge branch 'master' into sh/hw-breakpointsPaul Mundt27-768/+1497
2009-12-17sh: dmaengine support for SH7785Nobuhiro Iwamatsu1-0/+14
2009-12-17sh: dmaengine support for sh7724.Guennadi Liakhovetski1-0/+15
2009-12-15sh: Fix up FPU build for SH5Matt Fleming1-2/+2
2009-12-15sh: sh5 scif pdata (sh5-101/sh5-103)Magnus Damm1-13/+9
2009-12-15sh: sh4a scif pdata (sh7757/sh7763/sh7770/sh7780/sh7785/sh7786/x3)Magnus Damm7-270/+551
2009-12-15sh: sh4a scif pdata (sh7343/sh7366/sh7722/sh7723/sh7724)Magnus Damm5-193/+358
2009-12-15sh: sh4 scif pdata (sh7750/sh7760/sh4-202)Magnus Damm3-61/+98
2009-12-15sh: sh3 scif pdata (sh7705/sh770x/sh7710/sh7720)Magnus Damm4-87/+142
2009-12-15sh: sh2a scif pdata (sh7201/sh7203/sh7206/mxg)Magnus Damm4-119/+263
2009-12-15sh: sh2 scif pdata (sh7616)Magnus Damm1-25/+46
2009-12-09sh: Replace an explicit computation by the use of the container_of macroNicolas Palix1-3/+4
2009-12-08Merge branch 'master' into sh/hw-breakpointsPaul Mundt19-375/+1202