Re: [PATCH] SUNIX SDC serial port driver
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-06-25 09:36:28
On Fri, Jun 25, 2021 at 05:29:16PM +0800, Moriis Ku wrote:
quoted hunk ↗ jump to hunk
From: Morris Ku <redacted> Add support for SUNIX SDC serial port Cc: Jason Lee <redacted> Cc: Taian Chen <redacted> Cc: Morris Ku <redacted> Cc: Edward Lee <redacted> Signed-off-by: Morris Ku <redacted> --- Makefile | 2 ++ 1 file changed, 2 insertions(+)diff --git a/Makefile b/Makefile index a8bfb65..4dbe94c 100644 --- a/Makefile +++ b/Makefile@@ -39,5 +39,7 @@ obj-$(CONFIG_SERIAL_8250_MID) += 8250_mid.o obj-$(CONFIG_SERIAL_8250_PXA) += 8250_pxa.o obj-$(CONFIG_SERIAL_8250_TEGRA) += 8250_tegra.o obj-$(CONFIG_SERIAL_OF_PLATFORM) += 8250_of.o +obj-$(CONFIG_SERIAL_8250_SDC) += 8250_sdc.o +obj-$(CONFIG_SERIAL_OF_PLATFORM) += 8250_of.o
Why did you add this last line again? And you sent multiple emails with identical subject lines, yet they did totally different things. Please fix up and properly send a patch series that is numbered as is documented. thanks, greg k-h