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

Commit 638585f6 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Chris Ball
Browse files

mmc: dw_mmc-pci: enable bus-mastering mode



This patch enables bus-mastering mode for MMC controller to allow IDMAC
transfers.

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: default avatarSeungwon Jeon <tgih.jun@samsung.com>
Tested-by: default avatarPrabu Thangamuthu <Prabu.T@synopsys.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent afeb52d6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@ static int dw_mci_pci_probe(struct pci_dev *pdev,

	host->regs = pcim_iomap_table(pdev)[PCI_BAR_NO];

	pci_set_master(pdev);

	ret = dw_mci_probe(host);
	if (ret)
		return ret;