From patchwork Sat Sep 10 22:48:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bogendoerfer X-Patchwork-Id: 12972726 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 171CCECAAD3 for ; Sat, 10 Sep 2022 22:49:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229651AbiIJWtN (ORCPT ); Sat, 10 Sep 2022 18:49:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229534AbiIJWtJ (ORCPT ); Sat, 10 Sep 2022 18:49:09 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 629F34E60F; Sat, 10 Sep 2022 15:49:08 -0700 (PDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1oX9He-0003Ex-00; Sun, 11 Sep 2022 00:49:06 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 11F12C1128; Sun, 11 Sep 2022 00:48:59 +0200 (CEST) Date: Sun, 11 Sep 2022 00:48:59 +0200 From: Thomas Bogendoerfer To: torvalds@linux-foundation.org Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] MIPS fixes for v6.0 Message-ID: <20220910224858.GA13203@alpha.franken.de> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.0_1 for you to fetch changes up to 727488e305b223ca69205ca5a3b99ace21bbbf5f: mips: Select SPARSEMEM_EXTREME (2022-09-09 17:37:27 +0200) ---------------------------------------------------------------- - fix for loongson32 starup hang - fix for octeon irq setup problem - fix compiler warning for new CONFIG option - switch to SPARSEMEM_EXTREME for all platforms selecting SPARSEMEM ---------------------------------------------------------------- Alexander Sverdlin (3): MIPS: octeon: Get rid of preprocessor directives around RESERVE32 MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping() mips: Select SPARSEMEM_EXTREME Yang Ling (1): MIPS: loongson32: ls1c: Fix hang during startup arch/mips/Kconfig | 1 - arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c | 4 ---- arch/mips/cavium-octeon/octeon-irq.c | 10 ++++++++ arch/mips/cavium-octeon/setup.c | 27 +++++++++------------- arch/mips/loongson32/ls1c/board.c | 1 - 5 files changed, 21 insertions(+), 22 deletions(-)