Re: [PATCH] 8250: Add SUNIX SDC series uart driver

From: Greg KH
Date: Fri May 14 2021 - 07:50:07 EST


On Fri, May 14, 2021 at 07:39:08PM +0800, Moriis Ku wrote:
> From: Morris Ku <saumah@xxxxxxxxx>
>
> Add SUNIX SDC series uart driver
>
> Signed-off-by: Morris Ku <saumah@xxxxxxxxx>
> ---
> 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