diff options
author | Simon Glass <sjg@chromium.org> | 2018-12-28 14:03:07 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-09 07:13:31 -0500 |
commit | 1ce689d95085708cc9dc9a9eefa665fa276a4b6c (patch) | |
tree | 16222ee37518a9febe10c5d5a36625bdfe9b41d5 /doc | |
parent | 358fd21fe7b6e6481a9f5436f2d1a2e4dd754082 (diff) | |
download | u-boot-1ce689d95085708cc9dc9a9eefa665fa276a4b6c.tar.gz |
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 <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/driver-model/MIGRATION.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/driver-model/MIGRATION.txt b/doc/driver-model/MIGRATION.txt index 183d7f5293..c0c9483b13 100644 --- a/doc/driver-model/MIGRATION.txt +++ b/doc/driver-model/MIGRATION.txt @@ -86,3 +86,13 @@ Partially converted: Jagan Teki <jagan@openedev.com> 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. + |