Re: [PATCH] MEDIATEK: serial: 8250_mtk: Add ACPI support
From: Zhiyong Tao (陶志勇) <hidden>
Date: 2026-03-18 12:12:45
Also in:
linux-mediatek, linux-serial, lkml
From: Zhiyong Tao (陶志勇) <hidden>
Date: 2026-03-18 12:12:45
Also in:
linux-mediatek, linux-serial, lkml
On Wed, 2026-01-21 at 14:23 +0800, Zhiyong Tao wrote:
On Tue, 2026-01-06 at 11:02 +0100, Greg KH wrote:quoted
On Mon, Jan 05, 2026 at 10:39:55AM +0800, Zhiyong Tao wrote:quoted
From: "Zhiyong.Tao" <redacted> Add ACPI support to 8250_mtk driver. This makes it possible to use UART on ARM-based desktops with EDK2 UEFI firmware. Signed-off-by: Yenchia Chen <redacted> Signed-off-by: Zhiyong.Tao <redacted> --- drivers/tty/serial/8250/8250_mtk.c | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-)This is a resend of the previous version, right? Or did something change? confused, greg k-h==> Hi Greg, Yes, previously Yenchia Chen helped to send out a version. Currently, this solution is specifically for the GB10 project and was made to support Windows ACPI settings. In actual application scenarios, the apdma clk will not be turned off in normal mode. It is only turned off in the SSPM microprocessor after entering standby, and when resuming, the apdma clk is re-enabled by SSPM. As for other Linux projects, apdma still uses the DTS node. Thanks
Hi Greg, Do you have other suggestion for this? Thanks