Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp838165ybd; Wed, 26 Jun 2019 06:51:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqwNzAsIH3ej6cxugHz/BRDAhIudcoLoJFb0o0YuNEKICR1zhZv31opdhdQ6i8P+1McGcHMv X-Received: by 2002:a17:90a:8c90:: with SMTP id b16mr4851536pjo.133.1561557102015; Wed, 26 Jun 2019 06:51:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561557102; cv=none; d=google.com; s=arc-20160816; b=TCHhOwg1KI0quo0CMcFZJx5/PEy5jOtuhBT53pjWC7RdDljfzega1oie4MpFLqCYdO ujsOT5UdNHZAiG+DiNWAZba19CqptbYgkX5SW4aBr6WYtPCPATlQuzU6Za77cya8m4Ap pDs2xDHSwJoS5DwyNx9vOCu8POzx5iBzhjlIKy42jYq8ieVdnUcdD+kBo2I+c8IRg3V3 2YBEJccLnXwWPvyFWf9akXGEyijr2Z6sAWTv5ni9MeXyvoc+zzp4CwNh5q/xmEaDecD1 Lkp3HyyDB+cPCV64uzwsjfuLV0xKf7Z/Ni22gdCoY1ptiXw5lERFPeCnUBGfQJM0VGjc R/Og== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=j685I2kPSh7os3Z1M3lKjBkdq1v2qh541ECrqcWqFds=; b=wBiF86IeTP0R3MTpwadj23N5BIboqIB851nGDl1S8ujuxjpl22JT5qt2UL/hOSw42A S/5IaXzRnQRmy7xXZxh1yg6Y7momRCjEGW8WZ9LV+mf0A2dEYW/Sstf9vGxFZP6KG1U2 Q+fUuXavcj0p3lz6XbHAlh8yTaHtIAUX3XquEVaRG59CbjOkem8ktGBKLwAS+kq6B4uz mzz1U35X4HcEMplf2tEP6IwKYMExpjPwW+VczAPYr6WVouo41ZMHcUzGNhURz3XC1Da4 qFh+yhCOePoy9dVKPeDcOmHo/8Zm4h3G2GfmcJr30ildVtNwKPWiYXyeTmGtMnRcfP/V 6hzQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 33si3519378plv.153.2019.06.26.06.51.25; Wed, 26 Jun 2019 06:51:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727961AbfFZNuc (ORCPT + 99 others); Wed, 26 Jun 2019 09:50:32 -0400 Received: from sauhun.de ([88.99.104.3]:56460 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727428AbfFZNub (ORCPT ); Wed, 26 Jun 2019 09:50:31 -0400 Received: from localhost (p54B330AF.dip0.t-ipconnect.de [84.179.48.175]) by pokefinder.org (Postfix) with ESMTPSA id 213A42C0114; Wed, 26 Jun 2019 15:50:30 +0200 (CEST) Date: Wed, 26 Jun 2019 15:50:29 +0200 From: Wolfram Sang To: Fabrice Gasnier Cc: robh+dt@kernel.org, mark.rutland@arm.com, pierre-yves.mordret@st.com, mcoquelin.stm32@gmail.com, alexandre.torgue@st.com, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: i2c-stm32: document optional dmas Message-ID: <20190626135029.GO801@ninjato> References: <1559655253-27008-1-git-send-email-fabrice.gasnier@st.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="keoAwTxaagou87Dg" Content-Disposition: inline In-Reply-To: <1559655253-27008-1-git-send-email-fabrice.gasnier@st.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --keoAwTxaagou87Dg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2019 at 03:34:13PM +0200, Fabrice Gasnier wrote: > Add missing documentation for "dmas" and "dma-names" properties that can = be > used on i2c-stm32. >=20 > Signed-off-by: Fabrice Gasnier Maintainers? > --- > Documentation/devicetree/bindings/i2c/i2c-stm32.txt | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/i2c/i2c-stm32.txt b/Docume= ntation/devicetree/bindings/i2c/i2c-stm32.txt > index f334738..ce3df2ff 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > +++ b/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > @@ -21,6 +21,8 @@ Optional properties: > 100000 and 400000. > For STM32F7, STM32H7 and STM32MP1 SoCs, Standard-mode, Fast-mode and F= ast-mode > Plus are supported, possible values are 100000, 400000 and 1000000. > +- dmas: List of phandles to rx and tx DMA channels. Refer to stm32-dma.t= xt. > +- dma-names: List of dma names. Valid names are: "rx" and "tx". > - i2c-scl-rising-time-ns: I2C SCL Rising time for the board (default: 25) > For STM32F7, STM32H7 and STM32MP1 only. > - i2c-scl-falling-time-ns: I2C SCL Falling time for the board (default: = 10) > --=20 > 2.7.4 >=20 --keoAwTxaagou87Dg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl0TeCUACgkQFA3kzBSg KbYAzRAApZytjukntjxaFMm+so69LjERp5Yg3pQwCd5U0L3E3OjLo5dsPhuffoi8 je+cHGsEMB7A8KV48HJ581rmyC/elLIsJ+rr39tLbiyUMvWrabTLB4BvFPq1FKRR ZTavWSA01Z+q6BTcrEynX6woY/SYD3WeES+sC+fILuqp1sY6t/RtSLPfT7Y657+g PU0AlBy/Z3reWy9pQVUWe93UHuEI4KP3MJXuEiRylCUq7FSip2BdMnVyEY7QIrCJ z9o1MeJ4BJD402tJI++NTPX4uxbkqCsIq1OaQkxn/lWcirCy8oL23oN7YAOzPMSw 5akc4UgfiBeE5lxSyapgnUe2Bd4zPI1epSbiQpPCt5mWTRac3MhUko4YcjCTq6Lm i2RgCsQre1/B4ZBUOeD1A9atsqVsJvYj+X9sJW+9C/AWRT0VrIYlc0OVHZpIJO1L M2o0LQFeQdaSfcH/2xmVFAXilcUQYHi8AWb7X0awvBY65XeDA+Khl7cvQQ3lA+kL oJyQy0W52P6piSns80Ho+F77uGqJvKwca9GxFmNs6kM+21Ipfxux8NXaMeCWUEjR O1BUWFFumbh7VS4BN5pGsFJ6VWt9vrQe4ko37UkkLGkzNXvq2X6+OSAwQqLkiYTv MmykLVk1yMcVJAKSny8k/bjJKE5ushPTIINoUA6LiGxgBby4+TQ= =uE1/ -----END PGP SIGNATURE----- --keoAwTxaagou87Dg--