]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tty: serial: imx: Add missing wakeup event reporting
authorSherry Sun <sherry.sun@nxp.com>
Thu, 2 Oct 2025 04:52:59 +0000 (12:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Oct 2025 10:06:35 +0000 (12:06 +0200)
commit0cfadf4bcd283de6d5cb06748dfb1d65e993dbf9
treec6c377ef08f0623a6d026c0134dc235dccdcc5ef
parentd55f3d2375ceeb08330d30f1e08196993c0b6583
tty: serial: imx: Add missing wakeup event reporting

Current imx uart wakeup event would not report itself as wakeup source
through sysfs. Add pm_wakeup_event() to support it.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20251002045259.2725461-3-sherry.sun@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/imx.c