From 1ce689d95085708cc9dc9a9eefa665fa276a4b6c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 28 Dec 2018 14:03:07 -0700 Subject: dm: pci: MIGRATION: Add migration plan for PCI Add a migration plan for PCI which is an important subsystem in U-Boot. Signed-off-by: Simon Glass --- doc/driver-model/MIGRATION.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/driver-model') diff --git a/doc/driver-model/MIGRATION.txt b/doc/driver-model/MIGRATION.txt index 183d7f52932..c0c9483b13f 100644 --- a/doc/driver-model/MIGRATION.txt +++ b/doc/driver-model/MIGRATION.txt @@ -86,3 +86,13 @@ Partially converted: Jagan Teki 12/24/2018 03/14/2018 + + +CONFIG_DM_PCI +------------- +Deadline: 2019.07 + +The PCI subsystem has supported driver model since mid 2015. Maintainers should +submit patches switching over to using CONFIG_DM_PCI and other base driver +model options in time for inclusion in the 2019.07 release. + -- cgit v1.2.3