Received: by 2002:a25:1104:0:0:0:0:0 with SMTP id 4csp324014ybr; Fri, 22 May 2020 07:32:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy9+Q+xduC4cUXG/iBjBffS6oF9eSUlhv+jVyR0HJdJl6cF1qu2Yb6oNZnsAK7nLzloBzMm X-Received: by 2002:a17:906:a0c2:: with SMTP id bh2mr8769072ejb.458.1590157944285; Fri, 22 May 2020 07:32:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590157944; cv=none; d=google.com; s=arc-20160816; b=wN+9mM0fcxyLm1djA6aP5EdoVRn0WVW1v1cYnrhbtyywYNJLjQfKDAO7VR/vfw6Bli zqTUQV3IEiTryeqJj9XSLe8YvP87TYIlkciMowrZtWlW9A/SbFgQ5P/V2y6zIOsXLQtO 47UM/t0jGL3BFmBYSFkh+fvOA1XnWPRvtqpKBBSGv9x82lXvGDHXU86HYfAt0W5LQMC7 C5Dz1ygvEE/6j8sDVxeYUa6zYHjQgpasnJjbrDvvpR9mWkSD3iAHDnaWm7x+WCVIyMmx 0YcyZ6mb6N4rIG8DHJ1l7Si5s255w0F3a/oXXC8Rcwh4Axs2+pogAxZUrR4En1qSZL1D LDjQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=Nu4ar5m2slIjqmfw4ibxTjra2bM8cawP5Li97Inee2o=; b=mTVI6OnWYM032hc6d7zVCZ3u2nYXvzqOKerGncSkZd/0w1GT0tJ07lqOMDi+UN1HH/ CideMf2Mnf31wGWrKykNcRIbyPDiFP5taY2o7uk/bx9v6A+Uv+EhZFCf6BLCePjRhAYv Sw/dqJm3OxackmEKZ47RMmbb3Fe3s6s/IXmGLBuUuezyRP4LVv0KaloTiD5UjbZbMAY9 7cts0X0rcNAzGRd2xUK11kTQ8PFbrPKuDmi353B/MJ6JhBRUh2yerdxo2k+nnFayTiQc V44+Q2Aj64GmHvXgFucJ6R7rv9AKTI1bbh5KRrjSujGUdFHf2RaHAKlwm6uro/0PLQvA MgpQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r16si4852531edp.57.2020.05.22.07.32.01; Fri, 22 May 2020 07:32:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730143AbgEVO2W (ORCPT + 99 others); Fri, 22 May 2020 10:28:22 -0400 Received: from elvis.franken.de ([193.175.24.41]:34553 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729891AbgEVO2V (ORCPT ); Fri, 22 May 2020 10:28:21 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1jc8ee-0006D2-00; Fri, 22 May 2020 16:28:08 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 0962EC0175; Fri, 22 May 2020 16:27:28 +0200 (CEST) Date: Fri, 22 May 2020 16:27:28 +0200 From: Thomas Bogendoerfer To: Jiaxun Yang Cc: Lorenzo Pieralisi , linux-pci@vger.kernel.org, Rob Herring , 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 2/5] PCI: Add Loongson PCI Controller support Message-ID: <20200522142727.GC15261@alpha.franken.de> References: <20200427060551.1372591-1-jiaxun.yang@flygoat.com> <20200514131650.3587281-1-jiaxun.yang@flygoat.com> <20200514131650.3587281-2-jiaxun.yang@flygoat.com> <20200522131018.GE11785@e121166-lin.cambridge.arm.com> <7FE3D498-D293-407C-A70C-5E763151477C@flygoat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7FE3D498-D293-407C-A70C-5E763151477C@flygoat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 22, 2020 at 09:32:10PM +0800, Jiaxun Yang wrote: > > > 于 2020年5月22日 GMT+08:00 下午9:10:18, Lorenzo Pieralisi 写到: > >On Wed, May 20, 2020 at 07:57:29PM +0800, Jiaxun Yang wrote: > >> > >> > >> 于 2020年5月14日 GMT+08:00 下午9:16:38, Jiaxun Yang 写到: > >> >This controller can be found on Loongson-2K SoC, Loongson-3 > >> >systems with RS780E/LS7A PCH. > >> > > >> >The RS780E part of code was previously located at > >> >arch/mips/pci/ops-loongson3.c and now it can use generic PCI > >> >driver implementation. > >> > > >> >Signed-off-by: Jiaxun Yang > >> >Reviewed-by: Rob Herring > >> > > >> > >> Hi there, > >> > >> Is it possible to let this series go into next tree soon? > >> > >> As LS7A dts patch would depend on this series, and I want to > >> make the whole LS7A basic support as a part of 5.8 release. > > > >I think you have all necessary tags to take this in the MIPS > >tree, please let me know if that's the way we want this to go > >upstream - I would not pull MIPS/dts changes into the PCI tree > >and I don't think it is needed for this series. > > Please pull all PCI changes [1~3] into PCI tree. > > And Thomas, > Could you please apply rest changes into MIPS Tree? this will cause loss of PCI support for loongson in mips-next until everything is pulled together during merge window. As this isn't too nice I've acked the remaining patches to get them into the pci/mips tree, too. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]