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 61249C433EF for ; Fri, 1 Jul 2022 16:35:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231812AbiGAQfu (ORCPT ); Fri, 1 Jul 2022 12:35:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229845AbiGAQft (ORCPT ); Fri, 1 Jul 2022 12:35:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 248F03FBC7; Fri, 1 Jul 2022 09:35:49 -0700 (PDT) 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 B66B76257C; Fri, 1 Jul 2022 16:35:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4649BC3411E; Fri, 1 Jul 2022 16:35:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656693348; bh=TZguSwspOIt4L4Wa6O3+ebRs84Ga2Xv/b+fie/Hie2s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jcvK0Ldow7LDexUk8ieNY0llvi2exbIYdrUpM78qMbmzstn6SAW+ViMy/zzwMOuOa N1bK3FIBpRiyftr9KKHg9mINAMuFf4CGBF0/BJPJ7JgyZo8DueQV9Kr03cTZc8gea3 ZCBOuWobVfY0ngl5lrpJd18uR4nxQhat0S9F2+/0cOHfX98PUpElWYiNAmkUXZ3Gdd LhxrBaaUxGYnLxskaEYsj9hzFWDGrjNcmf9PpUxOP7ZmkzndmyRCauSehsHbTKRwRf twHfomBcSc/cSnxUKUQGnmlMR5CRR60wq0ZDWDVxtOR6gxPmt/iODYTLYo/BjRLiTe ekyR5X6EftWYg== Date: Fri, 1 Jul 2022 22:05:42 +0530 From: Vinod Koul To: "Peng Fan (OSS)" Cc: dmaengine@vger.kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, joy.zou@nxp.com, Peng Fan , Krzysztof Kozlowski Subject: Re: [PATCH V4] dt-bindings: dma: fsl-edma: Convert to DT schema Message-ID: References: <20220620020002.3966343-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220620020002.3966343-1-peng.fan@oss.nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 20-06-22, 10:00, Peng Fan (OSS) wrote: > From: Peng Fan > > Convert the eDMA controller binding to DT schema. Applied, thanks -- ~Vinod