| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: dmaengine support for SH7785 | Nobuhiro Iwamatsu | 2009-12-17 | 1 | -0/+14 |
* | sh: dmaengine support for sh7724. | Guennadi Liakhovetski | 2009-12-17 | 1 | -0/+15 |
* | sh: Fix up FPU build for SH5 | Matt Fleming | 2009-12-15 | 1 | -2/+2 |
* | sh: sh5 scif pdata (sh5-101/sh5-103) | Magnus Damm | 2009-12-15 | 1 | -13/+9 |
* | sh: sh4a scif pdata (sh7757/sh7763/sh7770/sh7780/sh7785/sh7786/x3) | Magnus Damm | 2009-12-15 | 7 | -270/+551 |
* | sh: sh4a scif pdata (sh7343/sh7366/sh7722/sh7723/sh7724) | Magnus Damm | 2009-12-15 | 5 | -193/+358 |
* | sh: sh4 scif pdata (sh7750/sh7760/sh4-202) | Magnus Damm | 2009-12-15 | 3 | -61/+98 |
* | sh: sh3 scif pdata (sh7705/sh770x/sh7710/sh7720) | Magnus Damm | 2009-12-15 | 4 | -87/+142 |
* | sh: sh2a scif pdata (sh7201/sh7203/sh7206/mxg) | Magnus Damm | 2009-12-15 | 4 | -119/+263 |
* | sh: sh2 scif pdata (sh7616) | Magnus Damm | 2009-12-15 | 1 | -25/+46 |
* | sh: Replace an explicit computation by the use of the container_of macro | Nicolas Palix | 2009-12-09 | 1 | -3/+4 |
* | sh: Make associative cache writes fatal on all SH-4A parts. | Paul Mundt | 2009-12-04 | 1 | -9/+4 |
* | sh: allow runtime pm without suspend/resume callbacks | Magnus Damm | 2009-12-04 | 1 | -6/+11 |
* | sh: fix sh7724 VEU3F resource size | Magnus Damm | 2009-12-04 | 1 | -2/+2 |
* | sh: Add CPG save/restore code for sh7724 R-standby | Magnus Damm | 2009-11-30 | 1 | -0/+11 |
* | sh: Apply the sleazy FPU changes for SH-2A FPU as well. | Paul Mundt | 2009-11-24 | 1 | -4/+12 |
* | sh: Minor optimisations to FPU handling | Stuart Menefy | 2009-11-24 | 3 | -17/+10 |
* | Merge branch 'master' into sh/st-integration | Paul Mundt | 2009-11-24 | 16 | -333/+1140 |
|\ |
|
| * | Merge branch 'sh/stable-updates' | Paul Mundt | 2009-11-18 | 2 | -2/+2 |
| |\ |
|
| * | | sh: Fix up the CONFIG_PERF_EVENTS=n build for SH-4. | Paul Mundt | 2009-11-12 | 1 | -4/+5 |
| * | | sh: perf events: Document SH-4A raw event codes. | Paul Mundt | 2009-11-09 | 1 | -0/+38 |
| * | | sh: perf events: Add support for SH7750-style counters. | Paul Mundt | 2009-11-05 | 2 | -0/+258 |
| * | | sh: Default-enable SPU clock for SH7724. | Paul Mundt | 2009-11-05 | 1 | -1/+1 |
| * | | sh: sh7724: Add SPU2 support | Kuninori Morimoto | 2009-11-05 | 1 | -0/+68 |
| * | | sh: Add RWDT save/restore code for sh7724 R-standby | Magnus Damm | 2009-11-04 | 1 | -0/+14 |
| * | | sh: Add R-standby sleep mode support | Magnus Damm | 2009-10-30 | 2 | -7/+18 |
| * | | sh: Use RSMEM for sleep code on sh7724 | Magnus Damm | 2009-10-30 | 1 | -4/+8 |
| * | | sh: Add MMU and Cache handling sleep mode code | Magnus Damm | 2009-10-30 | 2 | -0/+107 |
| * | | sh: Keep track of allowed sleep modes | Magnus Damm | 2009-10-30 | 2 | -18/+31 |
| * | | sh: Rework SuperH Mobile sleep mode code | Magnus Damm | 2009-10-30 | 2 | -164/+134 |
| * | | sh: Allow boards to register memory pre/post sleep code | Magnus Damm | 2009-10-30 | 1 | -0/+6 |
| * | | sh: Add sh7724 notifier for R-standby save/restore | Magnus Damm | 2009-10-30 | 1 | -0/+167 |
| * | | sh: Add notifiers chains for cpu/board code | Magnus Damm | 2009-10-30 | 1 | -0/+12 |
| * | | sh: perf events: Add preliminary support for SH-4A counters. | Paul Mundt | 2009-10-28 | 2 | -0/+232 |
| * | | sh: Disable SCIF2 on the SH-X3 proto CPU. | Paul Mundt | 2009-10-18 | 2 | -41/+9 |
| * | | sh: Kill off legacy UBC wakeup cruft. | Paul Mundt | 2009-10-16 | 3 | -71/+0 |
| * | | sh: Force boot CPU in to light sleep mode for SH-X3 SMP. | Paul Mundt | 2009-10-16 | 1 | -18/+19 |
| * | | sh: TS_RESTORE_SIGMASK conversion. | Paul Mundt | 2009-10-14 | 1 | -1/+1 |
| * | | sh: Reinstate ILSEL -> IRL intc mappings for SH-X3 proto CPU. | Paul Mundt | 2009-10-10 | 1 | -10/+18 |
* | | | sh: add sleazy FPU optimization | Giuseppe CAVALLARO | 2009-11-24 | 1 | -4/+12 |
| |/
|/| |
|
* | | sh: Fixup last users of irq_chip->typename | Thomas Gleixner | 2009-11-18 | 2 | -2/+2 |
|/ |
|
* | sh: Don't enable interrupts in the page fault path | Matt Fleming | 2009-09-28 | 1 | -2/+0 |
* | sh: Add support DMA Engine to SH7780 | Nobuhiro Iwamatsu | 2009-09-25 | 1 | -0/+14 |
* | sh: Add support DMA Engine to SH7722 | Nobuhiro Iwamatsu | 2009-09-25 | 1 | -0/+14 |
* | sh: multi-evt support for SH-X3 proto CPU. | Paul Mundt | 2009-09-14 | 1 | -35/+20 |
* | sh: clkfwk: remove bogus set_bus_parent() from SH7709. | Rafael Ignacio Zurita | 2009-09-14 | 1 | -11/+0 |
* | sh: Kill off kgdb's magical NMI debouncing. | Paul Mundt | 2009-09-01 | 1 | -31/+0 |
* | sh: nmi_debug support. | Paul Mundt | 2009-09-01 | 2 | -3/+27 |
* | Merge branch 'master' into sh/smp | Paul Mundt | 2009-09-01 | 15 | -13/+3106 |
|\ |
|
| * | sh: fix CPU_SH7723/7724 numbering bug | Kuninori Morimoto | 2009-08-27 | 1 | -1/+1 |