diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-29 18:21:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-03 19:31:13 -0500 |
commit | 7cfc1a381e1b85f0f40671307837422bfe4f85c4 (patch) | |
tree | 67214789c30dbb94fc20922c6bd5b60f44e87b3b | |
parent | ea9d7c17fc4c7ff78898567734b341daf860846c (diff) | |
download | u-boot-7cfc1a381e1b85f0f40671307837422bfe4f85c4.zip u-boot-7cfc1a381e1b85f0f40671307837422bfe4f85c4.tar.gz u-boot-7cfc1a381e1b85f0f40671307837422bfe4f85c4.tar.bz2 |
dm: MIGRATION: Update migration plan for BLK
The biggest part of migration to using CONFIG_BLK is that we need to
have the various subsystems migrated first, so reword the plan here to
reference the new deadlines.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | doc/driver-model/MIGRATION.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/driver-model/MIGRATION.txt b/doc/driver-model/MIGRATION.txt index 6df7e02..6b69133 100644 --- a/doc/driver-model/MIGRATION.txt +++ b/doc/driver-model/MIGRATION.txt @@ -39,14 +39,12 @@ CONFIG_BLK ---------- Status: In progress -Deadline: 2018.05 - -Maintainers should submit patches for enabling CONFIG_BLK on all boards in -time for inclusion in the 2018.05 release. Boards not converted by this -time may be removed in a subsequent release. +Deadline: 2019.07 -Note that this implies use of driver model for all block devices (e.g. -MMC, USB, SCSI, SATA). +In concert with maintainers migrating their block device usage to the +appropriate DM driver, CONFIG_BLK needs to be set as well. The final deadline +here coincides with the final deadline for migration of the various block +subsystems. CONFIG_DM_SPI CONFIG_DM_SPI_FLASH |