All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: qcom-ep: Add MODULE_DEVICE_TABLE
@ 2022-04-30  8:47 Dmitry Baryshkov
  2022-08-30  8:30 ` Lorenzo Pieralisi
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Baryshkov @ 2022-04-30  8:47 UTC (permalink / raw)
  To: Manivannan Sadhasivam, Lorenzo Pieralisi, Rob Herring,
	Krzysztof Wilczyński
  Cc: Bjorn Helgaas, Siddartha Mohanadoss, linux-pci, linux-arm-msm

Add MODULE_DEVICE_TABLE to enable module autoloading for respective
device.

Fixes: f55fee56a631 ("PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driver")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 drivers/pci/controller/dwc/pcie-qcom-ep.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pci/controller/dwc/pcie-qcom-ep.c b/drivers/pci/controller/dwc/pcie-qcom-ep.c
index 6ce8eddf3a37..b56d1438f40b 100644
--- a/drivers/pci/controller/dwc/pcie-qcom-ep.c
+++ b/drivers/pci/controller/dwc/pcie-qcom-ep.c
@@ -703,6 +703,7 @@ static const struct of_device_id qcom_pcie_ep_match[] = {
 	{ .compatible = "qcom,sdx55-pcie-ep", },
 	{ }
 };
+MODULE_DEVICE_TABLE(of, qcom_pcie_ep_match);
 
 static struct platform_driver qcom_pcie_ep_driver = {
 	.probe	= qcom_pcie_ep_probe,
-- 
2.35.1


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

* Re: [PATCH] PCI: qcom-ep: Add MODULE_DEVICE_TABLE
  2022-04-30  8:47 [PATCH] PCI: qcom-ep: Add MODULE_DEVICE_TABLE Dmitry Baryshkov
@ 2022-08-30  8:30 ` Lorenzo Pieralisi
  0 siblings, 0 replies; 2+ messages in thread
From: Lorenzo Pieralisi @ 2022-08-30  8:30 UTC (permalink / raw)
  To: Manivannan Sadhasivam, Rob Herring, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Dmitry Baryshkov
  Cc: Bjorn Helgaas, linux-arm-msm, Siddartha Mohanadoss, linux-pci

On Sat, 30 Apr 2022 11:47:40 +0300, Dmitry Baryshkov wrote:
> Add MODULE_DEVICE_TABLE to enable module autoloading for respective
> device.
> 
> 

Applied to pci/qcom, thanks!

[1/1] PCI: qcom-ep: Add MODULE_DEVICE_TABLE
      https://git.kernel.org/lpieralisi/pci/c/2baedb9f93c4

Thanks,
Lorenzo

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

end of thread, other threads:[~2022-08-30  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-30  8:47 [PATCH] PCI: qcom-ep: Add MODULE_DEVICE_TABLE Dmitry Baryshkov
2022-08-30  8:30 ` Lorenzo Pieralisi

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.