blob: fd499fb74a84b9546138c84f5ad641c30367d256 [file] [log] [blame]
Bin Menge1910d92019-07-18 00:33:50 -07001.. SPDX-License-Identifier: GPL-2.0+
2
Simon Glass302466d2017-08-05 15:45:53 -06003Migration Schedule
Bin Menge1910d92019-07-18 00:33:50 -07004==================
Simon Glass302466d2017-08-05 15:45:53 -06005
6U-Boot has been migrating to a new driver model since its introduction in
72014. This file describes the schedule for deprecation of pre-driver-model
8features.
9
Tom Rini1cb5d5d2018-11-29 18:21:11 -050010CONFIG_DM_MMC
11-------------
12
Bin Menge1910d92019-07-18 00:33:50 -070013* Status: In progress
14* Deadline: 2019.04
Tom Rini1cb5d5d2018-11-29 18:21:11 -050015
16The subsystem itself has been converted and maintainers should submit patches
17switching over to using CONFIG_DM_MMC and other base driver model options in
18time for inclusion in the 2019.04 rerelease.
Simon Glass302466d2017-08-05 15:45:53 -060019
Tom Rini109d8bf2018-11-29 18:21:12 -050020CONFIG_DM_USB
21-------------
22
Bin Menge1910d92019-07-18 00:33:50 -070023* Status: In progress
24* Deadline: 2019.07
Tom Rini109d8bf2018-11-29 18:21:12 -050025
26The subsystem itself has been converted along with many of the host controller
27and maintainers should submit patches switching over to using CONFIG_DM_USB and
28other base driver model options in time for inclusion in the 2019.07 rerelease.
29
Tom Riniea9d7c12018-11-29 18:21:13 -050030CONFIG_SATA
31-----------
32
Bin Menge1910d92019-07-18 00:33:50 -070033* Status: In progress
34* Deadline: 2019.07
Tom Riniea9d7c12018-11-29 18:21:13 -050035
36The subsystem itself has been converted along with many of the host controller
37and maintainers should submit patches switching over to using CONFIG_AHCI and
38other base driver model options in time for inclusion in the 2019.07 rerelease.
39
Simon Glass302466d2017-08-05 15:45:53 -060040CONFIG_BLK
41----------
42
Bin Menge1910d92019-07-18 00:33:50 -070043* Status: In progress
44* Deadline: 2019.07
Simon Glass302466d2017-08-05 15:45:53 -060045
Tom Rini7cfc1a32018-11-29 18:21:14 -050046In concert with maintainers migrating their block device usage to the
47appropriate DM driver, CONFIG_BLK needs to be set as well. The final deadline
48here coincides with the final deadline for migration of the various block
Tom Rini91ff6862018-12-05 08:23:38 -050049subsystems. At this point we will be able to audit and correct the logic in
50Kconfig around using CONFIG_PARTITIONS and CONFIG_HAVE_BLOCK_DEVICE and make
51use of CONFIG_BLK / CONFIG_SPL_BLK as needed.
Jagan Tekic4e68d32018-03-14 18:58:03 +053052
Bin Menge1910d92019-07-18 00:33:50 -070053CONFIG_DM_SPI / CONFIG_DM_SPI_FLASH
54-----------------------------------
Jagan Tekic4e68d32018-03-14 18:58:03 +053055
56Board Maintainers should submit the patches for enabling DM_SPI and DM_SPI_FLASH
57to move the migration with in the deadline.
58
Bin Menge1910d92019-07-18 00:33:50 -070059No dm conversion yet::
60
Jagan Tekic4e68d32018-03-14 18:58:03 +053061 drivers/spi/fsl_espi.c
62 drivers/spi/lpc32xx_ssp.c
Jagan Tekic4e68d32018-03-14 18:58:03 +053063 drivers/spi/sh_spi.c
64 drivers/spi/soft_spi_legacy.c
65
Bin Menge1910d92019-07-18 00:33:50 -070066* Status: In progress
67* Deadline: 2019.04
Jagan Teki99a17dd2018-12-14 22:04:12 +053068
Bin Menge1910d92019-07-18 00:33:50 -070069Partially converted::
70
Jagan Tekic4e68d32018-03-14 18:58:03 +053071 drivers/spi/davinci_spi.c
72 drivers/spi/fsl_dspi.c
Jagan Tekic4e68d32018-03-14 18:58:03 +053073 drivers/spi/kirkwood_spi.c
74 drivers/spi/mxc_spi.c
Jagan Tekice704ea2019-09-13 07:55:42 +053075 drivers/spi/mxs_spi.c
Jagan Tekic4e68d32018-03-14 18:58:03 +053076 drivers/spi/omap3_spi.c
Jagan Tekid1505ad2019-04-29 01:58:54 +053077 drivers/spi/sh_qspi.c
Jagan Tekic4e68d32018-03-14 18:58:03 +053078
Bin Menge1910d92019-07-18 00:33:50 -070079* Status: In progress
80* Deadline: 2019.07
Simon Glass1ce689d2018-12-28 14:03:07 -070081
82
83CONFIG_DM_PCI
84-------------
85Deadline: 2019.07
86
87The PCI subsystem has supported driver model since mid 2015. Maintainers should
88submit patches switching over to using CONFIG_DM_PCI and other base driver
89model options in time for inclusion in the 2019.07 release.
90
Simon Glass3e87ffc2018-12-28 14:03:08 -070091
92CONFIG_DM_VIDEO
93---------------
94Deadline: 2019.07
95
96The video subsystem has supported driver model since early 2016. Maintainers
97should submit patches switching over to using CONFIG_DM_VIDEO and other base
98driver model options in time for inclusion in the 2019.07 release.
Heinrich Schuchardt2e0f3242019-08-10 00:10:37 +020099
100CONFIG_DM_ETH
101-------------
102Deadline: 2020.07
103
104The network subsystem has supported the driver model since early 2015.
105Maintainers should submit patches switching over to using CONFIG_DM_ETH and
106other base driver model options in time for inclusion in the 2020.07 release.