Re: [PATCH] [V2] mmc: rtsx: Add SD Express mode support for RTS5261

From: Arnd Bergmann
Date: Mon May 25 2020 - 05:36:38 EST


On Mon, May 25, 2020 at 8:58 AM åé <rui_feng@xxxxxxxxxxxxxx> wrote:
> > On Fri, May 22, 2020 at 11:16 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> > >
> > > If I can get an ack from the MMC maintainer, I can take this in my
> > > tree...
> > >
> > > {hint}
> >
> > I think this feature needs much more discussion to make sure we get a good
> > user experience when it gets added to all mmc controllers.
> >
> Only RTS5261 is affected by this patch. Other vendor's reader won't be affected.

That sounds like another problem with this patch:

The transition should probably be handled by the MMC core checking whether
the kernel, the mmc host and and the card all support SD express mode, and
then start the transition as well as falling back to SD mode if it doesn't come
up properly.

Arnd