[PATCH v5 0/4] PCI: Keystone: Enable loadable module support
Bjorn Helgaas
helgaas at kernel.org
Thu Nov 13 10:25:35 PST 2025
On Thu, Nov 06, 2025 at 01:40:10PM +0530, Manivannan Sadhasivam wrote:
>
> On Wed, 29 Oct 2025 13:34:48 +0530, Siddharth Vadapalli wrote:
> > This series enables support for the 'pci-keystone.c' driver to be built
> > as a loadable module. The motivation for the series is that PCIe is not
> > a necessity for booting Linux due to which the 'pci-keystone.c' driver
> > does not need to be built-in.
> >
> > Series is based on 6.18-rc1 tag of Mainline Linux.
> >
> > [...]
>
> Applied, thanks!
>
> [1/4] PCI: Export pci_get_host_bridge_device() for use by pci-keystone
> commit: 88254d46823be8563f8f81d78390a7313ae6fad7
> [2/4] PCI: dwc: Export dw_pcie_allocate_domains() and dw_pcie_ep_raise_msix_irq()
> commit: 9acc60a5bca02351f852651c0123d9994663ec0a
> [3/4] PCI: keystone: Exit ks_pcie_probe() for invalid mode
> commit: 7b5a5b7715c2dea2541e7fd3da15c2881fdfc553
> [4/4] PCI: keystone: Add support to build as a loadable module
> commit: 041c2f0e34ba4823101bf307d6a6d41d98f5dac3
Just FYI, I moved these to pci/controller/keystone to separate them
from the j721e changes on pci/controller/ti. It's a little easier for
me when each driver is on a separate topic branch.
I also reordered them so all the module-related changes are together
instead of having the invalid mode bug fix in the middle of them.
More information about the linux-arm-kernel
mailing list