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 5f5bec1 commit 78c0bf8Copy full SHA for 78c0bf8
include/linux/mmc/card.h
@@ -296,6 +296,8 @@ struct mmc_card {
296
#define MMC_QUIRK_BROKEN_CACHE_FLUSH (1<<16) /* Don't flush cache until the write has occurred */
297
#define MMC_QUIRK_BROKEN_SD_POWEROFF_NOTIFY (1<<17) /* Disable broken SD poweroff notify support */
298
#define MMC_QUIRK_NO_UHS_DDR50_TUNING (1<<18) /* Disable DDR50 tuning */
299
+#define MMC_QUIRK_WORKING_SD_CQ (1<<30) /* SD card has known-good CQ implementation */
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