Loading drivers/mmc/host/sdhci-msm.c +6 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,9 @@ static const u32 tuning_block_128[] = { 0xFFFFBBBB, 0xFFFF77FF, 0xFF7777FF, 0xEEDDBB77 }; /* global to hold each slot instance for debug */ static struct sdhci_msm_host *sdhci_slot[2]; static int disable_slots; /* root can write, others read */ module_param(disable_slots, int, S_IRUGO|S_IWUSR); Loading Loading @@ -3852,6 +3855,9 @@ static int sdhci_msm_probe(struct platform_device *pdev) goto pltfm_free; } if (ret <= 2) sdhci_slot[ret-1] = msm_host; msm_host->pdata = sdhci_msm_populate_pdata(&pdev->dev, msm_host); if (!msm_host->pdata) { Loading Loading
drivers/mmc/host/sdhci-msm.c +6 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,9 @@ static const u32 tuning_block_128[] = { 0xFFFFBBBB, 0xFFFF77FF, 0xFF7777FF, 0xEEDDBB77 }; /* global to hold each slot instance for debug */ static struct sdhci_msm_host *sdhci_slot[2]; static int disable_slots; /* root can write, others read */ module_param(disable_slots, int, S_IRUGO|S_IWUSR); Loading Loading @@ -3852,6 +3855,9 @@ static int sdhci_msm_probe(struct platform_device *pdev) goto pltfm_free; } if (ret <= 2) sdhci_slot[ret-1] = msm_host; msm_host->pdata = sdhci_msm_populate_pdata(&pdev->dev, msm_host); if (!msm_host->pdata) { Loading