spi: intel: Update help text of PCI and Platform drivers
authorMauro Lima <mauro.lima@eclypsium.com>
Fri, 10 Feb 2023 16:41:58 +0000 (13:41 -0300)
committerMark Brown <broonie@kernel.org>
Fri, 10 Feb 2023 18:06:56 +0000 (18:06 +0000)
commit2ea9b08a661274b9b7b182327bf6ffe29605d671
tree4e9a51922069bdf16e672d55b66e2a9363efed0a
parent3c708a0c4cf2f193a202da927a48315bbc46715b
spi: intel: Update help text of PCI and Platform drivers

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@eclypsium.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Link: https://lore.kernel.org/r/20230210164158.211065-1-mauro.lima@eclypsium.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig