1Migration Schedule
2====================
3
4U-Boot has been migrating to a new driver model since its introduction in
52014. This file describes the schedule for deprecation of pre-driver-model
6features.
7
8
9CONFIG_BLK
10----------
11
12Status: In progress
13Deadline: 2018.05
14
15Maintainers should submit patches for enabling CONFIG_BLK on all boards in
16time for inclusion in the 2018.05 release. Boards not converted by this
17time may be removed in a subsequent release.
18
19Note that this implies use of driver model for all block devices (e.g.
20MMC, USB, SCSI, SATA).
21
22CONFIG_DM_SPI
23CONFIG_DM_SPI_FLASH
24-------------------
25
26Board Maintainers should submit the patches for enabling DM_SPI and DM_SPI_FLASH
27to move the migration with in the deadline.
28
29Status: In progress
30Deadline: 2018.09
31
32No dm conversion yet:
33	drivers/spi/cf_spi.c
34	drivers/spi/fsl_espi.c
35	drivers/spi/lpc32xx_ssp.c
36	drivers/spi/mpc8xx_spi.c
37	drivers/spi/mpc8xxx_spi.c
38	drivers/spi/mxs_spi.c
39	drivers/spi/sh_qspi.c
40	drivers/spi/sh_spi.c
41	drivers/spi/soft_spi_legacy.c
42
43Partially converted:
44	drivers/spi/atcspi200_spi.c
45	drivers/spi/davinci_spi.c
46	drivers/spi/fsl_dspi.c
47	drivers/spi/fsl_qspi.c
48	drivers/spi/kirkwood_spi.c
49	drivers/spi/mxc_spi.c
50	drivers/spi/omap3_spi.c
51	drivers/spi/ti_qspi.c
52
53--
54Jagan Teki <jagan@openedev.com>
5503/14/2018
56