summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-07-09 18:53:58 +0300
committerJagan Teki <jagan@amarulasolutions.com>2020-07-10 10:09:54 +0300
commit18c56605c6cd45cb3e1ea39e2a9df46d4eade7ae (patch)
tree8cd853f5d4a1c28fd2a9ca00f39a7289f7870d33 /doc
parenta58c7ffcad189bb05b36ac83116cfc562e400429 (diff)
downloadu-boot-18c56605c6cd45cb3e1ea39e2a9df46d4eade7ae.tar.xz
doc: driver-model: Update SPI migration status
All SPI drivers are converted to DM_SPI but 3 drivers still operate in nondm mode for SPL due to footprint constraints. Update the migration status for it. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/driver-model/migration.rst15
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/driver-model/migration.rst b/doc/driver-model/migration.rst
index de8c1f9e72..2284e8a6f7 100644
--- a/doc/driver-model/migration.rst
+++ b/doc/driver-model/migration.rst
@@ -66,28 +66,15 @@ CONFIG_DM_SPI / CONFIG_DM_SPI_FLASH
Board Maintainers should submit the patches for enabling DM_SPI and DM_SPI_FLASH
to move the migration with in the deadline.
-No dm conversion yet::
-
- drivers/spi/fsl_espi.c
- drivers/spi/soft_spi_legacy.c
-
-* Status: In progress
-* Deadline: 2019.04
-
Partially converted::
- drivers/spi/davinci_spi.c
- drivers/spi/fsl_dspi.c
- drivers/spi/kirkwood_spi.c
+ drivers/spi/fsl_espi.c
drivers/spi/mxc_spi.c
- drivers/spi/mxs_spi.c
- drivers/spi/omap3_spi.c
drivers/spi/sh_qspi.c
* Status: In progress
* Deadline: 2019.07
-
CONFIG_DM_PCI
-------------
Deadline: 2019.07