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 CDFEBC43217 for ; Thu, 29 Sep 2022 16:32:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234951AbiI2Qcs (ORCPT ); Thu, 29 Sep 2022 12:32:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233904AbiI2Qcr (ORCPT ); Thu, 29 Sep 2022 12:32:47 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B9E514FE13; Thu, 29 Sep 2022 09:32:46 -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 ams.source.kernel.org (Postfix) with ESMTPS id 3412FB82366; Thu, 29 Sep 2022 16:32:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0165CC433C1; Thu, 29 Sep 2022 16:32:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664469164; bh=VIMjoNsZ1R5bxmbTVz9djnw60i0Rvm/58ieLtVcVJbQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RwhBgkLROAitAXTogrkNO7oUdZbfUQ7tY9b3mSgyzXcJSR7S6XwoNEqC1gQXm9i0V UuSWa/vjkkqaocAt4JRr+iZSBKtmkOGvL7q+AywjBewLdIsHnfWcUvXodinTENqN0M DMceY6ck/NB8AzIkyvfwRVqROe3oLnaz1DLZ0UD5rT0pGQcAftm8ACN1R4/o9bYleR rvz8D3NdPwxhc9zYjlwyVs5QpoCfEnTLSgzvzjOI8fJ+xIijpjoBEWXEjgNOEvnRuQ KHy9wjTPLIEB4LWhUuZlEY9W3SJ+a0n7Snk+oypw/nYt4oQiuwCobCSY5mU5QoAdJK 4mZepHI6gtNvg== Date: Thu, 29 Sep 2022 22:02:39 +0530 From: Vinod Koul To: Christian Marangi Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/2] dt-bindings: dma: rework qcom,adm Documentation to yaml schema Message-ID: References: <20220914140426.7609-1-ansuelsmth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220914140426.7609-1-ansuelsmth@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 14-09-22, 16:04, Christian Marangi wrote: > Rework the qcom,adm Documentation to yaml schema. > This is not a pure conversion since originally the driver has changed > implementation for the #dma-cells and was wrong from the start. > Also the driver now handles the common DMA clients implementation with > the first cell that denotes the channel number and nothing else since > the client will have to provide the crci information via other means. Applied, thanks -- ~Vinod