From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757007AbbFQPAb (ORCPT ); Wed, 17 Jun 2015 11:00:31 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:41811 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753461AbbFQPA3 (ORCPT ); Wed, 17 Jun 2015 11:00:29 -0400 Message-ID: <55818B51.4090506@atmel.com> Date: Wed, 17 Jun 2015 16:59:29 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Alexandre Belloni CC: Boris BREZILLON , , Ludovic Desroches , Josh Wu , , Subject: Re: [PATCH] clk: at91: trivial: typo in peripheral clock description References: <1434547371-12123-1-git-send-email-nicolas.ferre@atmel.com> <20150617144517.GJ6549@piout.net> In-Reply-To: <20150617144517.GJ6549@piout.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 17/06/2015 16:45, Alexandre Belloni a écrit : > It is mandatory to always include a commit message :) Something like: s/system/peripheral/g I suppose? > On 17/06/2015 at 15:22:51 +0200, Nicolas Ferre wrote : >> Signed-off-by: Nicolas Ferre >> --- >> Documentation/devicetree/bindings/clock/at91-clock.txt | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/clock/at91-clock.txt b/Documentation/devicetree/bindings/clock/at91-clock.txt >> index 7a4d4926f44e..5ba6450693b9 100644 >> --- a/Documentation/devicetree/bindings/clock/at91-clock.txt >> +++ b/Documentation/devicetree/bindings/clock/at91-clock.txt >> @@ -248,7 +248,7 @@ Required properties for peripheral clocks: >> - #address-cells : shall be 1 (reg is used to encode clk id). >> - clocks : shall be the master clock phandle. >> e.g. clocks = <&mck>; >> -- name: device tree node describing a specific system clock. >> +- name: device tree node describing a specific peripheral clock. >> * #clock-cells : from common clock binding; shall be set to 0. >> * reg: peripheral id. See Atmel's datasheets to get a full >> list of peripheral ids. >> -- >> 2.1.3 >> > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Wed, 17 Jun 2015 16:59:29 +0200 Subject: [PATCH] clk: at91: trivial: typo in peripheral clock description In-Reply-To: <20150617144517.GJ6549@piout.net> References: <1434547371-12123-1-git-send-email-nicolas.ferre@atmel.com> <20150617144517.GJ6549@piout.net> Message-ID: <55818B51.4090506@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Le 17/06/2015 16:45, Alexandre Belloni a ?crit : > It is mandatory to always include a commit message :) Something like: s/system/peripheral/g I suppose? > On 17/06/2015 at 15:22:51 +0200, Nicolas Ferre wrote : >> Signed-off-by: Nicolas Ferre >> --- >> Documentation/devicetree/bindings/clock/at91-clock.txt | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/clock/at91-clock.txt b/Documentation/devicetree/bindings/clock/at91-clock.txt >> index 7a4d4926f44e..5ba6450693b9 100644 >> --- a/Documentation/devicetree/bindings/clock/at91-clock.txt >> +++ b/Documentation/devicetree/bindings/clock/at91-clock.txt >> @@ -248,7 +248,7 @@ Required properties for peripheral clocks: >> - #address-cells : shall be 1 (reg is used to encode clk id). >> - clocks : shall be the master clock phandle. >> e.g. clocks = <&mck>; >> -- name: device tree node describing a specific system clock. >> +- name: device tree node describing a specific peripheral clock. >> * #clock-cells : from common clock binding; shall be set to 0. >> * reg: peripheral id. See Atmel's datasheets to get a full >> list of peripheral ids. >> -- >> 2.1.3 >> > -- Nicolas Ferre