linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support to build pci-j721e as a kernel module
@ 2023-05-12  7:05 Achal Verma
  2023-05-12  7:05 ` [PATCH 1/3] PCI: cadence: Add support to build pcie-cadence library " Achal Verma
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Achal Verma @ 2023-05-12  7:05 UTC (permalink / raw)
  To: Tom Joseph, Lorenzo Pieralisi, Krzysztof Wilczy_ski, Rob Herring,
	Bjorn Helgaas, Catalin Marinas, Will Deacon, Bjorn Andersson,
	Arnd Bergmann, Krzysztof Kozlowski, Geert Uytterhoeven,
	Dmitry Baryshkov, N_colas F . R . A . Prado, Mark Brown,
	Rafa_ Mi_ecki, Vignesh Raghavendra, Nishanth Menon, Milind Parab,
	Swapnil Kashinath Jakhade
  Cc: linux-arm-kernel, linux-kernel, linux-pci, linux-omap, Achal Verma

J721e PCie driver is not required during linux boot, thus it should be
build as a loadable kernel module. This series add support to build pci-j721e
driver and pcie-cadence library as lodable modules.

Achal Verma (2):
  PCIE: j721e: Add support to build pci-j721e as a kernel module
  arm64: defconfig: enable PCIe controller on TI platforms

Kishon Vijay Abraham I (1):
  PCI: cadence: Add support to build pcie-cadence library as a kernel
    module.

 arch/arm64/configs/defconfig                  |   7 +
 drivers/pci/controller/cadence/Kconfig        |  12 +-
 drivers/pci/controller/cadence/Makefile       |   2 +
 drivers/pci/controller/cadence/pci-j721e-ep.c | 130 +++++++
 .../pci/controller/cadence/pci-j721e-host.c   | 204 +++++++++++
 drivers/pci/controller/cadence/pci-j721e.c    | 343 +-----------------
 drivers/pci/controller/cadence/pci-j721e.h    |  88 +++++
 .../pci/controller/cadence/pcie-cadence-ep.c  |   4 +
 .../controller/cadence/pcie-cadence-host.c    |   5 +
 drivers/pci/controller/cadence/pcie-cadence.c |   9 +
 drivers/pci/controller/cadence/pcie-cadence.h |   4 +-
 11 files changed, 473 insertions(+), 335 deletions(-)
 create mode 100644 drivers/pci/controller/cadence/pci-j721e-ep.c
 create mode 100644 drivers/pci/controller/cadence/pci-j721e-host.c
 create mode 100644 drivers/pci/controller/cadence/pci-j721e.h

-- 
2.25.1


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

end of thread, other threads:[~2023-05-13 18:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-12  7:05 [PATCH 0/3] Add support to build pci-j721e as a kernel module Achal Verma
2023-05-12  7:05 ` [PATCH 1/3] PCI: cadence: Add support to build pcie-cadence library " Achal Verma
2023-05-12  7:05 ` [PATCH 2/3] PCIE: j721e: Add support to build pci-j721e " Achal Verma
2023-05-12 16:47   ` Bjorn Helgaas
2023-05-12  7:05 ` [PATCH 3/3] arm64: defconfig: enable J721e PCIe controller Achal Verma
2023-05-12  7:23   ` Krzysztof Kozlowski
2023-05-13 17:58     ` [EXTERNAL] " Verma, Achal
2023-05-13 18:39       ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).