blob: 0b763f72a4537fbdb7331b68f55442618ecd5d1f [file] [log] [blame]
Simon Glass302466d2017-08-05 15:45:53 -06001Migration 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
Tom Rini1cb5d5d2018-11-29 18:21:11 -05008CONFIG_DM_MMC
9-------------
10
11Status: In progress
12Deadline: 2019.04
13
14The subsystem itself has been converted and maintainers should submit patches
15switching over to using CONFIG_DM_MMC and other base driver model options in
16time for inclusion in the 2019.04 rerelease.
Simon Glass302466d2017-08-05 15:45:53 -060017
Tom Rini109d8bf2018-11-29 18:21:12 -050018CONFIG_DM_USB
19-------------
20
21Status: In progress
22Deadline: 2019.07
23
24The subsystem itself has been converted along with many of the host controller
25and maintainers should submit patches switching over to using CONFIG_DM_USB and
26other base driver model options in time for inclusion in the 2019.07 rerelease.
27
Simon Glass302466d2017-08-05 15:45:53 -060028CONFIG_BLK
29----------
30
31Status: In progress
32Deadline: 2018.05
33
34Maintainers should submit patches for enabling CONFIG_BLK on all boards in
35time for inclusion in the 2018.05 release. Boards not converted by this
36time may be removed in a subsequent release.
37
38Note that this implies use of driver model for all block devices (e.g.
39MMC, USB, SCSI, SATA).
Jagan Tekic4e68d32018-03-14 18:58:03 +053040
41CONFIG_DM_SPI
42CONFIG_DM_SPI_FLASH
43-------------------
44
45Board Maintainers should submit the patches for enabling DM_SPI and DM_SPI_FLASH
46to move the migration with in the deadline.
47
48Status: In progress
49Deadline: 2018.09
50
51No dm conversion yet:
52 drivers/spi/cf_spi.c
53 drivers/spi/fsl_espi.c
54 drivers/spi/lpc32xx_ssp.c
55 drivers/spi/mpc8xx_spi.c
56 drivers/spi/mpc8xxx_spi.c
57 drivers/spi/mxs_spi.c
58 drivers/spi/sh_qspi.c
59 drivers/spi/sh_spi.c
60 drivers/spi/soft_spi_legacy.c
61
62Partially converted:
63 drivers/spi/atcspi200_spi.c
64 drivers/spi/davinci_spi.c
65 drivers/spi/fsl_dspi.c
66 drivers/spi/fsl_qspi.c
67 drivers/spi/kirkwood_spi.c
68 drivers/spi/mxc_spi.c
69 drivers/spi/omap3_spi.c
70 drivers/spi/ti_qspi.c
71
72--
73Jagan Teki <jagan@openedev.com>
7403/14/2018