Skip to content

Commit 78c0bf8

Browse files
committed
Revert "include/linux/mmc/card.h: Partial revert"
This reverts commit fc7aa07.
1 parent 5f5bec1 commit 78c0bf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/mmc/card.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ struct mmc_card {
296296
#define MMC_QUIRK_BROKEN_CACHE_FLUSH (1<<16) /* Don't flush cache until the write has occurred */
297297
#define MMC_QUIRK_BROKEN_SD_POWEROFF_NOTIFY (1<<17) /* Disable broken SD poweroff notify support */
298298
#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 */
299301

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

0 commit comments

Comments
 (0)