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 D5E7CC433EF for ; Wed, 27 Apr 2022 18:43:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229584AbiD0SqX (ORCPT ); Wed, 27 Apr 2022 14:46:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229563AbiD0SqE (ORCPT ); Wed, 27 Apr 2022 14:46:04 -0400 Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C4AD5C874; Wed, 27 Apr 2022 11:27:14 -0700 (PDT) Received: by mail-oi1-f178.google.com with SMTP id r1so2721797oie.4; Wed, 27 Apr 2022 11:27:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=DVPr9hJN7pB7OqeO85qbYNVEch6Kb+Covs4dB2TnhNY=; b=FkS/YbAUvUcDSkjJDiMp3nYAd8gq+xkM+tJZWnBXYXTeRDUfi1d3Tq9OT+YgaQ1gwk OJz5561B3WVKTuQBMQG+1B4Kaj8c6FdsUK+lxtS8oKXnQMdAn1u9FEJpQic+B57/gdwm avtPAEVbDTsotLOnKRElGBiU06LPDIZUGM9Jtda1aSXW6r+2xBxvZJhcn00Mq2AHv32z ZvL5IAANc9SwRTTOTjg7ovwm8iFDeQa7wcXvG3ZDsX63Z17BRJj0WqGxBOhaHY+yZk/Y vLGjiRyTm9tYfjxj3ZjaXzWHuBD+TKNN9qwMS3SsWn0PCN6U59CH90isDL8/I4I0egYY xQ+Q== X-Gm-Message-State: AOAM532LvtP1eF9p2rqfnpdvoGTgZVsB1IgN24fpp+X89vL/+unR8r+4 am7GtUsV1FxVTWm8VqASyw== X-Google-Smtp-Source: ABdhPJyqzxZZirHT0c4zRDtdeH7rpWWaxTYlc17RdpmWu3GeMGyEEtyMpgbcoNUvUqdK7lwztEgUaw== X-Received: by 2002:a05:6808:11c4:b0:2d9:c395:f15e with SMTP id p4-20020a05680811c400b002d9c395f15emr17938884oiv.47.1651084033895; Wed, 27 Apr 2022 11:27:13 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id z1-20020a056830128100b0060542867875sm6235035otp.70.2022.04.27.11.27.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 11:27:13 -0700 (PDT) Received: (nullmailer pid 410640 invoked by uid 1000); Wed, 27 Apr 2022 18:27:12 -0000 Date: Wed, 27 Apr 2022 13:27:12 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Vinod Koul , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Haojian Zhuang , dmaengine@vger.kernel.org, Daniel Mack , Robert Jarzmik , Lubomir Rintel , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] dt-bindings: dmaengine: mmp: deprecate '#dma-channels' and '#dma-requests' Message-ID: References: <20220427161459.647676-1-krzysztof.kozlowski@linaro.org> <20220427161459.647676-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220427161459.647676-2-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On Wed, 27 Apr 2022 18:14:56 +0200, Krzysztof Kozlowski wrote: > The generic properties, used in most of the drivers and defined in > generic dma-common DT bindings, are 'dma-channels' and 'dma-requests'. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/dma/mmp-dma.txt | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > 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 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 A3EA7C433F5 for ; Wed, 27 Apr 2022 18:28:42 +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=o/DJTvKh2h18AVdJRkCkRdPmMfLuLzdn8CzNuHMfrU0=; b=xKmHn0+c+SKjBs EhuzoO+FBuLzm9jCS+5baOSoUkwy5nw+3l6ieTqIGfBeU1K4lVo1l08NXsWWDayvDz5shHu/mKUZI cPxHQTNipVpl1uTuuq31+nGHhoPGjuxlKGUB29ZH8CuXZv1VdSqJLk/OK/STlIe0pejmsAqelGzb4 L+QB3Mb62ekDU1X6SOGO/5Zmp6bJ07XMRgl8a/oaZ4EYo/hPP0V4oTWmaVBpoDh/UyIK9NMWe0BVE NZ+Mi688WqmpD+dk0t/QHW0Plbu6KR3Emec34T1otumtyoVROd5gZUP2AJVPT5kXAjaMpLwyippMJ builegeo6ccUBxIG3y3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njmNr-0030YR-NS; Wed, 27 Apr 2022 18:27:29 +0000 Received: from mail-oi1-f173.google.com ([209.85.167.173]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1njmNg-0030VC-9K for linux-arm-kernel@lists.infradead.org; Wed, 27 Apr 2022 18:27:18 +0000 Received: by mail-oi1-f173.google.com with SMTP id m11so2869506oib.11 for ; Wed, 27 Apr 2022 11:27:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=DVPr9hJN7pB7OqeO85qbYNVEch6Kb+Covs4dB2TnhNY=; b=37b5Xk5M8pe7gnWjp1la6rn3JSY+qLiN0Kffhtpx0Iq3aJhW3Ye6OyobjnpCSu8OA+ tg4CTYupVVwk+00mr1rjcysvuqMLiri7TwKCD5mVY1HWsxQsGBsBJLm7ZbS9aZLKyhfO wVHPSVhZNty95M1mT+rb1drJTmlFj8WD2rQsbyi+6XrRWTvdmU72oHxvE9UrZLCfef8c DjLpClOU5cfzNJqQT3Zf2E2AmNbo8Zo/93lk5Uf/JjXjsvH3SHFAYQTHG2HX43l02JNK T8p3XUKTM9GLfj9FTO+npAucBEh5rUuZAEqbf/nlirydjWns91cOjZyHcy8itjNquyZR PRhQ== X-Gm-Message-State: AOAM533/ZcnXWJbuRtUSHseETUm8STF9g7DZTSNvrckafmNAHA2p1aeL uBi5xZo2zyfNe6CGEpRFhw== X-Google-Smtp-Source: ABdhPJyqzxZZirHT0c4zRDtdeH7rpWWaxTYlc17RdpmWu3GeMGyEEtyMpgbcoNUvUqdK7lwztEgUaw== X-Received: by 2002:a05:6808:11c4:b0:2d9:c395:f15e with SMTP id p4-20020a05680811c400b002d9c395f15emr17938884oiv.47.1651084033895; Wed, 27 Apr 2022 11:27:13 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id z1-20020a056830128100b0060542867875sm6235035otp.70.2022.04.27.11.27.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 11:27:13 -0700 (PDT) Received: (nullmailer pid 410640 invoked by uid 1000); Wed, 27 Apr 2022 18:27:12 -0000 Date: Wed, 27 Apr 2022 13:27:12 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Vinod Koul , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Haojian Zhuang , dmaengine@vger.kernel.org, Daniel Mack , Robert Jarzmik , Lubomir Rintel , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] dt-bindings: dmaengine: mmp: deprecate '#dma-channels' and '#dma-requests' Message-ID: References: <20220427161459.647676-1-krzysztof.kozlowski@linaro.org> <20220427161459.647676-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220427161459.647676-2-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220427_112716_418960_6FCE1E83 X-CRM114-Status: GOOD ( 11.78 ) 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 Wed, 27 Apr 2022 18:14:56 +0200, Krzysztof Kozlowski wrote: > The generic properties, used in most of the drivers and defined in > generic dma-common DT bindings, are 'dma-channels' and 'dma-requests'. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/dma/mmp-dma.txt | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel