From patchwork Wed Jun 19 11:07:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Bogendoerfer X-Patchwork-Id: 13703666 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id B908713664C; Wed, 19 Jun 2024 11:07:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718795284; cv=none; b=A/RdsvS7o0hh2N2UEcpyPen1edkZbVYfnH240eenxzuY7gj+YIBmZGjP2XLNF8kYedAgInNoGnAUbghzvEPkqrTMp6u/9QRtnTbF86pAP4StXy3/5REQdC8HC9NfP4gbmfvaodbQ2ZYJ4BBWsVOsw1apVdzh82gv3nLeN7gaHyU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718795284; c=relaxed/simple; bh=1roHWMTkenylQTVxa6sCfmt+lt8ygc+cj7orJ3CFXr4=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Y9pY21zgylwDqVvOoQSftTYpXTpzFIzzusCcLCo/7TCJwC6FW6ptBDvOBxNlv30cO+3k6BrydaRHMP2pl75UgL2gG9YZ7968US2ZA4hYarOoT+/OdhebPtO13pndgo+yIx8RGDrbsMmyhCAGer4V1MUYCWu4DTQCzVoMeqHZC5Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1sJtAM-00027J-00; Wed, 19 Jun 2024 13:07:50 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 7C77AC0120; Wed, 19 Jun 2024 13:07:40 +0200 (CEST) Date: Wed, 19 Jun 2024 13:07:40 +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.10 Message-ID: Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670: Linux 6.10-rc3 (2024-06-09 14:19:43 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.10_1 for you to fetch changes up to 6e5aee08bd2517397c9572243a816664f2ead547: Revert "MIPS: pci: lantiq: restore reset gpio polarity" (2024-06-13 10:17:09 +0200) ---------------------------------------------------------------- - fix for BCM6538 boards - fix RB532 PCI workaround ---------------------------------------------------------------- Christian Marangi (1): mips: bmips: BCM6358: make sure CBR is correctly set Ilpo Järvinen (1): MIPS: Routerboard 532: Fix vendor retry check code Martin Schiller (1): MIPS: pci: lantiq: restore reset gpio polarity Thomas Bogendoerfer (1): Revert "MIPS: pci: lantiq: restore reset gpio polarity" arch/mips/bmips/setup.c | 3 ++- arch/mips/pci/ops-rc32434.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-)