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,URIBL_BLOCKED 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 D18A2C742BA for ; Fri, 12 Jul 2019 13:09:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A4E0B2080A for ; Fri, 12 Jul 2019 13:09:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562936956; bh=W6YIjaFSzzjtMDBKWJodMGbfMMX0VBoh4+APVLIt+SA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=EjKY6ntnTrMJc67R9beOGzIBomDab/+h+TXcwnURs8FJ4k9n8a6HYwIoF+LO20lbi cUxIlPWk4AaJ2qLcVr3B675wnjFSK44vCUaNuwBMqXLTTswLypTUKuqPEjo2s2GE7z RVe5gKrUxXQLmkJ7AP4E3uhd3jV/Im6VJ95R4i3E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727196AbfGLNJQ (ORCPT ); Fri, 12 Jul 2019 09:09:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:57628 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727157AbfGLNJQ (ORCPT ); Fri, 12 Jul 2019 09:09:16 -0400 Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) (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 DF126216B7; Fri, 12 Jul 2019 13:09:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562936955; bh=W6YIjaFSzzjtMDBKWJodMGbfMMX0VBoh4+APVLIt+SA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=vUVTFwqC/zGAaW1/n5WXHjBkKD5Ypuvc083w2flxQ9TarX9sAG9ByX+2dIPw1VnBQ /YYcR5XF85+qqJPxwWh9K7AmlV/l9CLUb3ty/1nToUwE0YKacb3+faHzp4yrfjm+yu HU5arit/ux127/xK/l9dqc7i4fVFk64VHicdMbxY= Received: by mail-qk1-f181.google.com with SMTP id d79so6278170qke.11; Fri, 12 Jul 2019 06:09:14 -0700 (PDT) X-Gm-Message-State: APjAAAWdF1OuTrpILhsv1LzlregNF6q2n/h4SWk4ZIYmEVq+NwJpsZY2 ASu1pcKFHEkkSUIgAzddKf+nUc53OhCWWHCZdA== X-Google-Smtp-Source: APXvYqwjdoQwR8x8UTFOyyGiPA50uzJD5f6PGF0aB6Ty2QtFOm2DGDacJSD7J67xZOfZmZOUg59B3SH4VdFNnGwzYkM= X-Received: by 2002:a37:a010:: with SMTP id j16mr6412048qke.152.1562936954182; Fri, 12 Jul 2019 06:09:14 -0700 (PDT) MIME-Version: 1.0 References: <20190711092158.14678-1-maxime.ripard@bootlin.com> <20190711092158.14678-2-maxime.ripard@bootlin.com> In-Reply-To: <20190711092158.14678-2-maxime.ripard@bootlin.com> From: Rob Herring Date: Fri, 12 Jul 2019 07:09:02 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 2/3] dt-bindings: dma: Convert Allwinner A10 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 older 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 > --- > .../bindings/dma/allwinner,sun4i-a10-dma.yaml | 55 +++++++++++++++++++ > .../devicetree/bindings/dma/sun4i-dma.txt | 45 --------------- > 2 files changed, 55 insertions(+), 45 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun4i-a10-dma.yaml > delete mode 100644 Documentation/devicetree/bindings/dma/sun4i-dma.txt Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 2/3] dt-bindings: dma: Convert Allwinner A10 DMA to a schema Date: Fri, 12 Jul 2019 07:09:02 -0600 Message-ID: References: <20190711092158.14678-1-maxime.ripard@bootlin.com> <20190711092158.14678-2-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-2-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 older 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 > --- > .../bindings/dma/allwinner,sun4i-a10-dma.yaml | 55 +++++++++++++++++++ > .../devicetree/bindings/dma/sun4i-dma.txt | 45 --------------- > 2 files changed, 55 insertions(+), 45 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun4i-a10-dma.yaml > delete mode 100644 Documentation/devicetree/bindings/dma/sun4i-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, URIBL_BLOCKED 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 6B43CC742BD for ; Fri, 12 Jul 2019 13:09:19 +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 44C4C208E4 for ; Fri, 12 Jul 2019 13:09:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pQp5TUrY"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="vUVTFwqC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 44C4C208E4 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=bMkVMUoFrMZnG71Ikdd17AbO27vNyjWVCnDU8Xolwz8=; b=pQp5TUrY3SOaTw OWHCvZTK0oQm8Y35TJWhV7qlUXDhymUUauCzWGBpngp1dO9EiDRDqiurBUdyAuZITjjT3qKylMBIc Es+sSE5er5jOVMXK7+1b7fn05wsdBi8YVTUOJyBrh/mJIEui0DmjWm995ahJUvakZjOGr8gApPdbK H5wmLTVashEbn/DI4Ab9xMQrdaCqy7HTej89vWyHozuilASeBLal/m22SR/Qn3oysWsHy+5VukVmZ Y5wWwu+qfv3hAgTwsICVOunRCDGKl5Mi0c9e2rvo+iaOlT+2HbQ3T+rY6H0+n6U67uNG/mnckE+NJ WVsVsHgUpYVHdD5mllUQ==; 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 1hlvIc-00078R-Fe; Fri, 12 Jul 2019 13:09:18 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hlvIZ-00077m-8u for linux-arm-kernel@lists.infradead.org; Fri, 12 Jul 2019 13:09:16 +0000 Received: from mail-qk1-f173.google.com (mail-qk1-f173.google.com [209.85.222.173]) (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 DFC9E216C4 for ; Fri, 12 Jul 2019 13:09:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562936955; bh=W6YIjaFSzzjtMDBKWJodMGbfMMX0VBoh4+APVLIt+SA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=vUVTFwqC/zGAaW1/n5WXHjBkKD5Ypuvc083w2flxQ9TarX9sAG9ByX+2dIPw1VnBQ /YYcR5XF85+qqJPxwWh9K7AmlV/l9CLUb3ty/1nToUwE0YKacb3+faHzp4yrfjm+yu HU5arit/ux127/xK/l9dqc7i4fVFk64VHicdMbxY= Received: by mail-qk1-f173.google.com with SMTP id s22so6289769qkj.12 for ; Fri, 12 Jul 2019 06:09:14 -0700 (PDT) X-Gm-Message-State: APjAAAV7dmHJ49VIOsxB4IFF/u+eadIS2NX8xfw1muOB7Vfc1yMGyG6N 5v+mxPC6ywtpRFBiiM0Ay6vR5MD+rYWdVSUMCg== X-Google-Smtp-Source: APXvYqwjdoQwR8x8UTFOyyGiPA50uzJD5f6PGF0aB6Ty2QtFOm2DGDacJSD7J67xZOfZmZOUg59B3SH4VdFNnGwzYkM= X-Received: by 2002:a37:a010:: with SMTP id j16mr6412048qke.152.1562936954182; Fri, 12 Jul 2019 06:09:14 -0700 (PDT) MIME-Version: 1.0 References: <20190711092158.14678-1-maxime.ripard@bootlin.com> <20190711092158.14678-2-maxime.ripard@bootlin.com> In-Reply-To: <20190711092158.14678-2-maxime.ripard@bootlin.com> From: Rob Herring Date: Fri, 12 Jul 2019 07:09:02 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 2/3] dt-bindings: dma: Convert Allwinner A10 DMA to a schema To: Maxime Ripard X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190712_060915_326809_C1024C3D X-CRM114-Status: GOOD ( 13.11 ) 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 older 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 > --- > .../bindings/dma/allwinner,sun4i-a10-dma.yaml | 55 +++++++++++++++++++ > .../devicetree/bindings/dma/sun4i-dma.txt | 45 --------------- > 2 files changed, 55 insertions(+), 45 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun4i-a10-dma.yaml > delete mode 100644 Documentation/devicetree/bindings/dma/sun4i-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