From patchwork Thu Sep 17 14:47:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bogendoerfer X-Patchwork-Id: 11782693 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B05CB618 for ; Thu, 17 Sep 2020 14:59:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A102F206E6 for ; Thu, 17 Sep 2020 14:59:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727716AbgIQO7d (ORCPT ); Thu, 17 Sep 2020 10:59:33 -0400 Received: from elvis.franken.de ([193.175.24.41]:43281 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727441AbgIQO73 (ORCPT ); Thu, 17 Sep 2020 10:59:29 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1kIvCM-0007Bk-00; Thu, 17 Sep 2020 16:47:46 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 6CB92C0FD0; Thu, 17 Sep 2020 16:47:36 +0200 (CEST) Date: Thu, 17 Sep 2020 16:47:36 +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 v5.9 Message-ID: <20200917144736.GA14255@alpha.franken.de> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org The following changes since commit baf5cb30fbd1c22f6aa03c081794c2ee0f5be4da: MIPS: SNI: Fix SCSI interrupt (2020-09-03 12:00:23 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.9_2 for you to fetch changes up to b959b97860d0fee8c8f6a3e641d3c2ad76eab6be: MIPS: SNI: Fix spurious interrupts (2020-09-16 22:40:58 +0200) ---------------------------------------------------------------- Two small fixes for SNI machines ---------------------------------------------------------------- Thomas Bogendoerfer (2): MIPS: SNI: Fix MIPS_L1_CACHE_SHIFT MIPS: SNI: Fix spurious interrupts arch/mips/Kconfig | 1 + arch/mips/sni/a20r.c | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-)