summaryrefslogtreecommitdiff
path: root/doc/driver-model
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-12-28 14:03:08 -0700
committerTom Rini <trini@konsulko.com>2019-01-09 07:13:31 -0500
commit3e87ffcffbdf1b0883e4c76d411ffa604ba69c57 (patch)
tree6f36dcd039a6cef41492d8aca7d783ecaae88e39 /doc/driver-model
parent1ce689d95085708cc9dc9a9eefa665fa276a4b6c (diff)
dm: video: lcd: MIGRATION: Add migration plan for video
Add a migration plan for video which is an important subsystem in U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/driver-model')
-rw-r--r--doc/driver-model/MIGRATION.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/driver-model/MIGRATION.txt b/doc/driver-model/MIGRATION.txt
index c0c9483b13..957529202b 100644
--- a/doc/driver-model/MIGRATION.txt
+++ b/doc/driver-model/MIGRATION.txt
@@ -96,3 +96,11 @@ 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.
+
+CONFIG_DM_VIDEO
+---------------
+Deadline: 2019.07
+
+The video subsystem has supported driver model since early 2016. Maintainers
+should submit patches switching over to using CONFIG_DM_VIDEO and other base
+driver model options in time for inclusion in the 2019.07 release.