summaryrefslogtreecommitdiffstats
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2009-09-15sh: Add KEYSC support for EcoVec24Kuninori Morimoto1-0/+52
2009-09-15sh: add kycr2_delay for sh_keyscKuninori Morimoto1-0/+1
2009-09-15sh: cpufreq: Include CPU id in info messages.Paul Mundt1-5/+5
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+3
2009-09-14sh: multi-evt support for SH-X3 proto CPU.Paul Mundt1-35/+20
2009-09-14sh: clkfwk: remove bogus set_bus_parent() from SH7709.Rafael Ignacio Zurita1-11/+0
2009-09-11sh: Fix the indication point of the liquid crystal of AP-325RXA(AP3300)Yusuke Goda1-1/+1
2009-09-11sh: Add EcoVec24 romImage defconfigKuninori Morimoto1-0/+1032
2009-09-11sh: USB disable process is needed if romImage boot for EcoVec24Kuninori Morimoto1-0/+3
2009-09-11sh: EcoVec24: add HIZA setting for LEDKuninori Morimoto1-0/+1
2009-09-11sh: EcoVec24: write MAC address in bootKuninori Morimoto1-2/+79
2009-09-11sh: Add romImage support for EcoVec24Kuninori Morimoto3-0/+100
2009-09-11sh: add romimage-macros.hKuninori Morimoto2-69/+74
2009-09-11sh: Add I2C device support for EcoVec24Kuninori Morimoto1-1/+12
2009-09-09PCI: remove pcibios_scan_all_fns()Alex Chiang1-1/+0
2009-09-09sh: Cleanup whitespace damage in sh4_flush_icache_range().Paul Mundt1-30/+33
2009-09-08dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu3-5/+23
2009-09-08sh: Kill off dcache writeback from copy_page().Paul Mundt1-8/+3
2009-09-08sh: Use more aggressive dcache purging in kmap teardown.Paul Mundt2-5/+9
2009-09-03sh: Fix up and optimize the kmap_coherent() interface.Paul Mundt8-48/+62
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2-0/+4
2009-09-01sh: Fix up build warning for SH7785LCR proto board.Paul Mundt1-1/+1
2009-09-01sh: disable trapped I/O on SH7785LCR.Paul Mundt1-1/+0
2009-09-01sh: Fix up UP deadlock with SMP-aware cache ops.Paul Mundt1-9/+18
2009-09-01Revert "sh: Kill off now redundant local irq disabling."Paul Mundt4-33/+71
2009-09-01sh: Kill off kgdb's magical NMI debouncing.Paul Mundt3-36/+0
2009-09-01sh: nmi_debug support.Paul Mundt8-8/+132
2009-09-01Merge branch 'master' into sh/smpPaul Mundt81-336/+7542
2009-09-01sh: Fix dcache flushing for N-way write-through caches.Matt Fleming1-21/+27
2009-08-31sh: unwinder: Fix up uninitialized variable warnings on sh2a build.Paul Mundt2-2/+2
2009-08-29sh: Only shout about fixing up unexpected unaligned accessesMatt Fleming3-6/+8
2009-08-29net: sh_eth: add value of ether_link pin in platform_dataYoshihiro Shimoda1-0/+3
2009-08-28sh: sh7785lcr: fix prototype board on 32bit MMU mode.Yoshihiro Shimoda4-0/+28
2009-08-28sh: Tidy up watchdog build for SH-2.Paul Mundt1-9/+10
2009-08-27sh: Add LCDC Panel support for EcoVec24Kuninori Morimoto1-2/+28
2009-08-27sh: Add CEU support for EcoVec24Kuninori Morimoto1-0/+109
2009-08-27sh: Add support LCDC for EcoVec24Kuninori Morimoto1-0/+109
2009-08-27sh: Add USB support for EcoVec24Kuninori Morimoto1-0/+97
2009-08-27sh: Add SH-ETH support for EcoVec24Kuninori Morimoto1-1/+52
2009-08-27sh: modify to enable boot for EcoVec24Kuninori Morimoto2-25/+28
2009-08-27sh: fix CPU_SH7723/7724 numbering bugKuninori Morimoto1-1/+1
2009-08-27sh: Fix up sh4_flush_dcache_page() build on UP.Paul Mundt1-1/+2
2009-08-25sh: Fix an off-by-1 in FTRACE_SYSCALL_MAX.Paul Mundt1-1/+1
2009-08-25timekeeping: Fix up read_persistent_clock() breakage on shPaul Mundt1-1/+1
2009-08-24Merge branch 'sh/st-integration'Paul Mundt27-116/+452
2009-08-24sh: Move the FTRACE_SYSCALL_MAX definition in to asm/ftrace.h.Paul Mundt2-2/+1
2009-08-24sh: Simplify "multi-evt" interrupt handling.Pawel Moll1-1/+1
2009-08-24sh: fix sys_cacheflush error checkingGiuseppe Cavallaro2-1/+8
2009-08-24sh: Fix problems with cache flushing when cache is in write-through modeStuart Menefy1-0/+34
2009-08-24sh: Fix overzealous checking in __ioremap()Stuart Menefy1-8/+0