Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp863884pxb; Thu, 28 Jan 2021 02:04:55 -0800 (PST) X-Google-Smtp-Source: ABdhPJxaoPGFiCFFFFHE9EhtHifDnWrUsSMpPULpwWgqoNccCK7FvsVnbt7P1KVD9xVzNPGUXwTX X-Received: by 2002:a50:ed97:: with SMTP id h23mr12973518edr.278.1611828295235; Thu, 28 Jan 2021 02:04:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611828295; cv=none; d=google.com; s=arc-20160816; b=l7n7HQpg8RCNSPpQ1lFgXCDNzV1XfqSerR+t5O9X9UIzvrmbA/nIQ6haureRZMSCcl Orn3Kv3XYEKeiKwqcWwusD+8Axpc7i1ggo0cjSAFNOWMeBV5WfqfGy3hADQ9E0dQGYq6 YHnOnQpl0En6kN5/dwi4fwT00+M0HGZY7JwEHeIkc2YhXuseLOECHHH9Aozpr3ev95+1 tXwiyNnHdC5JrSZ66cFe9mIsmyhQ4sVnp5sVSqlD5vV1thL8D6UwzTMEwbkR6K0E/H5K iNBTieKSPyLQUKtK/86d/4LUT5WprUnDWAGJzK15nLS8OuAQVOSopgJOPcs7OqSUNQX5 MYwA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=nvLvfxQE1K83f5zhKL9KC2c3CaM2jO/oLqdnMM/2g2M=; b=j1bN1l+/mBZSsGlroN+8vr5nODTBHsHo1POB/ZoKlejNpEbp2mBwf3VyXg/+4UhrzE sQDFVzCGDG/VdngK5T+pXMl+AeIF8ve/hv8qfqp+0wxYdtPVa1WvyU1+LXRmwlv/V7YN DLzSbGphvC6TzneKbdKKhfqPlsSAT1rHqHtbKOuHWMX2TC4/UQln8/jwd82X9om1/ayr haTxWy5m18Zp0Q8U65pSBuZh4oQv4R0U9ruyDORNrnpFUnueQlOWyqhDB6cpwjDheOBV MBdJBeDZ5LVDtZ2+NsGmjoDsTlPvs90EKxgUm3MOo4pW+u/2whKKZdeG9YrD5dDfiCkO l43A== 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 y13si2675206edd.436.2021.01.28.02.04.31; Thu, 28 Jan 2021 02:04:55 -0800 (PST) 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 S232160AbhA1KBs (ORCPT + 99 others); Thu, 28 Jan 2021 05:01:48 -0500 Received: from muru.com ([72.249.23.125]:53956 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232114AbhA1KBc (ORCPT ); Thu, 28 Jan 2021 05:01:32 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 752CB80A9; Thu, 28 Jan 2021 10:00:44 +0000 (UTC) Date: Thu, 28 Jan 2021 12:00:35 +0200 From: Tony Lindgren To: Michael Walle Cc: Geert Uytterhoeven , Roy Zang , Lorenzo Pieralisi , Saravana Kannan , PCI , LKML , Minghuan Lian , linux-arm-kernel , Greg Kroah-Hartman , Bjorn Helgaas , linuxppc-dev , Mingkai Hu , Kishon Vijay Abraham I Subject: Re: [PATCH] PCI: dwc: layerscape: convert to builtin_platform_driver() Message-ID: References: <20210120105246.23218-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Michael Walle [210125 19:52]: > Although I do have the changes for the builtin_platform_driver_probe() > ready, I don't think it makes much sense to send these unless we agree > on the increased memory footprint. While there are just a few > builtin_platform_driver_probe() and memory increase _might_ be > negligible, there are many more module_platform_driver_probe(). I just noticed this thread today and have pretty much come to the same conclusions. No need to post a patch for pci-dra7xx.c, I already posted a patch for pci-dra7xx.c yesterday as part of genpd related changes. For me probing started breaking as the power-domains property got added. FYI, it's the following patch: [PATCH 01/15] PCI: pci-dra7xx: Prepare for deferred probe with module_platform_driver Regards, Tony