Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751761AbbEZTPY (ORCPT ); Tue, 26 May 2015 15:15:24 -0400 Received: from mail-la0-f46.google.com ([209.85.215.46]:33638 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751207AbbEZTPV (ORCPT ); Tue, 26 May 2015 15:15:21 -0400 Message-ID: <5564C644.7040700@cogentembedded.com> Date: Tue, 26 May 2015 22:15:16 +0300 From: Sergei Shtylyov Organization: Cogent Embedded User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Ezequiel Garcia , linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Daniel Lezcano , devicetree@vger.kernel.org CC: Thomas Gleixner , Andrew Bresticker , James Hartley , Govindraj.Raja@imgtec.com, Damien.Horsley@imgtec.com, James Hogan Subject: Re: [PATCH v2 5/7] clocksource: Add Pistachio SoC general purpose timer binding document References: <1432665548-16024-1-git-send-email-ezequiel.garcia@imgtec.com> <1432665671-16102-1-git-send-email-ezequiel.garcia@imgtec.com> In-Reply-To: <1432665671-16102-1-git-send-email-ezequiel.garcia@imgtec.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1518 Lines: 40 Hello. On 05/26/2015 09:41 PM, Ezequiel Garcia wrote: > Add a device-tree binding document for the clocksource driver provided > by Pistachio SoC general purpose timers. > Reviewed-by: Andrew Bresticker > Signed-off-by: Ezequiel Garcia > --- > .../bindings/timer/img,pistachio-gptimer.txt | 28 ++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 Documentation/devicetree/bindings/timer/img,pistachio-gptimer.txt > diff --git a/Documentation/devicetree/bindings/timer/img,pistachio-gptimer.txt b/Documentation/devicetree/bindings/timer/img,pistachio-gptimer.txt > new file mode 100644 > index 0000000..418379f > --- /dev/null > +++ b/Documentation/devicetree/bindings/timer/img,pistachio-gptimer.txt > @@ -0,0 +1,28 @@ > +* Pistachio general-purpose timer based clocksource > + > +Required properties: > + - compatible: "img,pistachio-gptimer". > + - reg: Address range of the timer registers. > + - interrupts: An interrupt for each of the four timers > + - clocks : Should contain a clock specifier for each entry in clock-names > + - clock-names : Should contain the following entries: Could you please be consistent about the spacing before colon? [...] WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/