The Virtio SPI (Serial Peripheral Interface) device is a virtual SPI controller that
allows the driver to operate and use the SPI controller under the control of the device,
either a physical SPI controller, or an emulated one.
Patch summary:
patch 1 rename virtual SPI device name
patch 2 add the specification for virtio-spi
Haixu Cui (2):
content: Rename SPI master to SPI controller
virtio-spi: add the device specification
content.tex | 2 +-
device-types/spi/description.tex | 280 ++++++++++++++++++++++++
device-types/spi/device-conformance.tex | 7 +
device-types/spi/driver-conformance.tex | 7 +
4 files changed, 295 insertions(+), 1 deletion(-)
create mode 100644 device-types/spi/description.tex
create mode 100644 device-types/spi/device-conformance.tex
create mode 100644 device-types/spi/driver-conformance.tex
--
2.17.1