* [PATCH 0/1] dm: serial: Remove old drivers and add migration deadline @ 2022-01-22 12:03 Simon Glass 2022-01-22 12:03 ` [PATCH 1/1] dm: serial: Add a migration deadline for serial Simon Glass 0 siblings, 1 reply; 3+ messages in thread From: Simon Glass @ 2022-01-22 12:03 UTC (permalink / raw) To: U-Boot Mailing List Cc: Tom Rini, Simon Glass, Marek Behún, Marek Vasut, Pali Rohár, Pavel Herrmann This series adds a migration deadline for converting serial drivers to driver model. Almost all drivers are already converted. Those that remain are: serial_ns16550.c which is really just a different ns16550.c usbtty.c Simon Glass (1): dm: serial: Add a migration deadline for serial Makefile | 1 + doc/develop/driver-model/migration.rst | 8 ++++++++ 2 files changed, 9 insertions(+) -- 2.35.0.rc0.227.g00780c9af4-goog ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] dm: serial: Add a migration deadline for serial 2022-01-22 12:03 [PATCH 0/1] dm: serial: Remove old drivers and add migration deadline Simon Glass @ 2022-01-22 12:03 ` Simon Glass 2022-01-29 18:49 ` Tom Rini 0 siblings, 1 reply; 3+ messages in thread From: Simon Glass @ 2022-01-22 12:03 UTC (permalink / raw) To: U-Boot Mailing List Cc: Tom Rini, Simon Glass, Marek Behún, Marek Vasut, Pali Rohár, Pavel Herrmann 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> --- Makefile | 1 + doc/develop/driver-model/migration.rst | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Makefile b/Makefile index b08bad48738..182c7eb4997 100644 --- a/Makefile +++ b/Makefile @@ -1133,6 +1133,7 @@ endif @# confuses this rule. Use if() to send just a single character which @# is enable to tell 'deprecated' that one of these symbols exists $(call deprecated,CONFIG_TIMER,Timer drivers,v2023.01,$(if $(strip $(CONFIG_SYS_TIMER_RATE)$(CONFIG_SYS_TIMER_COUNTER)),x)) + $(call deprecated,CONFIG_DM_SERIAL,Serial drivers,v2023.04,$(CONFIG_SERIAL)) @# Check that this build does not use CONFIG options that we do not @# know about unless they are in Kconfig. All the existing CONFIG @# options are whitelisted, so new ones should not be added. diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst index 10f474e9cdf..5a604369258 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. -- 2.35.0.rc0.227.g00780c9af4-goog ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] dm: serial: Add a migration deadline for serial 2022-01-22 12:03 ` [PATCH 1/1] dm: serial: Add a migration deadline for serial Simon Glass @ 2022-01-29 18:49 ` Tom Rini 0 siblings, 0 replies; 3+ messages in thread From: Tom Rini @ 2022-01-29 18:49 UTC (permalink / raw) To: Simon Glass Cc: U-Boot Mailing List, Marek Behún, Marek Vasut, Pali Rohár, Pavel Herrmann [-- Attachment #1: Type: text/plain, Size: 336 bytes --] On Sat, Jan 22, 2022 at 05:03:50AM -0700, Simon Glass wrote: > 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> Applied to u-boot/master, thanks! -- Tom [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 659 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-29 18:50 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-01-22 12:03 [PATCH 0/1] dm: serial: Remove old drivers and add migration deadline Simon Glass 2022-01-22 12:03 ` [PATCH 1/1] dm: serial: Add a migration deadline for serial Simon Glass 2022-01-29 18:49 ` Tom Rini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox