From patchwork Sun May 28 08:36:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bogendoerfer X-Patchwork-Id: 13257785 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 8559EC77B7C for ; Sun, 28 May 2023 08:36:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229629AbjE1Igq (ORCPT ); Sun, 28 May 2023 04:36:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229584AbjE1Igq (ORCPT ); Sun, 28 May 2023 04:36:46 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CE77FBE; Sun, 28 May 2023 01:36:43 -0700 (PDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1q3BtI-0004A3-00; Sun, 28 May 2023 10:36:40 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id CE6DEC02E8; Sun, 28 May 2023 10:36:33 +0200 (CEST) Date: Sun, 28 May 2023 10:36:33 +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.4 Message-ID: <20230528083633.GA3069@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 44c026a73be8038f03dbdeef028b642880cf1511: Linux 6.4-rc3 (2023-05-21 14:05:48 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.4_1 for you to fetch changes up to 4897a898a216058dec55e5e5902534e6e224fcdf: mips: Move initrd_start check after initrd address sanitisation. (2023-05-23 11:01:38 +0200) ---------------------------------------------------------------- - fixes to get alchemy platform back in shape - fix for initrd detection ---------------------------------------------------------------- Liviu Dudau (1): mips: Move initrd_start check after initrd address sanitisation. Manuel Lauss (3): MIPS: unhide PATA_PLATFORM MIPS: Restore Au1300 support MIPS: Alchemy: fix dbdma2 arch/mips/Kconfig | 1 + arch/mips/alchemy/common/dbdma.c | 27 +++++++++++++++------------ arch/mips/kernel/cpu-probe.c | 5 +++++ arch/mips/kernel/setup.c | 9 +++++---- 4 files changed, 26 insertions(+), 16 deletions(-)