Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2a029bd authored by Kweh, Hock Leong's avatar Kweh, Hock Leong Committed by David S. Miller
Browse files

stmmac: pci: add MSI support for Intel Quark X1000



In Intel Quark SoC X1000, both of the Ethernet controllers support
MSI interrupt handling. This patch enables them to use MSI interrupt
servicing in stmmac_pci for Intel Quark X1000.

Signed-off-by: default avatarKweh, Hock Leong <hock.leong.kweh@intel.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0763d955
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -212,6 +212,8 @@ static int stmmac_pci_probe(struct pci_dev *pdev,
	} else
		stmmac_default_data(plat);

	pci_enable_msi(pdev);

	priv = stmmac_dvr_probe(&pdev->dev, plat, pcim_iomap_table(pdev)[i]);
	if (IS_ERR(priv)) {
		dev_err(&pdev->dev, "%s: main driver probe failed\n", __func__);