summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
...
* | | sh: add ov772x reset delay on Migo-RMagnus Damm2008-12-221-0/+1
* | | sh: Drop the special qemu defconfig.Paul Mundt2008-12-221-949/+0
* | | sh: Delete unnecessary mov in the interrupt exception entry point.Aoi Shinkai2008-12-221-2/+2
* | | sh: Fix an off-by-1 check in __mutex_fastpath_unlock().Paul Mundt2008-12-221-1/+1
* | | sh: Update rsk701_defconfig to reflect mach-rsk changes.Paul Mundt2008-12-221-1/+13
* | | sh: Enable leds-gpio in rsk7203 defconfig.Paul Mundt2008-12-221-12/+53
* | | sh: Consolidate rsk7203/7201 in to a new mach-rsk.Paul Mundt2008-12-228-100/+44
* | | sh: Provide ftrace_make_call()/ftrace_make_nop().Paul Mundt2008-12-221-0/+24
* | | sh: Disable -Werror for arch/sh/oprofile/.Paul Mundt2008-12-221-2/+0
* | | sh: Add plain udivsi3 (not _i4*) for gcc-4.1 and lower.Takashi YOSHII2008-12-224-629/+713
* | | Fix incorrect use of loose in c-checksum.cNick Andrew2008-12-221-2/+2
* | | sh: Fix up the SH-4A mutex fastpath semantics.Paul Mundt2008-12-221-16/+21
* | | sh: allow CONFIG_CPU_IDLEMagnus Damm2008-12-221-1/+3
* | | sh: allow CONFIG_PMMagnus Damm2008-12-221-6/+9
* | | sh: move the hp6xx pm codeMagnus Damm2008-12-225-108/+77
* | | sh: update se7343 defconfigMagnus Damm2008-12-221-29/+274
* | | sh: remove ioport cruft and smc91x from se7343Magnus Damm2008-12-224-323/+1
* | | sh: add isp1161 usb host device to se7343Magnus Damm2008-12-221-0/+45
* | | sh: add st16c2550 devices to se7343Magnus Damm2008-12-222-1/+38
* | | sh: fix number of interrupts on se7343Magnus Damm2008-12-221-1/+1
* | | sh: sh7343 scif configuration updateMagnus Damm2008-12-221-2/+17
* | | sh: propagate r_clkMagnus Damm2008-12-221-0/+2
* | | sh: RSK+ 7201 board support.Peter Griffin2008-12-225-0/+802
* | | sh: Add support for SH7201 CPU subtype.Peter Griffin2008-12-229-6/+435
* | | sh: Switch HD64461 from hw_interrupt_type to irq_chipMatt Fleming2008-12-221-90/+25
* | | sh: pci-sh7780: fix pci memory address maskYoshihiro Shimoda2008-12-221-7/+5
* | | sh: Provide a dyn_arch_ftrace struct definition.Paul Mundt2008-12-221-2/+7
* | | sh: Split out the idle loop for reuse between _32/_64 variants.Paul Mundt2008-12-225-123/+83
* | | sh: Consolidate cpu_relax()/cpu_sleep() definitions across _32/_64.Paul Mundt2008-12-223-5/+3
* | | sh: do not latency trace idle.Paul Mundt2008-12-221-0/+4
* | | sh: Tidy up backtrace formatting with kallsyms disabled.Paul Mundt2008-12-222-6/+3
* | | sh: Add a simple code dumper for SUPERH32 show_regs().Paul Mundt2008-12-224-3/+579
* | | sh: Add a few more branch types to the branch emulator.Paul Mundt2008-12-221-6/+11
* | | sh: Re-add support for best fit ISA tuning if none is available.Paul Mundt2008-12-221-5/+20
* | | sh: More movmem alias symbol exports for older compilers.Paul Mundt2008-12-221-0/+3
* | | sh: Provide optimized unaligned loads on SH-4A.Paul Mundt2008-12-222-1/+264
* | | sh: P4 ioremap pass-throughMagnus Damm2008-12-224-12/+17
* | | sh: Add SH-4A optimized fastpath mutex implementation.Michael Trimarchi2008-12-222-1/+111
* | | sh: add SH DMAC burst mode constantSteve Glendinning2008-12-221-0/+1
* | | sh: fix DMAOR register access on SH7709Steve Glendinning2008-12-221-1/+2
* | | sh: Add platform-specific constants for SH7709Steve Glendinning2008-12-222-0/+32
* | | sh: Provide optimized non-atomic bitops for SH-2A.Paul Mundt2008-12-222-0/+145
* | | sh: Add -m4al tuning for SH4AL-DSP.Paul Mundt2008-12-221-0/+1
* | | sh: Add exports for __udivsi3/__sdivsi3 and the _i4 versions.Paul Mundt2008-12-223-0/+12
* | | sh: Convert to generic bitops for IRQ-toggling implementation.Paul Mundt2008-12-224-95/+7
* | | sh: Specify sane default image targets for the SH-2 platforms.Paul Mundt2008-12-221-0/+3
* | | sh: Migrate necessary libgcc bits in to arch/sh/lib for SUPERH32.Paul Mundt2008-12-2215-50/+1984
* | | sh: __udivdi3 -> do_div() in softfloat lib.Paul Mundt2008-12-221-32/+41
* | | sh: Fix clock framework compiler warnings.Paul Mundt2008-12-221-1/+1
* | | sh: dynamic ftrace support.Matt Fleming2008-12-227-44/+229