On 8/7/26 15:24, Bin Meng wrote:
Document the boundary between SPI/SSI controller models and SPI flash
models when representing fast-read dummy cycles. It explains that
flash models own command semantics, while controllers own
hardware-generated dummy transfers and cycle-to-byte conversion.

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>

---

Changes in v3:
- add an entry in MAINTAINERS

  MAINTAINERS                    |   1 +
  docs/devel/index-internals.rst |   1 +
  docs/devel/ssi.rst             | 132 +++++++++++++++++++++++++++++++++
  3 files changed, 134 insertions(+)
  create mode 100644 docs/devel/ssi.rst


diff --git a/docs/devel/ssi.rst b/docs/devel/ssi.rst
new file mode 100644
index 0000000000..864b5d9320
--- /dev/null
+++ b/docs/devel/ssi.rst
@@ -0,0 +1,132 @@

Missing SPDX tag :( See v2.

+================================
+SSI devices and SPI flash models
+================================

Reply via email to