All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Moriis Ku <saumah@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 8250: Add SUNIX SDC series uart driver
Date: Fri, 14 May 2021 13:50:00 +0200	[thread overview]
Message-ID: <YJ5j6DKJdAVrWUvV@kroah.com> (raw)
In-Reply-To: <20210514113908.5121-1-saumah@gmail.com>

On Fri, May 14, 2021 at 07:39:08PM +0800, Moriis Ku wrote:
> From: Morris Ku <saumah@gmail.com>
> 
> Add SUNIX SDC series uart driver
> 
> Signed-off-by: Morris Ku <saumah@gmail.com>
> ---
>  Kconfig | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Kconfig b/Kconfig
> index 7ef60f8..3a68ef4 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -217,6 +217,12 @@ config SERIAL_8250_MANY_PORTS
>  	  say N here to save some memory. You can also say Y if you have an
>  	  "intelligent" multiport card such as Cyclades, Digiboards, etc.
>  
> +config SERIAL_8250_SDC
> +	tristate "SUNIX SDC serial port support"
> +	depends on SERIAL_8250 && MFD_SUNIX_SDC
> +	help
> +	  Support for SUNIX SDC serial port.
> +
>  #
>  # Multi-port serial cards
>  #
> -- 
> 2.20.1
> 

I think you forgot the rest of the patch :(

Also please make your patches at the "root" of the kernel tree, this is
in the wrong location.

thanks,

greg k-h

  reply	other threads:[~2021-05-14 11:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-14 11:39 [PATCH] 8250: Add SUNIX SDC series uart driver Moriis Ku
2021-05-14 11:50 ` Greg KH [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-14 11:45 [PATCH] 8250:Add " Moriis Ku
2021-05-14 11:53 ` Greg KH
2021-05-14 11:51 Moriis Ku
2021-05-14 11:56 ` 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=YJ5j6DKJdAVrWUvV@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=saumah@gmail.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 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.