aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/tmio-common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-02-10 08:11:53 -0500
committerTom Rini <trini@konsulko.com>2019-02-10 08:11:53 -0500
commitdbe70c7d4e3d5c705a98d82952e05a591efd0683 (patch)
treec0e3b72471772f0e7f922866ac680a0eed45da1e /drivers/mmc/tmio-common.h
parent151b8339ccd33428d249e75bd036bd7eb33c1ef6 (diff)
parente531c6731b697fc524b54697caebf235a4a69e8d (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sh
- SD/MMC fixes and ext4 memory leak fix
Diffstat (limited to 'drivers/mmc/tmio-common.h')
-rw-r--r--drivers/mmc/tmio-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/tmio-common.h b/drivers/mmc/tmio-common.h
index 192026ce3e..58ce3d65b0 100644
--- a/drivers/mmc/tmio-common.h
+++ b/drivers/mmc/tmio-common.h
@@ -119,6 +119,7 @@ struct tmio_sd_priv {
void __iomem *regbase;
unsigned int version;
u32 caps;
+ u32 read_poll_flag;
#define TMIO_SD_CAP_NONREMOVABLE BIT(0) /* Nonremovable e.g. eMMC */
#define TMIO_SD_CAP_DMA_INTERNAL BIT(1) /* have internal DMA engine */
#define TMIO_SD_CAP_DIV1024 BIT(2) /* divisor 1024 is available */