aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-06mv643xx_eth: Place explicit port number in mv643xx_eth_platform_dataDale Farnsworth3-2/+18
2007-03-04[MIPS] MTX1: clear PCI errorsFlorian Fainelli1-1/+5
2007-03-04[MIPS] MTX1: add idsel cardbus ressourcesFlorian Fainelli2-1/+30
2007-03-04[MIPS] MTX1: remove unneeded settingsFlorian Fainelli1-3/+1
2007-03-04[MIPS] dma_sync_sg_for_cpu is a no-op except for non-coherent R10000s.Ralf Baechle1-1/+1
2007-03-04[MIPS] Cobalt: update reserved resourcesYoichi Yuasa1-23/+24
2007-03-04[MIPS] SN: PCI fixup needs to include <irq.h>.Ralf Baechle1-0/+2
2007-03-04[MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle38-418/+254
2007-03-04[MIPS] DEC: Remove redeclarations of mips_machgroup and mips_machtype.Ralf Baechle1-3/+0
2007-03-04[MIPS] No need to write c0_compare in plat_timer_setupAtsushi Nemoto5-26/+0
2007-03-04[MIPS] Convert to RTC-class ds1742 driverAtsushi Nemoto7-251/+68
2007-03-04[MIPS] Oprofile: Add missing break statements.Ralf Baechle1-0/+2
2007-03-04[MIPS] jmr3927: build fixAtsushi Nemoto1-10/+4
2007-03-04[MIPS] Replace sys32_timer_create with the generic compat_sys_timer_create.Ralf Baechle3-33/+2
2007-03-04[MIPS] Replace sys32_socketcall with the generic compat_sys_socketcall.Ralf Baechle2-115/+1
2007-03-04[MIPS] N32 waitid is the same as o32.Ralf Baechle2-29/+1
2007-03-02mv643xx_eth: move mac_addr inside mv643xx_eth_platform_dataDale Farnsworth3-42/+10
2007-03-02jmr3927: do not call tc35815_killall().Ralf Baechle1-4/+0
2007-02-26[MIPS] Make SMTC_IDLE_HOOK_DEBUG a proper option in Kconfig.debug.Ralf Baechle3-13/+19
2007-02-26[MIPS] Fix foobar in wiring up compat_sys_epoll_pwait syscall.Ralf Baechle2-2/+2
2007-02-26[MIPS] Always fixup unaligned accesses in kernel mode.Ralf Baechle1-1/+1
2007-02-26[MIPS] Fix dma_sync_*_for_device() functionsThomas Bogendoerfer1-3/+3
2007-02-26[MIPS] SNI: MIPS_CPU_IRQ_BASE cleanupThomas Bogendoerfer3-9/+9
2007-02-26[MIPS] RTLX: Delete multiple definition of ret shaddowing each other.Ralf Baechle1-4/+0
2007-02-26[MIPS] RTLX, VPE: Make open actually atomic.Ralf Baechle2-28/+23
2007-02-26[MIPS] excite: Set serial driver iotype to UPIO_RM9000Thomas Koeller1-1/+1
2007-02-26[MIPS] excite: Rename CONFIG optionThomas Koeller1-2/+2
2007-02-26[MIPS] Mark pcibios_fixup_device_resources() as __devinitAtsushi Nemoto1-1/+1
2007-02-26[MIPS] Kill redundant EXTRA_AFLAGSAtsushi Nemoto24-48/+0
2007-02-26[MIPS] RTLX: Handle signals when sleeping.Ralf Baechle1-80/+42
2007-02-26[MIPS] TB0287: Enable SM501 driver support in defconfigYoichi Yuasa1-5/+16
2007-02-22[MIPS] Fix port 0 mac address for mips mv6434x platformsDale Farnsworth3-3/+3
2007-02-22Revert "[PATCH] Generic ioremap_page_range: mips conversion"Ralf Baechle1-8/+88
2007-02-22[MIPS] Cobalt: Rename "Colo" MTD partition to "firmware".Ralf Baechle1-1/+1
2007-02-22[MIPS] SMP: Get smp_tune_scheduling to do something useful.Ralf Baechle1-21/+4
2007-02-22[MIPS] Add basic SMARTMIPS ASE supportFranck Bui-Huu53-60/+191
2007-02-20Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds12-74/+158
2007-02-20[NET] Eliminate user-selectable CONFIG_MV643XX_ETH_[012]Dale Farnsworth3-56/+0
2007-02-20[MIPS] Drop __init from init_8259A()Atsushi Nemoto1-5/+8
2007-02-20[MIPS] Fix Kconfig typo bugRalf Baechle1-1/+1
2007-02-20[MIPS] Fix double signal on trap and break instructionAtsushi Nemoto1-0/+2
2007-02-20[MIPS] sigset_32 has been made redundand by compat_sigset_t.Ralf Baechle1-8/+1
2007-02-20[MIPS] emma2rh: Remove needless <asm/i8259.h> inclusion.Yoichi Yuasa2-2/+0
2007-02-20[MIPS] Add MTD device support for CobaltYoichi Yuasa3-2/+146
2007-02-20[MIPS] Cobalt: Fix UART I/O typeYoichi Yuasa1-7/+7
2007-02-20[MIPS] Fixup copy_from_user_inatomicRalf Baechle2-1/+437
2007-02-20[MIPS] Make some __setup functions staticAtsushi Nemoto2-3/+3
2007-02-20[MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=yRalf Baechle1-2/+2
2007-02-20[MIPS] Allow selection of KGDB only on platforms where it's supported.Ralf Baechle2-1/+18
2007-02-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds77-2047/+7704