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 82B81C43334 for ; Thu, 9 Jun 2022 06:13:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237658AbiFIGNv (ORCPT ); Thu, 9 Jun 2022 02:13:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232575AbiFIGNt (ORCPT ); Thu, 9 Jun 2022 02:13: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 2DACF4F1DE; Wed, 8 Jun 2022 23:13: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 C4DD661D74; Thu, 9 Jun 2022 06:13:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 613E5C34114; Thu, 9 Jun 2022 06:13:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654755228; bh=KpbKefK6ourzxUYXVZVV51lWHAtairn5SiaPPLGL4XY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Hmi7VywKK0YV/ABDhuODaZ56uzrABqn60IB+DgTjgZvH0FT2xzAStJ/0xHW88V1Ud cPKF2MlwBeaVwIJnF3hCdj7r4XYjTz9xyoTVmlpwDwoJQ5kFAkfCCtsQ1rbySsIvCU 3sxhArExEDmCZ5fUeSJa7PX3byNNqB2cTEI+57vTydMHZ1IMXZl867UjsMdJmA5g6o wKEylaD5ryrYZBwhBloXa69bDly2RZD9th/aB7oZbFlYW9UknAAA7LYfVu7tfPNpzp jDaq+y2cimaqIqutnyz9yQ6bZd64eSQ9ljZHa0xo7BOqafUC6x+uVcT/9uRffLKqZ2 vx1bKmIomhZrg== Date: Thu, 9 Jun 2022 11:43:43 +0530 From: Vinod Koul To: Linus Walleij Cc: dmaengine@vger.kernel.org, Lee Jones , devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: dma: Rewrite ST-Ericsson DMA40 to YAML Message-ID: References: <20220527215508.622374-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220527215508.622374-1-linus.walleij@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 27-05-22, 23:55, Linus Walleij wrote: > This rewrites the ST-Ericsson DMA40 bindings in YAML. Applied, thanks -- ~Vinod