Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262979
b: refs/heads/master
c: 6daa777
h: refs/heads/master
i:
  262977: df891a7
  262975: 8bb24b5
v: v3
  • Loading branch information
Seungwon Jeon authored and Chris Ball committed Aug 13, 2011
1 parent f75a2a5 commit 2b2b4dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7435bb7950ba8a3cbfa6d0c01e92588562533a3f
refs/heads/master: 6daa777866569fc48fe3cfcd6fd01aba37ac06a5
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ static void dw_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
}

/* DDR mode set */
if (ios->ddr) {
if (ios->timing == MMC_TIMING_UHS_DDR50) {
regs = mci_readl(slot->host, UHS_REG);
regs |= (0x1 << slot->id) << 16;
mci_writel(slot->host, UHS_REG, regs);
Expand Down Expand Up @@ -1646,7 +1646,7 @@ static int __init dw_mci_init_slot(struct dw_mci *host, unsigned int id)
mmc->caps |= MMC_CAP_4_BIT_DATA;

if (host->pdata->quirks & DW_MCI_QUIRK_HIGHSPEED)
mmc->caps |= MMC_CAP_SD_HIGHSPEED;
mmc->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;

#ifdef CONFIG_MMC_DW_IDMAC
mmc->max_segs = host->ring_size;
Expand Down

0 comments on commit 2b2b4dd

Please sign in to comment.