This is a large number of fixes for MIPS plus one patch for the SSB bus that didn't make 4.0. All of these patches are in 4.1 Changes from v1: - Dropped patches that got already applied to v4.0.2. Aaro Koskinen (2): MIPS: OCTEON: dma-octeon: fix OHCI USB config check MIPS: OCTEON: fix PCI interrupt mapping for D-Link DSR-1000N Adrien Schildknecht (1): SSB: fix Kconfig dependencies Alexander Sverdlin (1): MIPS: Octeon: Remove udelay() causing huge IRQ latency Chandrakala Chavva (1): MIPS: OCTEON: Use correct CSR to soft reset Ganesan Ramalingam (1): MIPS: Netlogic: Fix for SATA PHY init John Crispin (2): MIPS: ralink: Fix bad config symbol in PCI makefile. MIPS: ralink: add missing symbol for RALINK_ILL_ACC Lars Persson (2): Revert "MIPS: Remove race window in page fault handling" MIPS: Fix race condition in lazy cache flushing. Markos Chandras (7): MIPS: Kconfig: Fix typo for the r2-to-r6 emulator kernel parameter MIPS: r4kcache: Use correct base register for MIPS R6 cache flushes MIPS: asm: spinlock: Fix addiu instruction for R10000_LLSC_WAR case MIPS: kernel: entry.S: Set correct ISA level for mips_ihb MIPS: Kconfig: Disable SMP/CPS for 64-bit MIPS: asm: elf: Set O32 default FPU flags MIPS: Makefile: Fix MIPS ASE detection code Nicolas Schichan (1): MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices(). Niklas Cassel (1): MIPS: smp-cps: cpu_set FPU mask if FPU present Rafał Miłecki (1): MIPS: BCM47XX: Fix detecting Microsoft MN-700 & Asus WL500G Ralf Baechle (3): MIPS: Fix cpu_has_mips_r2_exec_hazard. MIPS: Octeon: Delete override of cpu_has_mips_r2_exec_hazard. Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores." arch/mips/Kconfig | 4 +- arch/mips/Makefile | 14 +++- arch/mips/bcm47xx/board.c | 4 +- arch/mips/bcm63xx/prom.c | 4 - arch/mips/bcm63xx/setup.c | 4 + arch/mips/cavium-octeon/dma-octeon.c | 2 +- arch/mips/cavium-octeon/setup.c | 5 +- arch/mips/include/asm/cacheflush.h | 38 +++++---- arch/mips/include/asm/cpu-features.h | 33 +++++++- arch/mips/include/asm/elf.h | 5 ++ .../asm/mach-cavium-octeon/cpu-feature-overrides.h | 1 - arch/mips/include/asm/octeon/cvmx.h | 8 -- arch/mips/include/asm/octeon/pci-octeon.h | 3 - arch/mips/include/asm/pgtable.h | 9 ++- arch/mips/include/asm/r4kcache.h | 89 +++++++++++----------- arch/mips/include/asm/spinlock.h | 2 +- arch/mips/kernel/entry.S | 3 +- arch/mips/kernel/smp-cps.c | 6 ++ arch/mips/mm/cache.c | 39 +++++----- arch/mips/mm/tlbex.c | 21 +---- arch/mips/netlogic/xlp/ahci-init-xlp2.c | 13 ++++ arch/mips/pci/Makefile | 2 +- arch/mips/pci/pci-octeon.c | 8 +- arch/mips/pci/pcie-octeon.c | 8 -- arch/mips/ralink/Kconfig | 5 ++ drivers/ssb/Kconfig | 1 + 26 files changed, 186 insertions(+), 145 deletions(-) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html