All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support to build pci-j721e as a module.
@ 2023-01-08 15:57 ` Achal Verma
  0 siblings, 0 replies; 15+ messages in thread
From: Achal Verma @ 2023-01-08 15:57 UTC (permalink / raw)
  To: Tom Joseph, Lorenzo Pieralisi, Rob Herring, Krzysztof Wilczy_ski,
	Bjorn Helgaas, Vignesh Raghavendra
  Cc: linux-pci, linux-kernel, linux-omap, linux-arm-kernel,
	Achal Verma, Milind Parab

Patch series to add support to build pci-j721e as module.
It requires pcie-cadence library to be built as a module too.

Changes from v1 to v2:
*)Resolve build failure of pci-j721e.o module because of its dependency 
  on pcie-cadence-host.o in following configuration as 
  Reported-by: kernel test robot <lkp@intel.com>

  CONFIG_PCIE_CADENCE=y
  CONFIG_PCIE_CADENCE_HOST=m
  CONFIG_PCIE_CADENCE_EP=y
  CONFIG_PCIE_CADENCE_PLAT=y
  CONFIG_PCIE_CADENCE_PLAT_EP=y
  CONFIG_PCI_J721E=y
  CONFIG_PCI_J721E_HOST=m
  CONFIG_PCI_J721E_EP=y

Achal Verma (2):
  PCI: cadence: Add support to build pcie-cadence library as module.
  PCI: j721e: Add support to build pci-j721e as module.

 drivers/pci/controller/cadence/Kconfig           | 16 ++++++++--------
 drivers/pci/controller/cadence/pci-j721e.c       |  6 +++++-
 drivers/pci/controller/cadence/pcie-cadence-ep.c |  4 ++++
 .../pci/controller/cadence/pcie-cadence-host.c   |  5 +++++
 drivers/pci/controller/cadence/pcie-cadence.c    |  9 +++++++++
 drivers/pci/controller/cadence/pcie-cadence.h    |  4 ++--
 6 files changed, 33 insertions(+), 11 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-01-10 15:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-08 15:57 [PATCH v2 0/2] Add support to build pci-j721e as a module Achal Verma
2023-01-08 15:57 ` Achal Verma
2023-01-08 15:57 ` [PATCH v2 1/2] PCI: cadence: Add support to build pcie-cadence library as module Achal Verma
2023-01-08 15:57   ` Achal Verma
2023-01-08 15:57 ` [PATCH v2 2/2] PCI: j721e: Add support to build pci-j721e " Achal Verma
2023-01-08 15:57   ` Achal Verma
2023-01-08 18:14   ` kernel test robot
2023-01-08 18:34   ` kernel test robot
2023-01-08 19:04   ` kernel test robot
2023-01-09  3:53   ` Vignesh Raghavendra
2023-01-09  3:53     ` Vignesh Raghavendra
     [not found]     ` <20230109123550.GA2647927@desktop-3598>
2023-01-09 15:36       ` Vignesh Raghavendra
2023-01-09 15:36         ` Vignesh Raghavendra
2023-01-10 15:38         ` Bjorn Helgaas
2023-01-10 15:38           ` 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.