Skip to content

Commit 77c09f1

Browse files
committed
Revert "Partial revert of "MMC: added alternative MMC driver""
This reverts commit c641fa5.
1 parent 1e13006 commit 77c09f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/mmc/card.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ struct mmc_card {
297297
#define MMC_QUIRK_BROKEN_SD_CACHE (1<<15) /* Disable broken SD cache support */
298298
#define MMC_QUIRK_BROKEN_CACHE_FLUSH (1<<16) /* Don't flush cache until the write has occurred */
299299
#define MMC_QUIRK_BROKEN_SD_POWEROFF_NOTIFY (1<<17) /* Disable broken SD poweroff notify support */
300+
#define MMC_QUIRK_ERASE_BROKEN (1<<31) /* Skip erase */
300301

301302
bool written_flag; /* Indicates eMMC has been written since power on */
302303
bool reenable_cmdq; /* Re-enable Command Queue */

0 commit comments

Comments
 (0)