linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency
@ 2022-08-02 10:16 Sherry Sun
  2022-08-15  8:03 ` Sherry Sun
  0 siblings, 1 reply; 3+ messages in thread
From: Sherry Sun @ 2022-08-02 10:16 UTC (permalink / raw)
  To: gregkh, jirislaby; +Cc: linux-serial, linux-kernel, linux-imx, jindong.yue

From: Jindong Yue <jindong.yue@nxp.com>

Remove the limitation of SERIAL_FSL_LPUART=y,
as we may need enable this console while SERIAL_FSL_LPUART=m.

Signed-off-by: Jindong Yue <jindong.yue@nxp.com>
Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
---
 drivers/tty/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 877173907c53..a18dd525e42b 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1325,7 +1325,7 @@ config SERIAL_FSL_LPUART
 
 config SERIAL_FSL_LPUART_CONSOLE
 	bool "Console on Freescale lpuart serial port"
-	depends on SERIAL_FSL_LPUART=y
+	depends on SERIAL_FSL_LPUART
 	select SERIAL_CORE_CONSOLE
 	select SERIAL_EARLYCON
 	help
-- 
2.17.1


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

* RE: [PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency
  2022-08-02 10:16 [PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency Sherry Sun
@ 2022-08-15  8:03 ` Sherry Sun
  2022-08-15  8:09   ` gregkh
  0 siblings, 1 reply; 3+ messages in thread
From: Sherry Sun @ 2022-08-15  8:03 UTC (permalink / raw)
  To: gregkh, jirislaby; +Cc: linux-serial, linux-kernel, dl-linux-imx, J.D. Yue

Gentle ping...

Best regards
Sherry

> -----Original Message-----
> From: Sherry Sun
> Sent: 2022年8月2日 18:18
> To: gregkh@linuxfoundation.org; jirislaby@kernel.org
> Cc: linux-serial@vger.kernel.org; linux-kernel@vger.kernel.org; dl-linux-imx
> <linux-imx@nxp.com>; J.D. Yue <jindong.yue@nxp.com>
> Subject: [PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE
> config dependency
> 
> From: Jindong Yue <jindong.yue@nxp.com>
> 
> Remove the limitation of SERIAL_FSL_LPUART=y, as we may need enable this
> console while SERIAL_FSL_LPUART=m.
> 
> Signed-off-by: Jindong Yue <jindong.yue@nxp.com>
> Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
> ---
>  drivers/tty/serial/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index
> 877173907c53..a18dd525e42b 100644
> --- a/drivers/tty/serial/Kconfig
> +++ b/drivers/tty/serial/Kconfig
> @@ -1325,7 +1325,7 @@ config SERIAL_FSL_LPUART
> 
>  config SERIAL_FSL_LPUART_CONSOLE
>  	bool "Console on Freescale lpuart serial port"
> -	depends on SERIAL_FSL_LPUART=y
> +	depends on SERIAL_FSL_LPUART
>  	select SERIAL_CORE_CONSOLE
>  	select SERIAL_EARLYCON
>  	help
> --
> 2.17.1


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

* Re: [PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency
  2022-08-15  8:03 ` Sherry Sun
@ 2022-08-15  8:09   ` gregkh
  0 siblings, 0 replies; 3+ messages in thread
From: gregkh @ 2022-08-15  8:09 UTC (permalink / raw)
  To: Sherry Sun; +Cc: jirislaby, linux-serial, linux-kernel, dl-linux-imx, J.D. Yue


A: http://en.wikipedia.org/wiki/Top_post
Q: Were do I find info about this thing called top-posting?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

A: No.
Q: Should I include quotations after my reply?

http://daringfireball.net/2007/07/on_top

On Mon, Aug 15, 2022 at 08:03:55AM +0000, Sherry Sun wrote:
> Gentle ping...

The merge window closed just a few hours ago, and I have over 1500+
patches to now review in my queue.  Please relax, there is no rush here.

To make things easier for me, please take the time to review other
serial patches that were submitted during this time on the list so as to
make my load lighter.  Otherwise you are asking others to do tasks you
don't even want to do, and I do not think you mean to do that.

thanks,

greg k-h

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

end of thread, other threads:[~2022-08-15  8:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02 10:16 [PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency Sherry Sun
2022-08-15  8:03 ` Sherry Sun
2022-08-15  8:09   ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).