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>