Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358720
b: refs/heads/master
c: 27902c1
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Chris Ball committed Feb 24, 2013
1 parent a579f25 commit 7de1f78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 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: ac51b9611db597aa55e06218c62c3511702d772f
refs/heads/master: 27902c14aa2376d53755b6c02e3be671fd890e30
18 changes: 0 additions & 18 deletions trunk/include/linux/mfd/tmio.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@
* Some controllers can support SDIO IRQ signalling.
*/
#define TMIO_MMC_SDIO_IRQ (1 << 2)
/*
* Some platforms can detect card insertion events with controller powered
* down, using a GPIO IRQ, in which case they have to fill in cd_irq, cd_gpio,
* and cd_flags fields of struct tmio_mmc_data.
*/
#define TMIO_MMC_HAS_COLD_CD (1 << 3)
/*
* Some controllers require waiting for the SD bus to become
* idle before writing to some registers.
Expand Down Expand Up @@ -116,18 +110,6 @@ struct tmio_mmc_data {
void (*clk_disable)(struct platform_device *pdev);
};

/*
* This function is deprecated and will be removed soon. Please, convert your
* platform to use drivers/mmc/core/cd-gpio.c
*/
#include <linux/mmc/host.h>
static inline void tmio_mmc_cd_wakeup(struct tmio_mmc_data *pdata)
{
if (pdata)
mmc_detect_change(dev_get_drvdata(pdata->dev),
msecs_to_jiffies(100));
}

/*
* data for the NAND controller
*/
Expand Down

0 comments on commit 7de1f78

Please sign in to comment.