Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228922
b: refs/heads/master
c: 23b6607
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Hannemann authored and Chris Ball committed Jan 9, 2011
1 parent b018571 commit 0584c59
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 845ecd20239c28e97e766ff54078a58be19f3a91
refs/heads/master: 23b66071e8ce7f359a0e410a8a3514bd3179e92e
5 changes: 5 additions & 0 deletions trunk/drivers/mfd/sh_mobile_sdhi.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ static int __devinit sh_mobile_sdhi_probe(struct platform_device *pdev)
*/
mmc_data->flags |= TMIO_MMC_BLKSZ_2BYTES;

/*
* All SDHI blocks support SDIO IRQ signalling.
*/
mmc_data->flags |= TMIO_MMC_SDIO_IRQ;

if (p && p->dma_slave_tx >= 0 && p->dma_slave_rx >= 0) {
priv->param_tx.slave_id = p->dma_slave_tx;
priv->param_rx.slave_id = p->dma_slave_rx;
Expand Down

0 comments on commit 0584c59

Please sign in to comment.