Select the types of activity you want to include in your feed.
mmc: Merge branch fixes into next
Merge the mmc fixes for v7.0-rc[n] into the next branch, to allow them to get tested together with the mmc changes that are targeted for the next release.
···486486487487 struct mmc_ios ios; /* current io bus settings */488488489489+ bool claimed; /* host exclusively claimed */490490+489491 /* group bitfields together to minimize padding */490492 unsigned int use_spi_crc:1;491491- unsigned int claimed:1; /* host exclusively claimed */492493 unsigned int doing_init_tune:1; /* initial tuning in progress */493493- unsigned int can_retune:1; /* re-tuning can be used */494494 unsigned int doing_retune:1; /* re-tuning in progress */495495- unsigned int retune_now:1; /* do re-tuning at next req */496496- unsigned int retune_paused:1; /* re-tuning is temporarily disabled */497495 unsigned int retune_crc_disable:1; /* don't trigger retune upon crc */498496 unsigned int can_dma_map_merge:1; /* merging can be used */499497 unsigned int vqmmc_enabled:1; /* vqmmc regulator is enabled */···506508 int rescan_disable; /* disable card detection */507509 int rescan_entered; /* used with nonremovable devices */508510511511+ bool can_retune; /* re-tuning can be used */512512+ bool retune_now; /* do re-tuning at next req */513513+ bool retune_paused; /* re-tuning is temporarily disabled */509514 int need_retune; /* re-tuning is needed */510515 int hold_retune; /* hold off re-tuning */511516 unsigned int retune_period; /* re-tuning period in secs */