summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-22 15:03:50 +0300
committerTom Rini <trini@konsulko.com>2022-01-29 01:58:41 +0300
commit9053374648f47311a55819e45a52e69a184b6182 (patch)
tree5539264f00c43da45532de6cdc0bb9125d2cef79 /doc
parentbfb2a7fbd168776f50f715818dbe7822cf65aa96 (diff)
downloadu-boot-9053374648f47311a55819e45a52e69a184b6182.tar.xz
dm: serial: Add a migration deadline for serial
This probably should have been done a while back since it is a core system. Very few boards remain to be migrated. Addd a migration deadline for a year out. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/driver-model/migration.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst
index 10f474e9cd..5a60436925 100644
--- a/doc/develop/driver-model/migration.rst
+++ b/doc/develop/driver-model/migration.rst
@@ -118,3 +118,11 @@ other base driver model options in time for inclusion in the 2022.10 release.
There is only one method to implement, unless you want to support bootstage,
in which case you need an early timer also. For example drivers, see
sandbox_timer.c and rockchip_timer.c
+
+CONFIG_DM_SERIAL
+----------------
+Deadline: 2023.04
+
+The serial subsystem has supported the driver model since late 2014.
+Maintainers should submit patches switching over to using CONFIG_DM_SERIAL and
+other base driver model options in time for inclusion in the 2022.10 release.