linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support to build pci-j721e as a kernel module
@ 2023-05-13 18:46 Achal Verma
  2023-05-13 18:46 ` [PATCH v2 1/2] PCI: cadence: Add support to build pcie-cadence library " Achal Verma
  2023-05-13 18:46 ` [PATCH v2 2/2] PCI: j721e: Add support to build pci-j721e " Achal Verma
  0 siblings, 2 replies; 3+ messages in thread
From: Achal Verma @ 2023-05-13 18:46 UTC (permalink / raw)
  To: Tom Joseph, Lorenzo Pieralisi, Krzysztof Wilczy_ski, Rob Herring,
	Bjorn Helgaas, 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.

Changes from v1:
* Reword subject line to use PCI in place of PCIe to maintain consistency
with older commit messages.
* Fix word wrapping in commit message to 75 columns and add newline
between paragraphs.
* Drop PATCH 3 (defconfig changes) from v1 and will repost it
separately.

Achal Verma (1):
  PCI: j721e: Add support to build pci-j721e as a kernel module

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

 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 +-
 10 files changed, 466 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-13 18:46 [PATCH 0/2] Add support to build pci-j721e as a kernel module Achal Verma
2023-05-13 18:46 ` [PATCH v2 1/2] PCI: cadence: Add support to build pcie-cadence library " Achal Verma
2023-05-13 18:46 ` [PATCH v2 2/2] PCI: j721e: Add support to build pci-j721e " Achal Verma

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