All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: Drop controller CONFIG_OF dependencies
@ 2022-10-25 19:13 ` Bjorn Helgaas
  0 siblings, 0 replies; 20+ messages in thread
From: Bjorn Helgaas @ 2022-10-25 19:13 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: Rob Herring, Krzysztof Wilczyński, linux-pci,
	linux-arm-kernel, linux-kernel, Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

Drop controller CONFIG_OF dependencies so we can compile-test drivers even
without CONFIG_OF being enabled.  OF provides stub functions when CONFIG_OF
is not set.

Bjorn Helgaas (2):
  PCI: Drop of_match_ptr() to avoid unused variables
  PCI: Drop controller CONFIG_OF dependencies

 drivers/pci/controller/Kconfig          | 15 ++-------------
 drivers/pci/controller/cadence/Kconfig  |  6 ------
 drivers/pci/controller/dwc/Kconfig      | 25 ++++++++++++-------------
 drivers/pci/controller/mobiveil/Kconfig |  1 -
 drivers/pci/controller/pci-ftpci100.c   |  2 +-
 drivers/pci/controller/pci-v3-semi.c    |  2 +-
 6 files changed, 16 insertions(+), 35 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-11-15 21:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-25 19:13 [PATCH 0/2] PCI: Drop controller CONFIG_OF dependencies Bjorn Helgaas
2022-10-25 19:13 ` Bjorn Helgaas
2022-10-25 19:13 ` [PATCH 1/2] PCI: Drop of_match_ptr() to avoid unused variables Bjorn Helgaas
2022-10-25 19:13   ` Bjorn Helgaas
2022-10-25 19:13 ` [PATCH 2/2] PCI: Drop controller CONFIG_OF dependencies Bjorn Helgaas
2022-10-25 19:13   ` Bjorn Helgaas
2022-11-15 15:56   ` Geert Uytterhoeven
2022-11-15 15:56     ` Geert Uytterhoeven
2022-11-15 18:07     ` Bjorn Helgaas
2022-11-15 18:07       ` Bjorn Helgaas
2022-11-15 19:27       ` Geert Uytterhoeven
2022-11-15 19:27         ` Geert Uytterhoeven
2022-11-15 19:31       ` Pali Rohár
2022-11-15 19:31         ` Pali Rohár
2022-11-15 20:53         ` Bjorn Helgaas
2022-11-15 20:53           ` Bjorn Helgaas
2022-11-15 21:04           ` Pali Rohár
2022-11-15 21:04             ` Pali Rohár
2022-11-10 21:03 ` [PATCH 0/2] " Bjorn Helgaas
2022-11-10 21:03   ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.