Re: [PATCH 1/2] mmc: mmci: enable MMC_CAP_NEED_RSP_BUSY

From: Marek Vasut
Date: Thu Feb 04 2021 - 07:27:50 EST


On 2/4/21 1:05 PM, yann.gautier@xxxxxxxxxxx wrote:
From: Yann Gautier <yann.gautier@xxxxxxxxxxx>

To properly manage commands awaiting R1B responses, the capability
MMC_CAP_NEED_RSP_BUSY is enabled in mmci driver, for variants that
manage busy detection.
This R1B management needs both the flags MMC_CAP_NEED_RSP_BUSY and
MMC_CAP_WAIT_WHILE_BUSY to be enabled together.

Shouldn't this have Fixes: tag ?