Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit add45971 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: core: disable cache for micron eMMC devices"

parents 6c43dd73 9c6009c0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -77,7 +77,8 @@ static const struct mmc_fixup mmc_fixups[] = {
	 */
	MMC_FIXUP("H8G2d", CID_MANFID_HYNIX, CID_OEMID_ANY, add_quirk_mmc,
		  MMC_QUIRK_CACHE_DISABLE),

	MMC_FIXUP(CID_NAME_ANY, CID_MANFID_NUMONYX_MICRON, CID_OEMID_ANY,
		add_quirk_mmc, MMC_QUIRK_CACHE_DISABLE),
	MMC_FIXUP("MMC16G", CID_MANFID_KINGSTON, CID_OEMID_ANY, add_quirk_mmc,
		  MMC_QUIRK_CACHE_DISABLE),

+1 −0
Original line number Diff line number Diff line
@@ -457,6 +457,7 @@ struct mmc_fixup {
#define CID_MANFID_SAMSUNG	0x15
#define CID_MANFID_KINGSTON	0x70
#define CID_MANFID_HYNIX	0x90
#define CID_MANFID_NUMONYX_MICRON 0xfe

#define END_FIXUP { 0 }