We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e13006 commit 77c09f1Copy full SHA for 77c09f1
include/linux/mmc/card.h
@@ -297,6 +297,7 @@ struct mmc_card {
297
#define MMC_QUIRK_BROKEN_SD_CACHE (1<<15) /* Disable broken SD cache support */
298
#define MMC_QUIRK_BROKEN_CACHE_FLUSH (1<<16) /* Don't flush cache until the write has occurred */
299
#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 */
301
302
bool written_flag; /* Indicates eMMC has been written since power on */
303
bool reenable_cmdq; /* Re-enable Command Queue */
0 commit comments