summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sh: cpufreq: Include CPU id in info messages.Paul Mundt2009-09-151-5/+5
| * | | | | sh: multi-evt support for SH-X3 proto CPU.Paul Mundt2009-09-141-35/+20
| * | | | | sh: clkfwk: remove bogus set_bus_parent() from SH7709.Rafael Ignacio Zurita2009-09-141-11/+0
| * | | | | sh: Fix the indication point of the liquid crystal of AP-325RXA(AP3300)Yusuke Goda2009-09-111-1/+1
| * | | | | sh: Add EcoVec24 romImage defconfigKuninori Morimoto2009-09-111-0/+1032
| * | | | | sh: USB disable process is needed if romImage boot for EcoVec24Kuninori Morimoto2009-09-111-0/+3
| * | | | | sh: EcoVec24: add HIZA setting for LEDKuninori Morimoto2009-09-111-0/+1
| * | | | | sh: EcoVec24: write MAC address in bootKuninori Morimoto2009-09-111-2/+79
| * | | | | sh: Add romImage support for EcoVec24Kuninori Morimoto2009-09-113-0/+100
| * | | | | sh: add romimage-macros.hKuninori Morimoto2009-09-112-69/+74
| * | | | | sh: Add I2C device support for EcoVec24Kuninori Morimoto2009-09-111-1/+12
| * | | | | sh: Cleanup whitespace damage in sh4_flush_icache_range().Paul Mundt2009-09-091-30/+33
| * | | | | rtc: rtc-sh: Fix up oops in early periodic freq assignment.Paul Mundt2009-09-091-3/+1
| * | | | | Merge branches 'sh/smp' and 'sh/stable-updates'Paul Mundt2009-09-08229-1577/+2330
| |\ \ \ \ \
| * | | | | | sh: Kill off dcache writeback from copy_page().Paul Mundt2009-09-081-8/+3
| * | | | | | sh: Use more aggressive dcache purging in kmap teardown.Paul Mundt2009-09-082-5/+9
| * | | | | | sh: Fix up and optimize the kmap_coherent() interface.Paul Mundt2009-09-038-48/+62
| * | | | | | sh: Fix up build warning for SH7785LCR proto board.Paul Mundt2009-09-011-1/+1
| * | | | | | sh: disable trapped I/O on SH7785LCR.Paul Mundt2009-09-011-1/+0
| * | | | | | sh: Fix up UP deadlock with SMP-aware cache ops.Paul Mundt2009-09-011-9/+18
| * | | | | | Revert "sh: Kill off now redundant local irq disabling."Paul Mundt2009-09-014-33/+71
| * | | | | | sh: Kill off kgdb's magical NMI debouncing.Paul Mundt2009-09-013-36/+0
| * | | | | | sh: nmi_debug support.Paul Mundt2009-09-019-9/+133
| * | | | | | Merge branch 'master' into sh/smpPaul Mundt2009-09-01414-2576/+15140
| |\ \ \ \ \ \
| | * | | | | | sh: Fix dcache flushing for N-way write-through caches.Matt Fleming2009-09-011-21/+27
| | * | | | | | sh: Fix up simplified multi-evt handling under sparseirq.Paul Mundt2009-08-311-1/+12
| | * | | | | | sh: unwinder: Fix up uninitialized variable warnings on sh2a build.Paul Mundt2009-08-312-2/+2
| | * | | | | | sh: Only shout about fixing up unexpected unaligned accessesMatt Fleming2009-08-293-6/+8
| | * | | | | | sh: sh7785lcr: fix prototype board on 32bit MMU mode.Yoshihiro Shimoda2009-08-284-0/+28
| | * | | | | | sh: Tidy up watchdog build for SH-2.Paul Mundt2009-08-281-9/+10
| | * | | | | | sh: Add LCDC Panel support for EcoVec24Kuninori Morimoto2009-08-271-2/+28
| | * | | | | | sh: Add CEU support for EcoVec24Kuninori Morimoto2009-08-271-0/+109
| | * | | | | | sh: Add support LCDC for EcoVec24Kuninori Morimoto2009-08-271-0/+109
| | * | | | | | sh: Add USB support for EcoVec24Kuninori Morimoto2009-08-271-0/+97
| | * | | | | | sh: Add SH-ETH support for EcoVec24Kuninori Morimoto2009-08-271-1/+52
| | * | | | | | sh: modify to enable boot for EcoVec24Kuninori Morimoto2009-08-272-25/+28
| | * | | | | | sh: fix CPU_SH7723/7724 numbering bugKuninori Morimoto2009-08-271-1/+1
| | * | | | | | sh: Fix an off-by-1 in FTRACE_SYSCALL_MAX.Paul Mundt2009-08-251-1/+1
| | * | | | | | Merge branch 'sh/st-integration'Paul Mundt2009-08-2429-155/+476
| | |\ \ \ \ \ \
| | | * | | | | | sh: Simplify "multi-evt" interrupt handling.Pawel Moll2009-08-243-39/+18
| | | * | | | | | sh: fix sys_cacheflush error checkingGiuseppe Cavallaro2009-08-242-1/+8
| | | * | | | | | sh: Fix problems with cache flushing when cache is in write-through modeStuart Menefy2009-08-241-0/+34
| | | * | | | | | sh: Fix overzealous checking in __ioremap()Stuart Menefy2009-08-241-8/+0
| | | * | | | | | sh: Fixes some write posting issues in the interrupt handling for SHStuart Menefy2009-08-242-1/+8
| | | * | | | | | sh: Fix underflow in SH udelay() code.Stuart Menefy2009-08-241-2/+3
| | | * | | | | | sh: Add sys_cacheflush() call for SH CPUs.Stuart Menefy2009-08-247-5/+60
| | | * | | | | | sh: Improve comments int SH4 cache flushing codeStuart Menefy2009-08-241-0/+11
| | | * | | | | | sh: Optimise memcpy_to/fromio for SH4Stuart Menefy2009-08-241-21/+72
| | | * | | | | | sh: generic_in/outs{bwl} optimizations.Stuart Menefy2009-08-241-42/+8
| | | * | | | | | sh: Read from CCN_PVR instead of ROM for delay.Stuart Menefy2009-08-241-1/+5