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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B4C1BC77B7A for ; Tue, 13 Jun 2023 10:28:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DbD5aPOiU9fGBEm8u4MDpCVA/16Wlmb/zty6QxHjHXc=; b=dg3/SpV589t2mD 6verAMnkCIKFNQ4Ck6lcHoJxp8HzRkVIwXVygBpvvYXMzexFOvj4rlDPwyQVpZHVoCfrfiU9y3ZSM 75uHEsCGSdB46rQMP0eNv7v2vwfH4RYBsLV5MlR8Ap8PQqycjVEDOPN4Vx9iO2jyBixE+i7Rjc7F+ KYm19xIOUDwnb2W1DxRCIVnrxNlq4TtgWAU4DTZVaoUXhTTA6sLiSsRERnkm1VnYosIr6pHQ0NlHX o/Dfk+z3oa5VyPEuprF0rgAzOBM5P8qZ4TuTGs6Uq9ruULJqZfnkVOnVqRVdV5Nnaqg4qNe5N7PS/ 9BrlRLAJobijLJLsjO4A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q91G2-007egS-16; Tue, 13 Jun 2023 10:28:14 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q91G0-007efa-04 for linux-arm-kernel@lists.infradead.org; Tue, 13 Jun 2023 10:28:13 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D4E1D6112D; Tue, 13 Jun 2023 10:28:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC559C433EF; Tue, 13 Jun 2023 10:28:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1686652090; bh=hwhRVY/U8OOY9aUuR5CfYMofJxlb/LPcsEErTaZj9DE=; h=Date:From:To:List-Id:Cc:Subject:References:In-Reply-To:From; b=wvaxvHobJCTvf4R/mqOl5LiBcHZVvAu5NG5I5fvpRDvhU263ik5r7AhPwzhY9KhLd wYV2l3z935Mln7+6ZqhppEaND5Fdy6HeUj2l0j+5Rqw6GwZo3bsc0LFKw16GDDFpqs xWrHt7pVqlTSLX+47TPTC54csg68JYgGuIrEegCU= Date: Tue, 13 Jun 2023 12:28:07 +0200 From: Greg KH To: Jacky Huang Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, lee@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, p.zabel@pengutronix.de, jirislaby@kernel.org, tmaimon77@gmail.com, catalin.marinas@arm.com, will@kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, arnd@arndb.de, soc@kernel.org, schung@nuvoton.com, mjchen@nuvoton.com, Jacky Huang Subject: Re: [PATCH v14 1/1] tty: serial: Add Nuvoton ma35d1 serial driver support Message-ID: <2023061338-lunchbox-snorkel-e6a9@gregkh> References: <20230612025355.547871-1-ychuang570808@gmail.com> <20230612025355.547871-2-ychuang570808@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230612025355.547871-2-ychuang570808@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230613_032812_120553_712A8E72 X-CRM114-Status: GOOD ( 12.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jun 12, 2023 at 02:53:55AM +0000, Jacky Huang wrote: > From: Jacky Huang > > This adds UART and console driver for Nuvoton ma35d1 Soc. > It supports full-duplex communication, FIFO control, and > hardware flow control. You get a full 72 columns for your changelog :) > --- a/include/uapi/linux/serial_core.h > +++ b/include/uapi/linux/serial_core.h > @@ -279,4 +279,7 @@ > /* Sunplus UART */ > #define PORT_SUNPLUS 123 > > +/* Nuvoton MA35 SoC */ > +#define PORT_MA35 124 > + Why is this change needed? What userspace code is going to rely on it? thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel