Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751666AbaLRKUb (ORCPT ); Thu, 18 Dec 2014 05:20:31 -0500 Received: from nivc-ms1.auriga.com ([80.240.102.146]:48819 "EHLO nivc-ms1.auriga.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751062AbaLRKUa (ORCPT ); Thu, 18 Dec 2014 05:20:30 -0500 From: Aleksey Makarov To: CC: , David Daney , Aleksey Makarov Subject: [PATCH v2 00/12] MIPS: OCTEON: Some partial support for Octeon III Date: Thu, 18 Dec 2014 13:17:52 +0300 Message-ID: <1418897888-17669-1-git-send-email-aleksey.makarov@auriga.com> X-Mailer: git-send-email 2.1.3 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [80.240.102.213] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes in v2: - Do not introduce cvmx-rst-defs.h. Define all the required symbols in csrc-octeon.c - The patch "MIPS: Remove unneeded #ifdef __KERNEL__ from asm/processor.h" will be sent separately as it is not OCTEON specific Summary: These patches fix some issues in the Cavium Octeon code and introduce some partial support for Octeon III and little-endian. Aleksey Makarov (1): MIPS: OCTEON: Delete unused COP2 saving code Chandrakala Chavva (1): MIPS: OCTEON: Use correct instruction to read 64-bit COP0 register David Daney (10): MIPS: OCTEON: Save/Restore wider multiply registers in OCTEON III CPUs MIPS: OCTEON: Fix FP context save. MIPS: OCTEON: Save and restore CP2 SHA3 state MIPS: OCTEON: Implement the core-16057 workaround MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs. MIPS: OCTEON: Add ability to used an initrd from a named memory block. MIPS: OCTEON: Add little-endian support to asm/octeon/octeon.h MIPS: OCTEON: Implement DCache errata workaround for all CN6XXX MIPS: OCTEON: Update octeon-model.h code for new SoCs. MIPS: OCTEON: Handle OCTEON III in csrc-octeon. arch/mips/cavium-octeon/csrc-octeon.c | 34 ++++ arch/mips/cavium-octeon/octeon-irq.c | 45 ++++- arch/mips/cavium-octeon/setup.c | 81 +++++++- arch/mips/include/asm/bootinfo.h | 1 + .../asm/mach-cavium-octeon/kernel-entry-init.h | 22 +++ arch/mips/include/asm/mach-cavium-octeon/war.h | 3 + arch/mips/include/asm/octeon/octeon-model.h | 65 +++++- arch/mips/include/asm/octeon/octeon.h | 148 +++++++++++--- arch/mips/include/asm/processor.h | 2 + arch/mips/include/asm/ptrace.h | 4 +- arch/mips/kernel/asm-offsets.c | 1 + arch/mips/kernel/octeon_switch.S | 218 +++++++++++++-------- arch/mips/kernel/setup.c | 19 +- arch/mips/mm/uasm.c | 2 +- 14 files changed, 518 insertions(+), 127 deletions(-) -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/