summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2018-03-14 16:28:03 +0300
committerTom Rini <trini@konsulko.com>2018-03-16 17:26:14 +0300
commitc4e68d3aa8178f6aa63a79c4f8f459c0e3ed58e8 (patch)
tree505abe84c65f21585d49d6cdb57da3c7d1824dea /doc
parentf274f265668d43948f041f88e7b50b9639769d56 (diff)
downloadu-boot-c4e68d3aa8178f6aa63a79c4f8f459c0e3ed58e8.tar.xz
dm: MIGRATION: Add migration plan for DM_SPI & DM_SPI_FLASH
Due to adding various new functionalities with SPI and SPI-FLASH subsystems which are rounding in Mailing list for year these long term supporting spi driver which never seen any update with driver-model conversion. So added migration plan for DM_SPI and DM_SPI_FLASH with deadline v2018.09 Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/driver-model/MIGRATION.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/driver-model/MIGRATION.txt b/doc/driver-model/MIGRATION.txt
index d2fe027249..5ebefd608b 100644
--- a/doc/driver-model/MIGRATION.txt
+++ b/doc/driver-model/MIGRATION.txt
@@ -18,3 +18,38 @@ time may be removed in a subsequent release.
Note that this implies use of driver model for all block devices (e.g.
MMC, USB, SCSI, SATA).
+
+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.
+
+Status: In progress
+Deadline: 2018.09
+
+No dm conversion yet:
+ drivers/spi/cf_spi.c
+ drivers/spi/fsl_espi.c
+ drivers/spi/lpc32xx_ssp.c
+ drivers/spi/mpc8xx_spi.c
+ drivers/spi/mpc8xxx_spi.c
+ drivers/spi/mxs_spi.c
+ drivers/spi/sh_qspi.c
+ drivers/spi/sh_spi.c
+ drivers/spi/soft_spi_legacy.c
+
+Partially converted:
+ drivers/spi/atcspi200_spi.c
+ drivers/spi/davinci_spi.c
+ drivers/spi/fsl_dspi.c
+ drivers/spi/fsl_qspi.c
+ drivers/spi/kirkwood_spi.c
+ drivers/spi/mxc_spi.c
+ drivers/spi/omap3_spi.c
+ drivers/spi/ti_qspi.c
+
+--
+Jagan Teki <jagan@openedev.com>
+03/14/2018