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 71329C43334 for ; Sun, 12 Jun 2022 02:29: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=0vWgjI5Xvs6cm+3P7IjVxJUkjWNIDbUu44pGcIGm6cw=; b=akIC2CxHFLn8FF VIcHXyJC+HLC7/y/ociB2c7u7mJOJSyJ7ymb0hT9fQCDnyokAfaWdRzEM+xiAfw6+8KvMvLoUhrbB uP9R2k6+eDxuIKYdJg8QSxZRCjtkna2xkAhJq9JGmwEmTaQrMlKXCCJ7SC7iRMZCSMcVo6B8hMSCy xAEXd0v3QnrjekO5knH+/Y9osyXpHMQJ6/RS8igSi+qoSJ7qV0dHxLgvxnAG+l4CoW6AYAjqtGGFA 5njyGHB0pAxxwDTjWxChVg3gEfyKvWeOsNhcdMsKeBIa0v1h44K7qHyRDr+oH7457viZPnm4dv36m kv6JwQCT9nwjuJ/lS8cQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o0DKc-00FF2o-Kx; Sun, 12 Jun 2022 02:28:02 +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 1o0DKZ-00FF1n-Md for linux-arm-kernel@lists.infradead.org; Sun, 12 Jun 2022 02:28:01 +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 58FCAB80B3C; Sun, 12 Jun 2022 02:27:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B787C34116; Sun, 12 Jun 2022 02:27:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655000876; bh=K7ezTnzPO+4XQNX3x8S29NvyUEPPvYUDUxrNHyOeOVI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TLwipXQ2L0CeqRd2M19FRb4lWY1ZzsHmdAyB8xBK1JGvBi+FguVTAUnlIVvQstOam 8j546bp8fhwb6zTbmgH+hNMqIn1Nzc4WB4zaKpGLxlwPjOSNmmLaAlBF7OSHHmoV01 CSZ3oVCQMqVOl/ythHR2J9Vi869oiQvJ7NXUV6vXO2pGLbEMgE6Bxz0KAYYRKFIy0E Ow8BYee6D6RNJ5hmb5x1OttaK4j6UDDa/yD943iuc12kPB14ElNIHqVkKpuQFgmal3 iHZHpSUPsm1E+TFBKpsZkqhgsv40h8oxoyzAbsHf5OUVhlw+husahDBcJkGr69SGok VVcMRYE1X1L+w== Date: Sun, 12 Jun 2022 10:27:50 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: leoyang.li@nxp.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Peng Fan Subject: Re: [PATCH] arm64: dts: ls-10xx: use generic dma node name Message-ID: <20220612022750.GR254723@dragon> References: <20220526035449.4062846-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220526035449.4062846-1-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220611_192759_909663_C348EF85 X-CRM114-Status: UNSURE ( 8.58 ) 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 Thu, May 26, 2022 at 11:54:49AM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > dma-controller is preferred for dma node. > > Signed-off-by: Peng Fan Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel