Linux Serial subsystem development
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Moriis Ku <saumah@gmail.com>
Cc: linux-serial@vger.kernel.org, jason_lee@sunix.com,
	taian.chen@sunix.com, morris_ku@sunix.com, edward.lee@sunix.com
Subject: Re: [PATCH] SUNIX SDC serial port driver
Date: Fri, 25 Jun 2021 11:36:49 +0200	[thread overview]
Message-ID: <YNWjsVNEIiL+Zi0O@kroah.com> (raw)
In-Reply-To: <20210625092952.12601-1-saumah@gmail.com>

On Fri, Jun 25, 2021 at 05:29:52PM +0800, Moriis Ku wrote:
> From: Morris Ku <saumah@gmail.com>
> 
> Add support for SUNIX SDC serial port
> 
> Cc: Jason Lee <jason_lee@sunix.com>
> Cc: Taian Chen <taian.chen@sunix.com>
> Cc: Morris Ku <morris_ku@sunix.com>
> Cc: Edward Lee <Edward.lee@sunix.com>
> Signed-off-by: Morris Ku <saumah@gmail.com>
> ---
>  Kconfig | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/Kconfig b/Kconfig
> index 603137d..e440760 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -518,3 +518,18 @@ config SERIAL_OF_PLATFORM
>  	  are probed through devicetree, including Open Firmware based
>  	  PowerPC systems and embedded systems on architectures using the
>  	  flattened device tree format.
> +
> +config SERIAL_8250_SDC
> +	tristate "SUNIX SDC serial port support"
> +	depends on SERIAL_8250 && MFD_SUNIX_SDC
> +	help
> +	  Support for SUNIX SDC serial port.
> +
> +config SERIAL_OF_PLATFORM
> +	tristate "Devicetree based probing for 8250 ports"
> +	depends on SERIAL_8250 && OF
> +	help
> +	  This option is used for all 8250 compatible serial ports that
> +	  are probed through devicetree, including Open Firmware based
> +	  PowerPC systems and embedded systems on architectures using the
> +	  flattened device tree format.

Why did you duplicate this last entry again?

Did you test this?

thanks,

greg k-h

  reply	other threads:[~2021-06-25  9:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-25  9:29 [PATCH] SUNIX SDC serial port driver Moriis Ku
2021-06-25  9:36 ` Greg KH [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-25  9:30 Moriis Ku
2021-06-25  9:37 ` Greg KH
2021-06-25  9:29 Moriis Ku
2021-06-25  9:36 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YNWjsVNEIiL+Zi0O@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=edward.lee@sunix.com \
    --cc=jason_lee@sunix.com \
    --cc=linux-serial@vger.kernel.org \
    --cc=morris_ku@sunix.com \
    --cc=saumah@gmail.com \
    --cc=taian.chen@sunix.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox