]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
dm: MIGRATION: Update migration plan for BLK
authorTom Rini <trini@konsulko.com>
Thu, 29 Nov 2018 23:21:14 +0000 (18:21 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 4 Dec 2018 00:31:13 +0000 (19:31 -0500)
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>
doc/driver-model/MIGRATION.txt

index 6df7e02a63de0df85b50abf755c85262b5e76a39..6b691338b4e7f271061e7be691d28b44f89c3e65 100644 (file)
@@ -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