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 3B0CFC433EF for ; Sun, 24 Apr 2022 13:36:04 +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=tRXUbLS1Kyz3P34R3d3oxDPrtZwufzVNY8rBUKOIx+c=; b=iqkCpcsoQa0EeA ssD+3IZhTUCBr658atsptLBBBZc7L4ojnKPYKISyLGa6IgWTj0ixdA3Jk1cGQaPzdnRod3UH9KNqv 0N8PWsaUAa057pMV3nOcrIeqq3hG/oe9IYpRvdF8YzTGyHMit7lC9Zsti3QmFiT6ZGZvKeZIYBg2c xqRDSsNYGIRqhWPSDKVVfGGZtNUFwIkk2eoRl0gz4Ee7xifBBCm/SmgSny7C/mEIJpPflmsHvZLAV Y54zhm2cUnXf/uf201rRJgHFmDIX9wGH1BVTE+OI2bQOIc4BvwE9ZTqtpaP1WzK/V/PX7/74LcpVd +tM2rgTcv+cJlKAKs6Pg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nicNi-006fhe-CT; Sun, 24 Apr 2022 13:34:30 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nicNf-006fhF-Ev for linux-arm-kernel@lists.infradead.org; Sun, 24 Apr 2022 13:34:28 +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 ams.source.kernel.org (Postfix) with ESMTPS id AEFACB80E01; Sun, 24 Apr 2022 13:34:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCA11C385A7; Sun, 24 Apr 2022 13:34:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650807264; bh=jmnmnzVrqFkLeK3A4gJgGOaRnzWk4vsGXclPVKsGRaQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DcOhTCSlwbIIQ5/3wIGp+i8hl57CRGM3dXzbtEF8qm84mAMHZxthYRSJvA/ms9WpN Hq+ftCyhpeMubi23salBpCAGtyXc0wonSDxOTm76GTFQwPwZwmhbJilbe1GpDAnBXU M7/86R0Ipt/oE1GzzCNraLAACPkDR2Vp1sCZo4ukEfvcnq1HTj/YBYzJdUIBNOs8f0 8jgQRdm5HLvwbBzgC5rXCY9JPnEP2DPMZTfR64d4RfpRC2hu9ikRTgvE84a7v31KNe FfxUYx8xilB1tLKKEV1WlrdTlnYUJdrvUGfFPRy8L7fD+z8DUvpsWv3oyzCMz7cqOZ VZJT6fbisLs0A== Date: Sun, 24 Apr 2022 21:34:19 +0800 From: Shawn Guo To: Alexander Shiyan Cc: linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/5] ARM: dts: imx51: Add generic DMA bindings for UART nodes Message-ID: <20220424133419.GF988429@dragon> References: <20220420081206.65083-1-eagle.alexander923@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220420081206.65083-1-eagle.alexander923@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220424_063427_695785_87003E20 X-CRM114-Status: UNSURE ( 9.25 ) X-CRM114-Notice: Please train this message. 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 Wed, Apr 20, 2022 at 11:12:02AM +0300, Alexander Shiyan wrote: > Updates UART nodes to adopt generic DMA bindings. > > Signed-off-by: Alexander Shiyan Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel