All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] fsl_lpuart: add some new features for lpuart driver
@ 2022-11-10 11:38 Sherry Sun
  2022-11-10 11:38 ` [PATCH V2 1/3] tty: serial: fsl_lpuart: enable wakeup source for lpuart Sherry Sun
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sherry Sun @ 2022-11-10 11:38 UTC (permalink / raw)
  To: gregkh, jirislaby, ilpo.jarvinen; +Cc: linux-serial, linux-kernel, linux-imx

The patches have added the wakeup source support for lpuart, and enable the
runtime pm for lpuart driver. Also use pm_ptr() to avoid need to make pm
__maybe_unused.

It has been tested on imx8ulp-evk board, and the two new features can work well.

Sherry Sun (3):
  tty: serial: fsl_lpuart: enable wakeup source for lpuart
  tty: serial: fsl_lpuart: Add runtime pm support
  tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm
    __maybe_unused

 drivers/tty/serial/fsl_lpuart.c | 343 ++++++++++++++++++++++++--------
 1 file changed, 261 insertions(+), 82 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-10 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 11:38 [PATCH V2 0/3] fsl_lpuart: add some new features for lpuart driver Sherry Sun
2022-11-10 11:38 ` [PATCH V2 1/3] tty: serial: fsl_lpuart: enable wakeup source for lpuart Sherry Sun
2022-11-10 11:38 ` [PATCH V2 2/3] tty: serial: fsl_lpuart: Add runtime pm support Sherry Sun
2022-11-10 11:38 ` [PATCH V2 3/3] tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unused Sherry Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.