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 01D86C43334 for ; Fri, 1 Jul 2022 16:36:44 +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=1HwWPXG3BWM1q8FKlxQ/zJNrhp0HrlifDdQEwjHWAAA=; b=xKLD9TzdJ95Nrz 8yf0vAUzUIO1n7nIYqu3+XN4kggGvhRw6spMNKXqY8lGM17bshkKSBHNUAmXLVPLhbqbHyvcjYxbD WMUSwDBLAJIR9rdwDWhXqMYiaUdIuqzvPmeV2QTk0u7syiEH6Jd386gcpOdX1NjA0ngIM4ohLddk+ 86Ty8wkbGh1mAIvKEixzqcwcu51wjwalUVpDzcGJ3bH3LRBMuwpy98lkLYM6ebbdOUPwzdqKlT6zy Jvoy03KXw+LVI+byMYxDe8OkFo6XdjI1RjiIDSOdHDcmhncIQ3rTqhVH8PQdUdRbN7pDPTIHr6Nmr htQJy8HiIH8e8Wkfzhaw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7JcW-0061Te-MF; Fri, 01 Jul 2022 16:35:52 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7JcT-0061SO-CF for linux-arm-kernel@lists.infradead.org; Fri, 01 Jul 2022 16:35:50 +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 dfw.source.kernel.org (Postfix) with ESMTPS id B668B62574; 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-Disposition: inline In-Reply-To: <20220620020002.3966343-1-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220701_093549_492829_2B4980F9 X-CRM114-Status: UNSURE ( 7.73 ) 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 20-06-22, 10:00, Peng Fan (OSS) wrote: > From: Peng Fan > > Convert the eDMA controller binding to DT schema. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel