Re: [PATCH v2] spi: intel: Update help text of PCI and Platform drivers

From: Mika Westerberg
Date: Fri Feb 10 2023 - 12:19:24 EST


On Fri, Feb 10, 2023 at 01:41:58PM -0300, Mauro Lima wrote:
> Modern intel hardware uses controllers that work in hardware
> sequencing mode. In this mode, the controller exposes a subset
> of operations, like read, write and erase, making it easier
> and less error-prone for use.
> On the other hand, most of the controllers handled by the
> platform driver use software sequencing that exposes the
> entire set of operations i.e. exposes the low level SPI-NOR
> opcodes to the software for use.
> Update PCI and Platform help text with this information.
>
> Signed-off-by: Mauro Lima <mauro.lima@xxxxxxxxxxxxx>

Acked-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>