Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102195
b: refs/heads/master
c: bdbc9c3
h: refs/heads/master
i:
  102193: 7c890d7
  102191: 62cbd1b
v: v3
  • Loading branch information
Thomas Kleffel authored and Pierre Ossman committed Jul 15, 2008
1 parent 7343fdf commit 28c1930
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: ceb3ac252519f9ab318050c8ee842e62820d6731
refs/heads/master: bdbc9c3a8f7a7956611c970e262693faa95081a5
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ static void finalize_request(struct s3cmci_host *host)

/* Cleanup controller */
writel(0, host->base + S3C2410_SDICMDARG);
writel(0, host->base + S3C2410_SDIDCON);
writel(S3C2410_SDIDCON_STOP, host->base + S3C2410_SDIDCON);
writel(0, host->base + S3C2410_SDICMDCON);
writel(0, host->base + host->sdiimsk);

Expand Down Expand Up @@ -803,7 +803,7 @@ static int s3cmci_setup_data(struct s3cmci_host *host, struct mmc_data *data)
dbg(host, dbg_err,
"mci_setup_data() transfer stillin progress.\n");

writel(0, host->base + S3C2410_SDIDCON);
writel(S3C2410_SDIDCON_STOP, host->base + S3C2410_SDIDCON);
s3cmci_reset(host);

if ((stoptries--) == 0) {
Expand Down

0 comments on commit 28c1930

Please sign in to comment.