On Fri, 02 May 2025 14:07:38 -0600, Tom Rini wrote: > In a private thread, Simon asked about what's needed to get PowerPC > migrated to DM_SERIAL. I went and took a look, and to complete the > entire DM_SERIAL migration (excluding SPL/TPL) we're actually nearly > there. This series first migrates PowerPC (and some NXP Layerscape > boards that share history more clearly with PowerPC parts), with the > biggest change being to make sure we still use the correct legacy > drivers in SPL/TPL (where SPL is extremely constrained). With that out > of the way, I looked at what was left. With two exceptions, it's > platforms which can be trivially enabled for conversion, and so we do > that. > > [...]
Applied to u-boot/next, thanks! [1/2] PowerPC / Layerscape: Finish migration to DM_SERIAL commit: 191b10ac70d7acfa9d5eda5bd5d3cb12f6c576fc [2/2] global: Convert almost all remaining non-DM_SERIAL users commit: b5321da5cc345049487ffce91bf1e6f3f10fdbfc -- Tom