Skip to content

Commit

Permalink
Revert "Partial revert of "MMC: added alternative MMC driver""
Browse files Browse the repository at this point in the history
This reverts commit c641fa5.
  • Loading branch information
popcornmix committed Dec 16, 2024
1 parent 1e13006 commit 77c09f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/mmc/card.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ struct mmc_card {
#define MMC_QUIRK_BROKEN_SD_CACHE (1<<15) /* Disable broken SD cache support */
#define MMC_QUIRK_BROKEN_CACHE_FLUSH (1<<16) /* Don't flush cache until the write has occurred */
#define MMC_QUIRK_BROKEN_SD_POWEROFF_NOTIFY (1<<17) /* Disable broken SD poweroff notify support */
#define MMC_QUIRK_ERASE_BROKEN (1<<31) /* Skip erase */

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

0 comments on commit 77c09f1

Please sign in to comment.