Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186919
b: refs/heads/master
c: b741d44
h: refs/heads/master
i:
  186917: 87d2184
  186915: ef04409
  186911: b5a1f54
v: v3
  • Loading branch information
Yusuke Goda authored and Samuel Ortiz committed Mar 7, 2010
1 parent c1c6f0f commit 81274ac
Show file tree
Hide file tree
Showing 3 changed files with 3 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: a8c39d8deb8341d15fc0eabaa9750f7a1db9d0df
refs/heads/master: b741d440a97c376af309e902eeb2f3c5673d2c92
1 change: 1 addition & 0 deletions trunk/drivers/mmc/host/tmio_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ static int __devinit tmio_mmc_probe(struct platform_device *dev)

mmc->ops = &tmio_mmc_ops;
mmc->caps = MMC_CAP_4_BIT_DATA;
mmc->caps |= pdata->capabilities;
mmc->f_max = pdata->hclk;
mmc->f_min = mmc->f_max / 512;
mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34;
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/mfd/tmio.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ void tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state);
*/
struct tmio_mmc_data {
const unsigned int hclk;
unsigned long capabilities;
void (*set_pwr)(struct platform_device *host, int state);
void (*set_clk_div)(struct platform_device *host, int state);
};
Expand Down

0 comments on commit 81274ac

Please sign in to comment.