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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9F61C4332F for ; Tue, 22 Nov 2022 16:56:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234333AbiKVQ4w (ORCPT ); Tue, 22 Nov 2022 11:56:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231519AbiKVQ4w (ORCPT ); Tue, 22 Nov 2022 11:56:52 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61644701B8; Tue, 22 Nov 2022 08:56:51 -0800 (PST) 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 ED37B617C7; Tue, 22 Nov 2022 16:56:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E73E7C433C1; Tue, 22 Nov 2022 16:56:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669136210; bh=sDFTGUjsPKcXyILYLrgWvafvMUJ4sD7Xkzve8rezIsM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k3vhVNkhY6AtC53wfTC29QY7EKPYhiGnVGiCXL/UVJ4wyWRlY6Efgn1A32tcS9jDE sVuz4kfY0rm6Y/yVHiKnCjbxA0Wt3ALVb1sj4DiDYtI97z2PEwalhYBXcVaQ7DR1hh T4de2LzzagHaCuhUpvPizOX7Ikxt0VUE4bs1nU9Y= Date: Tue, 22 Nov 2022 17:56:47 +0100 From: Greg KH To: Sherry Sun Cc: jirislaby@kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-imx@nxp.com Subject: Re: [PATCH] tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API Message-ID: References: <20221117102705.13287-1-sherry.sun@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221117102705.13287-1-sherry.sun@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Thu, Nov 17, 2022 at 06:27:05PM +0800, Sherry Sun wrote: > Convert dmaengine_terminate_all() calls to synchronous and asynchronous > versions where appropriate. > > Signed-off-by: Sherry Sun > --- > drivers/tty/serial/fsl_lpuart.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > Fails to apply to my tree :( Please rebase and resend. thanks, greg k-h