Tested-by: Prabu Thangamuthu <[email protected]>

Regards,
Prabu Thangamuthu.

On 08/12/2013 04:15 PM, Andy Shevchenko wrote:
> This patch enables bus-mastering mode for MMC controller to allow IDMAC
> transfers.
> 
> Signed-off-by: Andy Shevchenko <[email protected]>
> ---
>  drivers/mmc/host/dw_mmc-pci.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/mmc/host/dw_mmc-pci.c b/drivers/mmc/host/dw_mmc-
> pci.c index 7d148d6..f70546a 100644
> --- a/drivers/mmc/host/dw_mmc-pci.c
> +++ b/drivers/mmc/host/dw_mmc-pci.c
> @@ -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;
> --
> 1.8.4.rc1

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to