summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.omap35
-rw-r--r--doc/driver-model/migration.rst15
2 files changed, 1 insertions, 19 deletions
diff --git a/doc/README.omap3 b/doc/README.omap3
index 8c3667b10c..208714ad65 100644
--- a/doc/README.omap3
+++ b/doc/README.omap3
@@ -41,11 +41,6 @@ make
make omap3_evm_config
make
-* Zoom MDK:
-
-make omap3_zoom1_config
-make
-
* Zoom 2:
make omap3_zoom2_config
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