From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19E90C43460 for ; Fri, 14 May 2021 11:50:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC3206145B for ; Fri, 14 May 2021 11:50:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232577AbhENLvQ (ORCPT ); Fri, 14 May 2021 07:51:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:32784 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbhENLvO (ORCPT ); Fri, 14 May 2021 07:51:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2C8C361408; Fri, 14 May 2021 11:50:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620993002; bh=agN8USl6C0iQcigeQTMmrOK5X5NceXqaAkt80DJ+tvE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QBbclD2lObdWCvRXCprTdisj9Hw029DaTalyF7o2T+3pfBoNIlgMuHqU49E+DryMC T68+fvXqXNGUxf1WvI001Q+sI7OAr5EhbuXWykm1DhOcyIIBNRyXa1seef1QsS0Ghv oRGxHricxrRk/zCcZwLE/RZCEsz4CVQgRUX6Vnns= Date: Fri, 14 May 2021 13:50:00 +0200 From: Greg KH To: Moriis Ku Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] 8250: Add SUNIX SDC series uart driver Message-ID: References: <20210514113908.5121-1-saumah@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210514113908.5121-1-saumah@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 14, 2021 at 07:39:08PM +0800, Moriis Ku wrote: > From: Morris Ku > > Add SUNIX SDC series uart driver > > Signed-off-by: Morris Ku > --- > 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