Received: by 2002:ac0:8845:0:0:0:0:0 with SMTP id g63csp631971img; Thu, 28 Feb 2019 05:28:30 -0800 (PST) X-Google-Smtp-Source: AHgI3IZbdpzkNcS0OKBzakYbuJ7PQcYE7+fPj00X4MP9e0nEEXUYJSjFjaBY6hH8hreGnoQk+A6N X-Received: by 2002:a17:902:24e1:: with SMTP id l30mr7921851plg.141.1551360510520; Thu, 28 Feb 2019 05:28:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551360510; cv=none; d=google.com; s=arc-20160816; b=OGHjf6DuClQibw+XxkyELYox1gSpz/+8/v1QXlu28VNDIHFcDmycybV9bMDoWyk1Pp VUFRcjDxS5nrzvm8lLyEuP4DdPbhK4Jzlmjyphb40DeBZ292FzxaB4qXX/SmU65DfqPl p0deHzxoaEziqVrqgNx1hNpg+J+ZMHC+yVGuw3FIgE64HOryyz85e8Vi4xOYwfamK0wB B6CGjrrC4tfX/Ve/9XyajqHlPfWNBuajgbpziUBoDrjBHR/coaH3gVhpuCfowOv94HvJ 7VxnLln/yLOkBRlBGH5HdKI56HBtBrTPVTSh8LJjeRd8VF5S1NowsUgmh9+Eh9e9jl13 T1gg== 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-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=2bPRM5vpBGA3/kcx/tt2wZiULTuVKRLCBaO+vNYNuk4=; b=rNrcwFiR76eaK9tq/0bMOXVsIAOpQHvCrEAC6yTkWRVgXQnAymC56UvHcCBOlqi909 KVK5G3n/exRFGUOi87SFZ2Y5Xk5CKcN9+gQdjkg/AsWNrhTydaZuDQzrbkrp89+maKB/ +LC1WWwHQ7nWOLemirUrhj93TtMk2JTRsbs/qUCvtnM5Zmio1nJeF/eErIpk6JGYMvEl gUpGYimgcKwrYNY/HYhvdcFLuPWJ19jMp0NZIgxK14uWl9Q2PAxgxlaMujmMzWCpctgO P4BFcl9zDrf+6TInIsH4omAaz5AjJGGlFct8v57jrHwZXrChhliKA9JFrixwrmdWcLat 8VPQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d32si5375824pld.156.2019.02.28.05.28.15; Thu, 28 Feb 2019 05:28:30 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731825AbfB1NDO (ORCPT + 99 others); Thu, 28 Feb 2019 08:03:14 -0500 Received: from elvis.franken.de ([193.175.24.41]:34087 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726050AbfB1NDO (ORCPT ); Thu, 28 Feb 2019 08:03:14 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1gzLLD-0003NH-00; Thu, 28 Feb 2019 14:03:11 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 55FDAC043F; Thu, 28 Feb 2019 14:03:03 +0100 (CET) Date: Thu, 28 Feb 2019 14:03:03 +0100 From: Thomas Bogendoerfer To: Bjorn Helgaas Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 07/10] PCI: call add_bus method also for root bus Message-ID: <20190228130303.GA14225@alpha.franken.de> References: <20190219155728.19163-1-tbogendoerfer@suse.de> <20190219155728.19163-8-tbogendoerfer@suse.de> <20190221233708.GC219879@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190221233708.GC219879@google.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 Thu, Feb 21, 2019 at 05:37:08PM -0600, Bjorn Helgaas wrote: > I haven't researched the details of how other platforms do it, but if > it would be possible for pci-xtalk to do it the same way, that would > be ideal. I don't need this patch any longer. So you could just ignore it. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]