Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
Simon Glass | 302466d | 2017-08-05 15:45:53 -0600 | [diff] [blame] | 3 | Migration Schedule |
Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 4 | ================== |
Simon Glass | 302466d | 2017-08-05 15:45:53 -0600 | [diff] [blame] | 5 | |
| 6 | U-Boot has been migrating to a new driver model since its introduction in |
| 7 | 2014. This file describes the schedule for deprecation of pre-driver-model |
| 8 | features. |
| 9 | |
Heinrich Schuchardt | 282ed24 | 2019-09-16 18:41:42 +0200 | [diff] [blame] | 10 | CONFIG_DM |
| 11 | --------- |
| 12 | |
| 13 | * Status: In progress |
| 14 | * Deadline: 2020.01 |
| 15 | |
| 16 | Starting with the 2010.01 release CONFIG_DM will be enabled for all boards. |
| 17 | This does not concern CONFIG_DM_SPL and CONFIG_DM_TPL. The conversion date for |
| 18 | these configuration items still needs to be defined. |
| 19 | |
Tom Rini | 1cb5d5d | 2018-11-29 18:21:11 -0500 | [diff] [blame] | 20 | CONFIG_DM_MMC |
| 21 | ------------- |
| 22 | |
Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 23 | * Status: In progress |
| 24 | * Deadline: 2019.04 |
Tom Rini | 1cb5d5d | 2018-11-29 18:21:11 -0500 | [diff] [blame] | 25 | |
| 26 | The subsystem itself has been converted and maintainers should submit patches |
| 27 | switching over to using CONFIG_DM_MMC and other base driver model options in |
| 28 | time for inclusion in the 2019.04 rerelease. |
Simon Glass | 302466d | 2017-08-05 15:45:53 -0600 | [diff] [blame] | 29 | |
Tom Rini | 109d8bf | 2018-11-29 18:21:12 -0500 | [diff] [blame] | 30 | CONFIG_DM_USB |
| 31 | ------------- |
| 32 | |
Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 33 | * Status: In progress |
| 34 | * Deadline: 2019.07 |
Tom Rini | 109d8bf | 2018-11-29 18:21:12 -0500 | [diff] [blame] | 35 | |
| 36 | The subsystem itself has been converted along with many of the host controller |
| 37 | and maintainers should submit patches switching over to using CONFIG_DM_USB and |
| 38 | other base driver model options in time for inclusion in the 2019.07 rerelease. |
| 39 | |
Tom Rini | ea9d7c1 | 2018-11-29 18:21:13 -0500 | [diff] [blame] | 40 | CONFIG_SATA |
| 41 | ----------- |
| 42 | |
Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 43 | * Status: In progress |
| 44 | * Deadline: 2019.07 |
Tom Rini | ea9d7c1 | 2018-11-29 18:21:13 -0500 | [diff] [blame] | 45 | |
| 46 | The subsystem itself has been converted along with many of the host controller |
| 47 | and maintainers should submit patches switching over to using CONFIG_AHCI and |
| 48 | other base driver model options in time for inclusion in the 2019.07 rerelease. |
| 49 | |
Simon Glass | 302466d | 2017-08-05 15:45:53 -0600 | [diff] [blame] | 50 | CONFIG_BLK |
| 51 | ---------- |
| 52 | |
Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 53 | * Status: In progress |
| 54 | * Deadline: 2019.07 |
Simon Glass | 302466d | 2017-08-05 15:45:53 -0600 | [diff] [blame] | 55 | |
Tom Rini | 7cfc1a3 | 2018-11-29 18:21:14 -0500 | [diff] [blame] | 56 | In concert with maintainers migrating their block device usage to the |
| 57 | appropriate DM driver, CONFIG_BLK needs to be set as well. The final deadline |
| 58 | here coincides with the final deadline for migration of the various block |
Tom Rini | 91ff686 | 2018-12-05 08:23:38 -0500 | [diff] [blame] | 59 | subsystems. At this point we will be able to audit and correct the logic in |
| 60 | Kconfig around using CONFIG_PARTITIONS and CONFIG_HAVE_BLOCK_DEVICE and make |
| 61 | use of CONFIG_BLK / CONFIG_SPL_BLK as needed. |
Jagan Teki | c4e68d3 | 2018-03-14 18:58:03 +0530 | [diff] [blame] | 62 | |
Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 63 | CONFIG_DM_SPI / CONFIG_DM_SPI_FLASH |
| 64 | ----------------------------------- |
Jagan Teki | c4e68d3 | 2018-03-14 18:58:03 +0530 | [diff] [blame] | 65 | |
| 66 | Board Maintainers should submit the patches for enabling DM_SPI and DM_SPI_FLASH |
| 67 | to move the migration with in the deadline. |
| 68 | |
Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 69 | No dm conversion yet:: |
| 70 | |
Jagan Teki | c4e68d3 | 2018-03-14 18:58:03 +0530 | [diff] [blame] | 71 | drivers/spi/fsl_espi.c |
Jagan Teki | c4e68d3 | 2018-03-14 18:58:03 +0530 | [diff] [blame] | 72 | drivers/spi/soft_spi_legacy.c |
| 73 | |
Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 74 | * Status: In progress |
| 75 | * Deadline: 2019.04 |
Jagan Teki | 99a17dd | 2018-12-14 22:04:12 +0530 | [diff] [blame] | 76 | |
Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 77 | Partially converted:: |
| 78 | |
Jagan Teki | c4e68d3 | 2018-03-14 18:58:03 +0530 | [diff] [blame] | 79 | drivers/spi/davinci_spi.c |
| 80 | drivers/spi/fsl_dspi.c |
Jagan Teki | c4e68d3 | 2018-03-14 18:58:03 +0530 | [diff] [blame] | 81 | drivers/spi/kirkwood_spi.c |
| 82 | drivers/spi/mxc_spi.c |
Jagan Teki | ce704ea | 2019-09-13 07:55:42 +0530 | [diff] [blame] | 83 | drivers/spi/mxs_spi.c |
Jagan Teki | c4e68d3 | 2018-03-14 18:58:03 +0530 | [diff] [blame] | 84 | drivers/spi/omap3_spi.c |
Jagan Teki | d1505ad | 2019-04-29 01:58:54 +0530 | [diff] [blame] | 85 | drivers/spi/sh_qspi.c |
Jagan Teki | c4e68d3 | 2018-03-14 18:58:03 +0530 | [diff] [blame] | 86 | |
Bin Meng | e1910d9 | 2019-07-18 00:33:50 -0700 | [diff] [blame] | 87 | * Status: In progress |
| 88 | * Deadline: 2019.07 |
Simon Glass | 1ce689d | 2018-12-28 14:03:07 -0700 | [diff] [blame] | 89 | |
| 90 | |
| 91 | CONFIG_DM_PCI |
| 92 | ------------- |
| 93 | Deadline: 2019.07 |
| 94 | |
| 95 | The PCI subsystem has supported driver model since mid 2015. Maintainers should |
| 96 | submit patches switching over to using CONFIG_DM_PCI and other base driver |
| 97 | model options in time for inclusion in the 2019.07 release. |
| 98 | |
Simon Glass | 3e87ffc | 2018-12-28 14:03:08 -0700 | [diff] [blame] | 99 | |
| 100 | CONFIG_DM_VIDEO |
| 101 | --------------- |
| 102 | Deadline: 2019.07 |
| 103 | |
| 104 | The video subsystem has supported driver model since early 2016. Maintainers |
| 105 | should submit patches switching over to using CONFIG_DM_VIDEO and other base |
| 106 | driver model options in time for inclusion in the 2019.07 release. |
Heinrich Schuchardt | 2e0f324 | 2019-08-10 00:10:37 +0200 | [diff] [blame] | 107 | |
| 108 | CONFIG_DM_ETH |
| 109 | ------------- |
| 110 | Deadline: 2020.07 |
| 111 | |
| 112 | The network subsystem has supported the driver model since early 2015. |
| 113 | Maintainers should submit patches switching over to using CONFIG_DM_ETH and |
| 114 | other base driver model options in time for inclusion in the 2020.07 release. |