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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 13FDCC0651F for ; Thu, 4 Jul 2019 13:53:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DCF002189E for ; Thu, 4 Jul 2019 13:53:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562248413; bh=mecZjwh3Y89aOPTjx4iFFL4wJwUA+rb6dpnDwYt/0/I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=r3GP3IznyDnodIETSDniihaXqEFYYzzQ2b2jB5POhbAxMbYxfcGWzNQQCyPuE1QFZ PvN1YHEyR/ct0dCaPIH3cRsT1HP2OTckMo9NBghfvmH7Vglh7/EFS/YVdRDkgh7WZz WVN4s6vmcfzpjILf0HIbkZoNrx7jAJwPh1tGg+RM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727313AbfGDNxc (ORCPT ); Thu, 4 Jul 2019 09:53:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:59016 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727026AbfGDNxc (ORCPT ); Thu, 4 Jul 2019 09:53:32 -0400 Received: from localhost (unknown [89.205.128.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 285AE21852; Thu, 4 Jul 2019 13:53:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562248411; bh=mecZjwh3Y89aOPTjx4iFFL4wJwUA+rb6dpnDwYt/0/I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XK9LOPv1ZgpIW+3zZD6azf/8CzfDRdzGsySHQiqFXxWVUcx8EuZwDW1mlf1+ywByb IfiE5HJmHTFOoWc6Xmhr8z5J+Kz0OEsDRvfloTGhpZt/tB03zSnsrR48QKCtDooowc gYxudayXSvGCXB6kWDP1PFoLEMmeWOTm3iwgYBxs= Date: Thu, 4 Jul 2019 15:53:27 +0200 From: Greg KH To: fugang.duan@nxp.com Cc: linux-serial@vger.kernel.org, jslaby@suse.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, u.kleine-koenig@pengutronix.de, daniel.baluta@nxp.com Subject: Re: [PATCH RESEND tty/serial 1/1] tty: serial: fsl_lpuart: add imx8qxp support Message-ID: <20190704135327.GA27565@kroah.com> References: <20190704134007.2316-1-fugang.duan@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190704134007.2316-1-fugang.duan@nxp.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 04, 2019 at 09:40:07PM +0800, fugang.duan@nxp.com wrote: > From: Fugang Duan > > The lpuart of imx8ulp is basically the same as imx7ulp, but it > has new feature support based on imx7ulp, like it can assert a > DMA request on EOP(end-of-packet). imx8ulp lpuart use two clocks, > one is ipg bus clock that is used to access registers, the other > is baud clock that is used to transmit-receive data. > > Signed-off-by: Fugang Duan > --- > drivers/tty/serial/fsl_lpuart.c | 106 ++++++++++++++++++++++++++++++++-------- > 1 file changed, 86 insertions(+), 20 deletions(-) You need to list what changed from the last version below the --- line. Anyway, I'll take this as-is, next time :) thanks, greg k-h