public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] PCI: Allow building CONFIG_OF drivers with COMPILE_TEST
@ 2022-11-16 20:50 Bjorn Helgaas
  2022-11-16 20:50 ` [PATCH v2 1/2] PCI: Drop of_match_ptr() to avoid unused variables Bjorn Helgaas
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bjorn Helgaas @ 2022-11-16 20:50 UTC (permalink / raw)
  To: linux-pci
  Cc: Lorenzo Pieralisi, Geert Uytterhoeven, Pali Rohár,
	Rob Herring, Krzysztof Wilczyński, linux-arm-kernel,
	linux-kernel, Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-11-30 14:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16 20:50 [PATCH v2 0/2] PCI: Allow building CONFIG_OF drivers with COMPILE_TEST Bjorn Helgaas
2022-11-16 20:50 ` [PATCH v2 1/2] PCI: Drop of_match_ptr() to avoid unused variables Bjorn Helgaas
2022-11-16 20:51 ` [PATCH v2 2/2] PCI: Allow building CONFIG_OF drivers with COMPILE_TEST Bjorn Helgaas
2022-11-17  8:55   ` Geert Uytterhoeven
2022-11-17  8:55     ` Geert Uytterhoeven
2022-11-17 19:38     ` Bjorn Helgaas
2022-11-30 14:29   ` Bjorn Helgaas
2022-11-17 22:32 ` [PATCH v2 0/2] " Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox