On Mon, Jun 12, 2017 at 2:24 PM, Ulf Hansson <ulf.hansson@xxxxxxxxxx> wrote: > The MMC_CAP2_HC_ERASE_SZ is used only by a few mmc host drivers. Its intent > is to enable eMMC's high-capacity erase size, as to improve the behaviour > of the erase operations. > > We should strive to avoid software configuration options that aren't > necessary, but instead deploy common behaviours. For these reasons, let's > remove the capability bit for MMC_CAP2_HC_ERASE_SZ and make it the default > behaviour. > > Note that this change doesn't affect eMMCs supporting trim/discard, because > these commands operates on sectors and takes precedence over erase > commands. > > Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > --- > > Changes in v2: > - Make the behaviour from MMC_CAP2_HC_ERASE_SZ the default. > - Update changelog to reflect the change. Looks correct to me. Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html