blob: de8c1f9e72071000d2e1a58ac151f9e3ee07c130 [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
Heinrich Schuchardt282ed242019-09-16 18:41:42 +020010CONFIG_DM
11---------
12
13* Status: In progress
14* Deadline: 2020.01
15
16Starting with the 2010.01 release CONFIG_DM will be enabled for all boards.
17This does not concern CONFIG_DM_SPL and CONFIG_DM_TPL. The conversion date for
18these configuration items still needs to be defined.
19
Tom Rini1cb5d5d2018-11-29 18:21:11 -050020CONFIG_DM_MMC
21-------------
22
Bin Menge1910d92019-07-18 00:33:50 -070023* Status: In progress
24* Deadline: 2019.04
Tom Rini1cb5d5d2018-11-29 18:21:11 -050025
26The subsystem itself has been converted and maintainers should submit patches
27switching over to using CONFIG_DM_MMC and other base driver model options in
28time for inclusion in the 2019.04 rerelease.
Simon Glass302466d2017-08-05 15:45:53 -060029
Tom Rini109d8bf2018-11-29 18:21:12 -050030CONFIG_DM_USB
31-------------
32
Bin Menge1910d92019-07-18 00:33:50 -070033* Status: In progress
34* Deadline: 2019.07
Tom Rini109d8bf2018-11-29 18:21:12 -050035
36The subsystem itself has been converted along with many of the host controller
37and maintainers should submit patches switching over to using CONFIG_DM_USB and
38other base driver model options in time for inclusion in the 2019.07 rerelease.
39
Tom Riniea9d7c12018-11-29 18:21:13 -050040CONFIG_SATA
41-----------
42
Bin Menge1910d92019-07-18 00:33:50 -070043* Status: In progress
44* Deadline: 2019.07
Tom Riniea9d7c12018-11-29 18:21:13 -050045
46The subsystem itself has been converted along with many of the host controller
47and maintainers should submit patches switching over to using CONFIG_AHCI and
48other base driver model options in time for inclusion in the 2019.07 rerelease.
49
Simon Glass302466d2017-08-05 15:45:53 -060050CONFIG_BLK
51----------
52
Bin Menge1910d92019-07-18 00:33:50 -070053* Status: In progress
54* Deadline: 2019.07
Simon Glass302466d2017-08-05 15:45:53 -060055
Tom Rini7cfc1a32018-11-29 18:21:14 -050056In concert with maintainers migrating their block device usage to the
57appropriate DM driver, CONFIG_BLK needs to be set as well. The final deadline
58here coincides with the final deadline for migration of the various block
Tom Rini91ff6862018-12-05 08:23:38 -050059subsystems. At this point we will be able to audit and correct the logic in
60Kconfig around using CONFIG_PARTITIONS and CONFIG_HAVE_BLOCK_DEVICE and make
61use of CONFIG_BLK / CONFIG_SPL_BLK as needed.
Jagan Tekic4e68d32018-03-14 18:58:03 +053062
Bin Menge1910d92019-07-18 00:33:50 -070063CONFIG_DM_SPI / CONFIG_DM_SPI_FLASH
64-----------------------------------
Jagan Tekic4e68d32018-03-14 18:58:03 +053065
66Board Maintainers should submit the patches for enabling DM_SPI and DM_SPI_FLASH
67to move the migration with in the deadline.
68
Bin Menge1910d92019-07-18 00:33:50 -070069No dm conversion yet::
70
Jagan Tekic4e68d32018-03-14 18:58:03 +053071 drivers/spi/fsl_espi.c
Jagan Tekic4e68d32018-03-14 18:58:03 +053072 drivers/spi/soft_spi_legacy.c
73
Bin Menge1910d92019-07-18 00:33:50 -070074* Status: In progress
75* Deadline: 2019.04
Jagan Teki99a17dd2018-12-14 22:04:12 +053076
Bin Menge1910d92019-07-18 00:33:50 -070077Partially converted::
78
Jagan Tekic4e68d32018-03-14 18:58:03 +053079 drivers/spi/davinci_spi.c
80 drivers/spi/fsl_dspi.c
Jagan Tekic4e68d32018-03-14 18:58:03 +053081 drivers/spi/kirkwood_spi.c
82 drivers/spi/mxc_spi.c
Jagan Tekice704ea2019-09-13 07:55:42 +053083 drivers/spi/mxs_spi.c
Jagan Tekic4e68d32018-03-14 18:58:03 +053084 drivers/spi/omap3_spi.c
Jagan Tekid1505ad2019-04-29 01:58:54 +053085 drivers/spi/sh_qspi.c
Jagan Tekic4e68d32018-03-14 18:58:03 +053086
Bin Menge1910d92019-07-18 00:33:50 -070087* Status: In progress
88* Deadline: 2019.07
Simon Glass1ce689d2018-12-28 14:03:07 -070089
90
91CONFIG_DM_PCI
92-------------
93Deadline: 2019.07
94
95The PCI subsystem has supported driver model since mid 2015. Maintainers should
96submit patches switching over to using CONFIG_DM_PCI and other base driver
97model options in time for inclusion in the 2019.07 release.
98
Simon Glass3e87ffc2018-12-28 14:03:08 -070099
100CONFIG_DM_VIDEO
101---------------
102Deadline: 2019.07
103
104The video subsystem has supported driver model since early 2016. Maintainers
105should submit patches switching over to using CONFIG_DM_VIDEO and other base
106driver model options in time for inclusion in the 2019.07 release.
Heinrich Schuchardt2e0f3242019-08-10 00:10:37 +0200107
108CONFIG_DM_ETH
109-------------
110Deadline: 2020.07
111
112The network subsystem has supported the driver model since early 2015.
113Maintainers should submit patches switching over to using CONFIG_DM_ETH and
114other base driver model options in time for inclusion in the 2020.07 release.