Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336291
b: refs/heads/master
c: 7c52d7b
h: refs/heads/master
i:
  336289: f34007f
  336287: 87a5e5c
v: v3
  • Loading branch information
Kevin Liu authored and Chris Ball committed Dec 6, 2012
1 parent b66def3 commit d24b9a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cec2e216f72c6b5ccdadb60aadbe99821d744503
refs/heads/master: 7c52d7bb87955095f23f96c717e787af4eea4195
2 changes: 2 additions & 0 deletions trunk/drivers/mmc/host/sdhci-pxav3.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ static int __devinit sdhci_pxav3_probe(struct platform_device *pdev)

if (pdata->quirks)
host->quirks |= pdata->quirks;
if (pdata->quirks2)
host->quirks2 |= pdata->quirks2;
if (pdata->host_caps)
host->mmc->caps |= pdata->host_caps;
if (pdata->host_caps2)
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/platform_data/pxa_sdhci.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
* @max_speed: the maximum speed supported
* @host_caps: Standard MMC host capabilities bit field.
* @quirks: quirks of platfrom
* @quirks2: quirks2 of platfrom
* @pm_caps: pm_caps of platfrom
*/
struct sdhci_pxa_platdata {
Expand All @@ -51,6 +52,7 @@ struct sdhci_pxa_platdata {
u32 host_caps;
u32 host_caps2;
unsigned int quirks;
unsigned int quirks2;
unsigned int pm_caps;
};

Expand Down

0 comments on commit d24b9a4

Please sign in to comment.