Re: [PATCH v2 06/11] mtd: spi-nor: add support for DTR protocol

From: Boris Brezillon
Date: Thu Feb 27 2020 - 11:58:46 EST


On Wed, 26 Feb 2020 15:06:58 +0530
Pratyush Yadav <p.yadav@xxxxxx> wrote:

> Double Transfer Rate (DTR) is SPI protocol in which data is transferred
> on each clock edge as opposed to on each clock cycle. Make
> framework-level changes to allow supporting flashes in DTR mode.
>
> Right now, mixed DTR modes are not supported. So, for example a mode
> like 4S-4D-4D will not work. All phases need to be either DTR or STR.

Didn't go deep into the patch but at first glance you don't seem to
extend the framework to support stateful modes as I tried to do here
[1]. That's really something we should address before considering
supporting xD-xD-xD modes, unless the SPI-NOR only supports one
stateful mode. If we don't do that first, we might face all sort of
unpleasant issues:

* kexec not working correctly because the previous kernel left the NOR
in an unknown state
* suspend/resume not working properly
* linux not booting properly because the bootloader left the device in
its non-default mode
* ...

[1]https://patchwork.kernel.org/cover/10638055/