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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85BF0CCA479 for ; Thu, 21 Jul 2022 06:51:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231779AbiGUGvi (ORCPT ); Thu, 21 Jul 2022 02:51:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230058AbiGUGvh (ORCPT ); Thu, 21 Jul 2022 02:51:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34D9242ADA; Wed, 20 Jul 2022 23:51:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C752061D96; Thu, 21 Jul 2022 06:51:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 32A1BC3411E; Thu, 21 Jul 2022 06:51:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658386296; bh=vmVX9bnmGimudbWeAcntQ9Q8n8YB6rg9wKjyHxHE1Rg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D0sP2Y5BF9BX4KbXc6RGH2xefa/cpPfdKM+EXSigmJlyPYlUtAd2b6Q/On8yw7Lu8 IP0DF4iUgtzK5Y0BOuwL8kQB+Sw5wO8NmbQIHZvjzyTQuN3Fc1ns/JjlxTiehde2zk 6bsVotR3iAyn49ouWMSbw4lcPINxiDZIY22Lr7JkltvppygcNMaWaoNLadNmrQ/Aj7 oy3U7uIsj7/jVJA9GHZ07WHVb022YpcCZofBxqYE+UM4Gs5bui1FZhfc52L581adpN Jt6SOJGusXzeh7xzG9oL5KhwCZqJ7u7AdinDsts9kWD8T9K3LJycZaI7KaKDOmj14A 2FGnR8h+zr+sA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oEQ23-0002pw-Qv; Thu, 21 Jul 2022 08:51:35 +0200 Date: Thu, 21 Jul 2022 08:51:35 +0200 From: Johan Hovold To: Bjorn Helgaas Cc: Johan Hovold , Lorenzo Pieralisi , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas , Stanimir Varbanov , Andy Gross , Bjorn Andersson , linux-pci@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PCI: qcom: Add support for modular builds Message-ID: References: <20220519094646.23009-1-johan+linaro@kernel.org> <20220720212053.GA1659584@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220720212053.GA1659584@bhelgaas> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Wed, Jul 20, 2022 at 04:20:53PM -0500, Bjorn Helgaas wrote: > On Thu, May 19, 2022 at 11:46:46AM +0200, Johan Hovold wrote: > > Allow the Qualcomm PCIe controller driver to be built as a module, which > > is useful for multi-platform kernels as well as during development. > > > > Signed-off-by: Johan Hovold > > This no longer applies on my pci/ctrl/qcom branch: > 839fbdee4c08 ("dt-bindings: PCI: qcom: Fix reset conditional") > > Do you want to refresh it, or should we wait until the next cycle? I just sent a rebased v2 (the context had changed due to the addition of the ipq6018 device-id entry): https://lore.kernel.org/all/20220721064720.10762-1-johan+linaro@kernel.org/ Johan