diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-10 08:11:53 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-10 08:11:53 -0500 |
commit | dbe70c7d4e3d5c705a98d82952e05a591efd0683 (patch) | |
tree | c0e3b72471772f0e7f922866ac680a0eed45da1e /drivers/mmc/tmio-common.h | |
parent | 151b8339ccd33428d249e75bd036bd7eb33c1ef6 (diff) | |
parent | e531c6731b697fc524b54697caebf235a4a69e8d (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.h | 1 |
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 */ |