2021-05-14 11:41:00

by Moriis Ku

[permalink] [raw]
Subject: [PATCH] 8250: Add SUNIX SDC series uart driver

From: Morris Ku <[email protected]>

Add SUNIX SDC series uart driver

Signed-off-by: Morris Ku <[email protected]>
---
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



2021-05-14 11:51:42

by Greg Kroah-Hartman

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

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