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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CAF58C742BA for ; Fri, 12 Jul 2019 13:07:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 93DDE2080A for ; Fri, 12 Jul 2019 13:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562936868; bh=8J76JtIM5UW4BCsga1T8Xf5XDKop09AqspKP/Vk8ggU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=shwcB4ZxZ7Q1j9vx8nLQbIfA7mb9MdN9/BZ4cwdc6gc3OPpSQQKDyisYXK73Va0v1 80QMKQLLQUSgPE3q2AUpO472Kxtetj3T/CSngqtWtuclOATRgYBT0Nb0C0V+V1r744 9Jy2UDat4CFYO7O8Yht5cU42ocYBtvSIOiyi+nvQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727658AbfGLNHs (ORCPT ); Fri, 12 Jul 2019 09:07:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:56426 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727291AbfGLNHn (ORCPT ); Fri, 12 Jul 2019 09:07:43 -0400 Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8AD18216E3; Fri, 12 Jul 2019 13:07:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562936862; bh=8J76JtIM5UW4BCsga1T8Xf5XDKop09AqspKP/Vk8ggU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=XUPNPXY4lv03ZbwHL8wnKmXnCnfoDk2qK3bWro79xj67IUSK7OKAGvlhOqU7VYwjk mcTbX4Vq4+CDJx24I3iP7YIjLW0p3f24ZpXMTrs8ybfXqiQwUeHkKk3u2Ylm1hDBe9 H0F94uby5Z1sx44dAWNzYkj6CdShtLLOP7DcciMM= Received: by mail-qk1-f179.google.com with SMTP id m14so6274348qka.10; Fri, 12 Jul 2019 06:07:42 -0700 (PDT) X-Gm-Message-State: APjAAAWI/LzUL42Jn+/bVLeD+ohRgr4odvj4JSao01yLUvLT1+r/AGB0 zGiaXwhaqfMkzEmnoGZJz3vmFMcU932Ao7z9Xw== X-Google-Smtp-Source: APXvYqwPav7WNzk1nC8clhcOKZKa5N2Lh/bDVhexp0tydAW/XvWKuUtshKyZEaqfmvWDRKsvZut5biiZ/R7wYPtJ3pE= X-Received: by 2002:a05:620a:1447:: with SMTP id i7mr6365679qkl.254.1562936861782; Fri, 12 Jul 2019 06:07:41 -0700 (PDT) MIME-Version: 1.0 References: <20190711092158.14678-1-maxime.ripard@bootlin.com> <20190711092158.14678-3-maxime.ripard@bootlin.com> In-Reply-To: <20190711092158.14678-3-maxime.ripard@bootlin.com> From: Rob Herring Date: Fri, 12 Jul 2019 07:07:30 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 3/3] dt-bindings: dma: Convert Allwinner A31 and A64 DMA to a schema To: Maxime Ripard Cc: Mark Rutland , Frank Rowand , Vinod Koul , devicetree@vger.kernel.org, "open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM" , Chen-Yu Tsai , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: text/plain; charset="UTF-8" Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On Thu, Jul 11, 2019 at 3:36 AM Maxime Ripard wrote: > > The newer Allwinner SoCs have a DMA controller supported in Linux, with a > matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard > --- > .../dma/allwinner,sun50i-a64-dma.yaml | 88 +++++++++++++++++++ > .../bindings/dma/allwinner,sun6i-a31-dma.yaml | 62 +++++++++++++ > .../devicetree/bindings/dma/sun6i-dma.txt | 81 ----------------- > 3 files changed, 150 insertions(+), 81 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun6i-a31-dma.yaml > delete mode 100644 Documentation/devicetree/bindings/dma/sun6i-dma.txt Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 3/3] dt-bindings: dma: Convert Allwinner A31 and A64 DMA to a schema Date: Fri, 12 Jul 2019 07:07:30 -0600 Message-ID: References: <20190711092158.14678-1-maxime.ripard@bootlin.com> <20190711092158.14678-3-maxime.ripard@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190711092158.14678-3-maxime.ripard@bootlin.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Maxime Ripard Cc: Mark Rutland , devicetree@vger.kernel.org, Chen-Yu Tsai , Vinod Koul , "open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM" , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" List-Id: devicetree@vger.kernel.org On Thu, Jul 11, 2019 at 3:36 AM Maxime Ripard wrote: > > The newer Allwinner SoCs have a DMA controller supported in Linux, with a > matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard > --- > .../dma/allwinner,sun50i-a64-dma.yaml | 88 +++++++++++++++++++ > .../bindings/dma/allwinner,sun6i-a31-dma.yaml | 62 +++++++++++++ > .../devicetree/bindings/dma/sun6i-dma.txt | 81 ----------------- > 3 files changed, 150 insertions(+), 81 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun6i-a31-dma.yaml > delete mode 100644 Documentation/devicetree/bindings/dma/sun6i-dma.txt Reviewed-by: Rob Herring 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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6A95C742BA for ; Fri, 12 Jul 2019 13:07:51 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7BC7A2080A for ; Fri, 12 Jul 2019 13:07:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="u1FbaJ7j"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="XUPNPXY4" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7BC7A2080A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=qHuTC4PIqm7+280B5X7rwyFcus/aBytYxo/IAujnN2I=; b=u1FbaJ7jFRnCAb JpNtGujZkbV1AmcJRn3CLH4ocFe1jvXHZ81zyEnIW/ji6KfhydPFzNCihmcW4OIoNy2egqwuzJtvc GYgcnpJ1ZCQKqgay8YFkNcAJy3PJWnvWaHA5vzFOpqBKd0YFSv3XS3PL3eqbIMi64glhnc83A/f+s 5hMa1xq3qIL0cbgmS6YfpQcd8l7JQoKadRCm5Tp2kfPBFxvdHPZaevrb8iJ76jDZ903GxEa+1sWor ygHBhsjA1eESIQnpirW6x2zgN4o5A0e8S3B4+dlM1U4z2CdGjFj2KlMEwP8Zh87X+saMhKA5vrygb QUEEAd6hBVXM6cProJZQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hlvH9-0006IP-Gy; Fri, 12 Jul 2019 13:07:47 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hlvH4-0006He-UD for linux-arm-kernel@lists.infradead.org; Fri, 12 Jul 2019 13:07:44 +0000 Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 89318216C4 for ; Fri, 12 Jul 2019 13:07:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562936862; bh=8J76JtIM5UW4BCsga1T8Xf5XDKop09AqspKP/Vk8ggU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=XUPNPXY4lv03ZbwHL8wnKmXnCnfoDk2qK3bWro79xj67IUSK7OKAGvlhOqU7VYwjk mcTbX4Vq4+CDJx24I3iP7YIjLW0p3f24ZpXMTrs8ybfXqiQwUeHkKk3u2Ylm1hDBe9 H0F94uby5Z1sx44dAWNzYkj6CdShtLLOP7DcciMM= Received: by mail-qk1-f175.google.com with SMTP id g18so6316384qkl.3 for ; Fri, 12 Jul 2019 06:07:42 -0700 (PDT) X-Gm-Message-State: APjAAAWPC7uQXohXzH3lllaL9ZxqRRl9dU4KfbwcRbOKc2Dn8PDxgjfv heMe9l4P7+LAA8zq6O/Bn76T5EIwLTQenhtfLg== X-Google-Smtp-Source: APXvYqwPav7WNzk1nC8clhcOKZKa5N2Lh/bDVhexp0tydAW/XvWKuUtshKyZEaqfmvWDRKsvZut5biiZ/R7wYPtJ3pE= X-Received: by 2002:a05:620a:1447:: with SMTP id i7mr6365679qkl.254.1562936861782; Fri, 12 Jul 2019 06:07:41 -0700 (PDT) MIME-Version: 1.0 References: <20190711092158.14678-1-maxime.ripard@bootlin.com> <20190711092158.14678-3-maxime.ripard@bootlin.com> In-Reply-To: <20190711092158.14678-3-maxime.ripard@bootlin.com> From: Rob Herring Date: Fri, 12 Jul 2019 07:07:30 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 3/3] dt-bindings: dma: Convert Allwinner A31 and A64 DMA to a schema To: Maxime Ripard X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190712_060742_994173_13C46A12 X-CRM114-Status: GOOD ( 13.60 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Chen-Yu Tsai , Vinod Koul , "open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM" , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jul 11, 2019 at 3:36 AM Maxime Ripard wrote: > > The newer Allwinner SoCs have a DMA controller supported in Linux, with a > matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard > --- > .../dma/allwinner,sun50i-a64-dma.yaml | 88 +++++++++++++++++++ > .../bindings/dma/allwinner,sun6i-a31-dma.yaml | 62 +++++++++++++ > .../devicetree/bindings/dma/sun6i-dma.txt | 81 ----------------- > 3 files changed, 150 insertions(+), 81 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun6i-a31-dma.yaml > delete mode 100644 Documentation/devicetree/bindings/dma/sun6i-dma.txt Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel