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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 39A29C4332F for ; Thu, 17 Nov 2022 22:33:38 +0000 (UTC) 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: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:References: List-Owner; bh=TVWih9Psh/KUVD+o+6wlEZurS0pJM21k0D/odvDjAAc=; b=01HB5/AdbLoRw4 m7ilLm1381UIzr+4fA6Zql+8hgIKpohjwVEnxJcfPnXWBlYOl7EuRDOT+GFuDuvAYjoGej5AQA6cI nPWK19c9XBumnAsl7JjxSIbUmDCOO9NQhx9FDXjSr9E5MJ3333smO90Va3r+45BDh+v6c0ddi10iL TLcwdJsPq3tHODfjtpfOhAveXmTQ19KX9QcrGUOcgohvNVibW732B87IObadotrSmEIDiPjOu7kK6 mctPmxrDCVB2b/H1TJ1cItWlv2nzIBdx/lokSP96jNpQfOPGXOtEapRztZ+SAt02N8J6Eid0ldmPT MDUDl7rsxVn3hMlyCUZQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovnQd-000Mfo-1V; Thu, 17 Nov 2022 22:32:15 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovnQZ-000McH-FH for linux-arm-kernel@lists.infradead.org; Thu, 17 Nov 2022 22:32:12 +0000 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 3DE14622AB; Thu, 17 Nov 2022 22:32:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6FB0EC433D6; Thu, 17 Nov 2022 22:32:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668724329; bh=+8/7YiFZNB7FixNmf5Be53qj3HRkcnCN/hUatBVlavc=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=T4oxAro1aBuveBQWwogruy164XxaSedOAsaEmZRmotI87aVQEHUHGQnbWn7HRCXC/ UtGrYMlRQ10eXl65cFnkYyKES5yeZ7pHUHVZNW6VQXquw2fOAEHbRjWnGpC2NP9j1y WsBEHoivS8Kp6UB+zCHAZtIfVeXQ5nvZF6baGycWAxNcR3G5RXxNqmp73RNFlqAexh 6JEXylDkqQX69S8smm/a5TBnHHDGTJj2AkGMjNI4K39R0uk4wRKZL5wkGMZyikFEva mP6bnYkQqaI9e6+OEeMbeYnvx0AMBq2yTCleOezLPrdH0QKhmH/Kqh+evDv0GtFTmT 738HDBSFPqyKw== Date: Thu, 17 Nov 2022 16:32:07 -0600 From: Bjorn Helgaas To: linux-pci@vger.kernel.org Cc: Lorenzo Pieralisi , Geert Uytterhoeven , Pali =?iso-8859-1?Q?Roh=E1r?= , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Bjorn Helgaas Subject: Re: [PATCH v2 0/2] PCI: Allow building CONFIG_OF drivers with COMPILE_TEST Message-ID: <20221117223207.GA1226905@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221116205100.1136224-1-helgaas@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221117_143211_591597_66CAB70C X-CRM114-Status: GOOD ( 14.45 ) 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 Wed, Nov 16, 2022 at 02:50:58PM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Update CONFIG_OF dependencies so we can compile-test drivers (with > CONFIG_COMPILE_TEST=y) even without CONFIG_OF being enabled. OF provides > stub functions when CONFIG_OF is not set. > > Changes from v1 to v2: > - Retain "depends on OF || COMPILE_TEST" instead of dropping "depends on > OF" completely so drivers are only offered when they are applicable or > COMPILE_SET is enabled (many thanks to Geert for pointing out this > major mistake) > > v1: https://lore.kernel.org/r/20221025191339.667614-1-helgaas@kernel.org > > Bjorn Helgaas (2): > PCI: Drop of_match_ptr() to avoid unused variables > PCI: Allow building CONFIG_OF drivers with COMPILE_TEST > > drivers/pci/controller/Kconfig | 34 +++++++++++---------- > drivers/pci/controller/cadence/Kconfig | 12 ++++---- > drivers/pci/controller/dwc/Kconfig | 40 ++++++++++++++++--------- > drivers/pci/controller/mobiveil/Kconfig | 2 +- > drivers/pci/controller/pci-ftpci100.c | 2 +- > drivers/pci/controller/pci-v3-semi.c | 2 +- > 6 files changed, 53 insertions(+), 39 deletions(-) Applied to pci/kbuild for v6.2. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel