Re: [PATCH v3] serial: 8250_of: clear stuck empty-FIFO RX-timeout on LPC32xx

Ryan Wilbur <[email protected]> Thu, 30 Jul 2026 15:50:42 -0300
Newsgroups gmane.linux.serial,gmane.linux.kernel,gmane.linux.kernel.stable
Message-ID <[email protected]>
> This breaks the build :(

Thanks, and sorry. It slipped by because my build had
CONFIG_SERIAL_OF_PLATFORM=y, so modpost never flagged the missing
namespace import. v4 will add MODULE_IMPORT_NS("SERIAL_8250") (as 8250_dw.c
does), I'll send it once I've confirmed the modular build.