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=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS autolearn=unavailable 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 4C336C10F00 for ; Thu, 21 Mar 2019 08:28:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1B733218B0 for ; Thu, 21 Mar 2019 08:28:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728033AbfCUI2p (ORCPT ); Thu, 21 Mar 2019 04:28:45 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:21171 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727870AbfCUI2p (ORCPT ); Thu, 21 Mar 2019 04:28:45 -0400 Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x2L8QGaU031062; Thu, 21 Mar 2019 09:28:30 +0100 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 2r8qsxv5xk-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 21 Mar 2019 09:28:30 +0100 Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 7D1F631; Thu, 21 Mar 2019 08:28:29 +0000 (GMT) Received: from Webmail-eu.st.com (sfhdag5node2.st.com [10.75.127.14]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 42645253C; Thu, 21 Mar 2019 08:28:29 +0000 (GMT) Received: from [10.48.1.93] (10.75.127.47) by SFHDAG5NODE2.st.com (10.75.127.14) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Thu, 21 Mar 2019 09:28:28 +0100 Subject: Re: [PATCH 1/2] dt-bindings: i2c-stm32: remove extra spaces To: Bich HEMON , Rob Herring , Mark Rutland , Maxime Coquelin , Alexandre TORGUE , Wolfram Sang , "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" References: <1551885100-22207-1-git-send-email-bich.hemon@st.com> <1551885100-22207-2-git-send-email-bich.hemon@st.com> From: Pierre Yves MORDRET Message-ID: <7ed05148-7719-0fed-989f-21428b9a7d88@st.com> Date: Thu, 21 Mar 2019 09:28:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <1551885100-22207-2-git-send-email-bich.hemon@st.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.47] X-ClientProxiedBy: SFHDAG5NODE3.st.com (10.75.127.15) To SFHDAG5NODE2.st.com (10.75.127.14) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-03-21_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Reviewed-by: Pierre-Yves MORDRET On 3/6/19 4:11 PM, Bich HEMON wrote: > Remove extra spaces before colons. > > Signed-off-by: Bich Hemon > --- > .../devicetree/bindings/i2c/i2c-stm32.txt | 26 +++++++++++----------- > 1 file changed, 13 insertions(+), 13 deletions(-) > > diff --git a/Documentation/devicetree/bindings/i2c/i2c-stm32.txt b/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > index 69240e1..7d054f1 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > +++ b/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > @@ -1,11 +1,11 @@ > * I2C controller embedded in STMicroelectronics STM32 I2C platform > > -Required properties : > -- compatible : Must be one of the following > +Required properties: > +- compatible: Must be one of the following > - "st,stm32f4-i2c" > - "st,stm32f7-i2c" > -- reg : Offset and length of the register set for the device > -- interrupts : Must contain the interrupt id for I2C event and then the > +- reg: Offset and length of the register set for the device > +- interrupts: Must contain the interrupt id for I2C event and then the > interrupt id for I2C error. > - resets: Must contain the phandle to the reset controller. > - clocks: Must contain the input clock of the I2C instance. > @@ -14,25 +14,25 @@ Required properties : > - #address-cells = <1>; > - #size-cells = <0>; > > -Optional properties : > -- clock-frequency : Desired I2C bus clock frequency in Hz. If not specified, > +Optional properties: > +- clock-frequency: Desired I2C bus clock frequency in Hz. If not specified, > the default 100 kHz frequency will be used. > For STM32F4 SoC Standard-mode and Fast-mode are supported, possible values are > 100000 and 400000. > For STM32F7 SoC, Standard-mode, Fast-mode and Fast-mode Plus are supported, > possible values are 100000, 400000 and 1000000. > -- i2c-scl-rising-time-ns : Only for STM32F7, I2C SCL Rising time for the board > +- i2c-scl-rising-time-ns: Only for STM32F7, I2C SCL Rising time for the board > (default: 25) > -- i2c-scl-falling-time-ns : Only for STM32F7, I2C SCL Falling time for the board > +- i2c-scl-falling-time-ns: Only for STM32F7, I2C SCL Falling time for the board > (default: 10) > I2C Timings are derived from these 2 values > -- st,syscfg-fmp: Only for STM32F7, use to set Fast Mode Plus bit within SYSCFG > +- st,syscfg-fmp: Only for STM32F7, use to set Fast Mode Plus bit within SYSCFG > whether Fast Mode Plus speed is selected by slave. > - 1st cell : phandle to syscfg > - 2nd cell : register offset within SYSCFG > - 3rd cell : register bitmask for FMP bit > + 1st cell: phandle to syscfg > + 2nd cell: register offset within SYSCFG > + 3rd cell: register bitmask for FMP bit > > -Example : > +Example: > > i2c@40005400 { > compatible = "st,stm32f4-i2c"; > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Yves MORDRET Subject: Re: [PATCH 1/2] dt-bindings: i2c-stm32: remove extra spaces Date: Thu, 21 Mar 2019 09:28:28 +0100 Message-ID: <7ed05148-7719-0fed-989f-21428b9a7d88@st.com> References: <1551885100-22207-1-git-send-email-bich.hemon@st.com> <1551885100-22207-2-git-send-email-bich.hemon@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1551885100-22207-2-git-send-email-bich.hemon@st.com> Content-Language: en-US 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: Bich HEMON , Rob Herring , Mark Rutland , Maxime Coquelin , Alexandre TORGUE , Wolfram Sang , "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" List-Id: devicetree@vger.kernel.org Reviewed-by: Pierre-Yves MORDRET On 3/6/19 4:11 PM, Bich HEMON wrote: > Remove extra spaces before colons. > > Signed-off-by: Bich Hemon > --- > .../devicetree/bindings/i2c/i2c-stm32.txt | 26 +++++++++++----------- > 1 file changed, 13 insertions(+), 13 deletions(-) > > diff --git a/Documentation/devicetree/bindings/i2c/i2c-stm32.txt b/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > index 69240e1..7d054f1 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > +++ b/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > @@ -1,11 +1,11 @@ > * I2C controller embedded in STMicroelectronics STM32 I2C platform > > -Required properties : > -- compatible : Must be one of the following > +Required properties: > +- compatible: Must be one of the following > - "st,stm32f4-i2c" > - "st,stm32f7-i2c" > -- reg : Offset and length of the register set for the device > -- interrupts : Must contain the interrupt id for I2C event and then the > +- reg: Offset and length of the register set for the device > +- interrupts: Must contain the interrupt id for I2C event and then the > interrupt id for I2C error. > - resets: Must contain the phandle to the reset controller. > - clocks: Must contain the input clock of the I2C instance. > @@ -14,25 +14,25 @@ Required properties : > - #address-cells = <1>; > - #size-cells = <0>; > > -Optional properties : > -- clock-frequency : Desired I2C bus clock frequency in Hz. If not specified, > +Optional properties: > +- clock-frequency: Desired I2C bus clock frequency in Hz. If not specified, > the default 100 kHz frequency will be used. > For STM32F4 SoC Standard-mode and Fast-mode are supported, possible values are > 100000 and 400000. > For STM32F7 SoC, Standard-mode, Fast-mode and Fast-mode Plus are supported, > possible values are 100000, 400000 and 1000000. > -- i2c-scl-rising-time-ns : Only for STM32F7, I2C SCL Rising time for the board > +- i2c-scl-rising-time-ns: Only for STM32F7, I2C SCL Rising time for the board > (default: 25) > -- i2c-scl-falling-time-ns : Only for STM32F7, I2C SCL Falling time for the board > +- i2c-scl-falling-time-ns: Only for STM32F7, I2C SCL Falling time for the board > (default: 10) > I2C Timings are derived from these 2 values > -- st,syscfg-fmp: Only for STM32F7, use to set Fast Mode Plus bit within SYSCFG > +- st,syscfg-fmp: Only for STM32F7, use to set Fast Mode Plus bit within SYSCFG > whether Fast Mode Plus speed is selected by slave. > - 1st cell : phandle to syscfg > - 2nd cell : register offset within SYSCFG > - 3rd cell : register bitmask for FMP bit > + 1st cell: phandle to syscfg > + 2nd cell: register offset within SYSCFG > + 3rd cell: register bitmask for FMP bit > > -Example : > +Example: > > i2c@40005400 { > compatible = "st,stm32f4-i2c"; > 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=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 13B64C43381 for ; Thu, 21 Mar 2019 08:28:47 +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 D4708218B0 for ; Thu, 21 Mar 2019 08:28:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="umcqWPhK" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D4708218B0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=st.com 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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=BAQ8+ElUTPKAYfV3/1XkmRThX0vIGMgO7bN0scl+QA8=; b=umcqWPhKrkAncO9Sf6ZQkuSNeu G8HD62rKwhy7tQTOSibSULDb9YRrwZKWkFIeSEdrfWwzp4tnP/jIfz9Ec8Q2gwtVuXCNDif+6sK1S QeIjeotXfmdbjV0wtK6Bh6NGb1XBbEW1gyzlnAlixd92tsL7nSAzwBgIEm7++9kEczMGs+4yPeuKe WI72OuPueuWmK+eJJGADbHT5c8uURAtXRaHv/OG5zKKkFkWMWokV6e+v+rcY1kpw9MIGRGreADcGD bO5iRoknxWuOaNa086BEuR+B2TAPo1PLy0nEzxP3iKbE0snbWJupzqkVjCIlo5QzH0Xvaels7qH6h MPxwmZCA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h6t46-0004cb-Fq; Thu, 21 Mar 2019 08:28:42 +0000 Received: from mx07-00178001.pphosted.com ([62.209.51.94]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h6t43-0004bb-Ut for linux-arm-kernel@lists.infradead.org; Thu, 21 Mar 2019 08:28:41 +0000 Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x2L8QGaU031062; Thu, 21 Mar 2019 09:28:30 +0100 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 2r8qsxv5xk-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 21 Mar 2019 09:28:30 +0100 Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 7D1F631; Thu, 21 Mar 2019 08:28:29 +0000 (GMT) Received: from Webmail-eu.st.com (sfhdag5node2.st.com [10.75.127.14]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 42645253C; Thu, 21 Mar 2019 08:28:29 +0000 (GMT) Received: from [10.48.1.93] (10.75.127.47) by SFHDAG5NODE2.st.com (10.75.127.14) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Thu, 21 Mar 2019 09:28:28 +0100 Subject: Re: [PATCH 1/2] dt-bindings: i2c-stm32: remove extra spaces To: Bich HEMON , Rob Herring , Mark Rutland , Maxime Coquelin , Alexandre TORGUE , Wolfram Sang , "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" References: <1551885100-22207-1-git-send-email-bich.hemon@st.com> <1551885100-22207-2-git-send-email-bich.hemon@st.com> From: Pierre Yves MORDRET Message-ID: <7ed05148-7719-0fed-989f-21428b9a7d88@st.com> Date: Thu, 21 Mar 2019 09:28:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <1551885100-22207-2-git-send-email-bich.hemon@st.com> Content-Language: en-US X-Originating-IP: [10.75.127.47] X-ClientProxiedBy: SFHDAG5NODE3.st.com (10.75.127.15) To SFHDAG5NODE2.st.com (10.75.127.14) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-03-21_04:, , signatures=0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190321_012840_300524_CFFD86A7 X-CRM114-Status: GOOD ( 18.19 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 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+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Reviewed-by: Pierre-Yves MORDRET On 3/6/19 4:11 PM, Bich HEMON wrote: > Remove extra spaces before colons. > > Signed-off-by: Bich Hemon > --- > .../devicetree/bindings/i2c/i2c-stm32.txt | 26 +++++++++++----------- > 1 file changed, 13 insertions(+), 13 deletions(-) > > diff --git a/Documentation/devicetree/bindings/i2c/i2c-stm32.txt b/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > index 69240e1..7d054f1 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > +++ b/Documentation/devicetree/bindings/i2c/i2c-stm32.txt > @@ -1,11 +1,11 @@ > * I2C controller embedded in STMicroelectronics STM32 I2C platform > > -Required properties : > -- compatible : Must be one of the following > +Required properties: > +- compatible: Must be one of the following > - "st,stm32f4-i2c" > - "st,stm32f7-i2c" > -- reg : Offset and length of the register set for the device > -- interrupts : Must contain the interrupt id for I2C event and then the > +- reg: Offset and length of the register set for the device > +- interrupts: Must contain the interrupt id for I2C event and then the > interrupt id for I2C error. > - resets: Must contain the phandle to the reset controller. > - clocks: Must contain the input clock of the I2C instance. > @@ -14,25 +14,25 @@ Required properties : > - #address-cells = <1>; > - #size-cells = <0>; > > -Optional properties : > -- clock-frequency : Desired I2C bus clock frequency in Hz. If not specified, > +Optional properties: > +- clock-frequency: Desired I2C bus clock frequency in Hz. If not specified, > the default 100 kHz frequency will be used. > For STM32F4 SoC Standard-mode and Fast-mode are supported, possible values are > 100000 and 400000. > For STM32F7 SoC, Standard-mode, Fast-mode and Fast-mode Plus are supported, > possible values are 100000, 400000 and 1000000. > -- i2c-scl-rising-time-ns : Only for STM32F7, I2C SCL Rising time for the board > +- i2c-scl-rising-time-ns: Only for STM32F7, I2C SCL Rising time for the board > (default: 25) > -- i2c-scl-falling-time-ns : Only for STM32F7, I2C SCL Falling time for the board > +- i2c-scl-falling-time-ns: Only for STM32F7, I2C SCL Falling time for the board > (default: 10) > I2C Timings are derived from these 2 values > -- st,syscfg-fmp: Only for STM32F7, use to set Fast Mode Plus bit within SYSCFG > +- st,syscfg-fmp: Only for STM32F7, use to set Fast Mode Plus bit within SYSCFG > whether Fast Mode Plus speed is selected by slave. > - 1st cell : phandle to syscfg > - 2nd cell : register offset within SYSCFG > - 3rd cell : register bitmask for FMP bit > + 1st cell: phandle to syscfg > + 2nd cell: register offset within SYSCFG > + 3rd cell: register bitmask for FMP bit > > -Example : > +Example: > > i2c@40005400 { > compatible = "st,stm32f4-i2c"; > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel