From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8312EC433E0 for ; Fri, 22 May 2020 15:22:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 609112054F for ; Fri, 22 May 2020 15:22:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729929AbgEVPWT (ORCPT ); Fri, 22 May 2020 11:22:19 -0400 Received: from foss.arm.com ([217.140.110.172]:37872 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725956AbgEVPWS (ORCPT ); Fri, 22 May 2020 11:22:18 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1F4A355D; Fri, 22 May 2020 08:22:18 -0700 (PDT) Received: from e121166-lin.cambridge.arm.com (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6B5D73F305; Fri, 22 May 2020 08:22:16 -0700 (PDT) Date: Fri, 22 May 2020 16:22:11 +0100 From: Lorenzo Pieralisi To: Thomas Bogendoerfer Cc: Jiaxun Yang , linux-pci@vger.kernel.org, Bjorn Helgaas , Rob Herring , Huacai Chen , Paul Burton , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org Subject: Re: [PATCH v10 5/5] MIPS: Loongson64: Switch to generic PCI driver Message-ID: <20200522152210.GA15567@e121166-lin.cambridge.arm.com> References: <20200427060551.1372591-1-jiaxun.yang@flygoat.com> <20200514131650.3587281-1-jiaxun.yang@flygoat.com> <20200514131650.3587281-5-jiaxun.yang@flygoat.com> <20200522142550.GB15261@alpha.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200522142550.GB15261@alpha.franken.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, May 22, 2020 at 04:25:50PM +0200, Thomas Bogendoerfer wrote: > On Thu, May 14, 2020 at 09:16:41PM +0800, Jiaxun Yang wrote: > > We can now enable generic PCI driver in Kconfig, and remove legacy > > PCI driver code. > > > > Radeon vbios quirk is moved to the platform folder to fit the > > new structure. > > > > Signed-off-by: Jiaxun Yang > > -- > > v9: Fix licenses tag > > --- > > arch/mips/Kconfig | 1 + > > arch/mips/loongson64/Makefile | 2 +- > > arch/mips/loongson64/vbios_quirk.c | 29 ++++++++ > > arch/mips/pci/Makefile | 1 - > > arch/mips/pci/fixup-loongson3.c | 71 ------------------ > > arch/mips/pci/ops-loongson3.c | 116 ----------------------------- > > 6 files changed, 31 insertions(+), 189 deletions(-) > > create mode 100644 arch/mips/loongson64/vbios_quirk.c > > delete mode 100644 arch/mips/pci/fixup-loongson3.c > > delete mode 100644 arch/mips/pci/ops-loongson3.c > > Acked-by: Thomas Bogendoerfer This patch (so the series) does not apply to v5.7-rc1 which is our baseline. I reiterate the point, isn't it better to take the whole series through the MIPS tree ? Failing that, the series has to be rebased (or split differently so that it can be taken through different trees), just let me know. Thanks, Lorenzo