Re: [PATCH v3 2/3] misc: rtsx: Add SD Express mode support for RTS5261

From: Greg Kroah-Hartman
Date: Thu Oct 29 2020 - 06:30:22 EST


On Thu, Oct 29, 2020 at 10:52:53AM +0100, Ulf Hansson wrote:
> On Thu, 29 Oct 2020 at 02:57, <rui_feng@xxxxxxxxxxxxxx> wrote:
> >
> > From: Rui Feng <rui_feng@xxxxxxxxxxxxxx>
> >
> > RTS5261 support SD mode and PCIe/NVMe mode. The workflow is as follows.
> > 1.RTS5261 work in SD mode and set MMC_CAPS2_SD_EXP flag.
> > 2.If card is plugged in, Host send CMD8 to ask card's PCIe availability.
> > 3.If the card has PCIe availability and WP is not set, init_sd_express() will be invoked,
> > RTS5261 switch to PCIe/NVMe mode.
> > 4.Mmc driver handover it to NVMe driver.
> > 5.If card is unplugged, RTS5261 will switch to SD mode.
> >
> > Signed-off-by: Rui Feng <rui_feng@xxxxxxxxxxxxxx>
>
> Greg, Arnd, I think I am ready to queue up this series now, may I have
> your ack to pick this one via my mmc tree?

Great, thanks for doing that:

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>