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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 5F4D4C432BE for ; Mon, 23 Aug 2021 09:45:34 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2559161372 for ; Mon, 23 Aug 2021 09:45:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2559161372 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LzcEnNkSTgQ6+AqfQx1GpPnCi4G1kF7ylqEug7YfFug=; b=oZ+buc1LH97K4V i5QdjIEQ/bk2+YMkOz8w0/UEfxj8/hVzr+owdqf/GJccf5KKXVjmJsmqr1Lou6npz7O4O3qobsg7p HbZ1UMeka8IhhZWgAx0G+Kbnfmvo2OufuxjrHqYPb3yYGzYdH68spl2zyeQQvwaG6tAw7JwnHNaW2 r3DMBTyhPJdc66woAdM24bLMdyIur1nWYi/xkX3K4IiSgbJIcphj2nPKmYQVTJ01uIi4feztFMDBx pOGbLen5lSlEwVOIGGH/Jay7d5muwsqpQ1EQevc0GLcNZ2H9Dm8RSspD5ZtnCIoGfmPuiIPXfNnMy oYEPy9PMfQD8gYxgZXgg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mI6US-00GB6t-N6; Mon, 23 Aug 2021 09:43:36 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mI6UP-00GB6S-Iy for linux-arm-kernel@lists.infradead.org; Mon, 23 Aug 2021 09:43:34 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id EBF8061186; Mon, 23 Aug 2021 09:43:29 +0000 (UTC) Date: Mon, 23 Aug 2021 10:43:27 +0100 From: Catalin Marinas To: Boqun Feng Cc: Bjorn Helgaas , Arnd Bergmann , Marc Zyngier , Lorenzo Pieralisi , Will Deacon , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Wei Liu , Dexuan Cui , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-hyperv@vger.kernel.org, linux-pci@vger.kernel.org, Sunil Muthuswamy , Mike Rapoport Subject: Re: [PATCH v6 3/8] arm64: PCI: Restructure pcibios_root_bridge_prepare() Message-ID: <20210823094326.GA8603@arm.com> References: <20210726180657.142727-1-boqun.feng@gmail.com> <20210726180657.142727-4-boqun.feng@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210726180657.142727-4-boqun.feng@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210823_024333_684305_F2EC6E13 X-CRM114-Status: UNSURE ( 8.47 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Jul 27, 2021 at 02:06:52AM +0800, Boqun Feng wrote: > Restructure the pcibios_root_bridge_prepare() as the preparation for > supporting cases when no real ACPI device is related to the PCI host > bridge. > > No functional change. > > Signed-off-by: Boqun Feng Acked-by: Catalin Marinas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel