Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752375AbcCUFCo (ORCPT ); Mon, 21 Mar 2016 01:02:44 -0400 Received: from smtprelay2.synopsys.com ([198.182.60.111]:42794 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750794AbcCUFCi convert rfc822-to-8bit (ORCPT ); Mon, 21 Mar 2016 01:02:38 -0400 From: Vineet Gupta To: Rob Herring CC: "linux-snps-arc@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Daniel Lezcano , "devicetree@vger.kernel.org" Subject: Re: [PATCH v3] ARC: [dts] Introduce Timer bindings Thread-Topic: [PATCH v3] ARC: [dts] Introduce Timer bindings Thread-Index: AQHRgNbGzQpjrjjxDEaH3AHiEr+okg== Date: Mon, 21 Mar 2016 05:02:36 +0000 Message-ID: References: <20160317162421.GA21947@rob-hp-laptop> <1458278789-18924-1-git-send-email-vgupta@synopsys.com> <20160320004212.GA8061@rob-hp-laptop> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.144.199.104] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1874 Lines: 39 On Sunday 20 March 2016 06:12 AM, Rob Herring wrote: > On Fri, Mar 18, 2016 at 10:56:29AM +0530, Vineet Gupta wrote: >> ARC Timers have historically been probed directly. >> As precursor to start probing Timers thru DT introduce these bindings >> Note that to keep series bisectable, these bindings are not yet used in >> code. >> >> Cc: Daniel Lezcano >> Cc: Rob Herring >> Cc: devicetree@vger.kernel.org >> Signed-off-by: Vineet Gupta >> --- >> v3: >> - Renamed Node name to avoid new warnings when unit address used w/o regs [Rob] >> v2: >> - http://lists.infradead.org/pipermail/linux-snps-arc/2016-March/000653.html >> - snps,arc-timer[0-1] folded into single snps-arc-timer [Rob] >> - Node name in DT example fixed: [Rob] >> "timer1: timer_clksrc {" -> timer@1 { >> - Introduced 64bit RTC in skeleton_hs.dtsi [Vineet] >> v1: >> - http://lists.infradead.org/pipermail/linux-snps-arc/2016-February/000447.html >> --- >> .../devicetree/bindings/timer/snps,arc-timer.txt | 32 ++++++++++++++++++++++ >> .../devicetree/bindings/timer/snps,archs-gfrc.txt | 14 ++++++++++ >> .../devicetree/bindings/timer/snps,archs-rtc.txt | 14 ++++++++++ >> arch/arc/boot/dts/abilis_tb10x.dtsi | 14 ++++++++++ >> arch/arc/boot/dts/skeleton.dtsi | 14 ++++++++++ >> arch/arc/boot/dts/skeleton_hs.dtsi | 20 ++++++++++++++ >> arch/arc/boot/dts/skeleton_hs_idu.dtsi | 14 ++++++++++ >> 7 files changed, 122 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/timer/snps,arc-timer.txt >> create mode 100644 Documentation/devicetree/bindings/timer/snps,archs-gfrc.txt >> create mode 100644 Documentation/devicetree/bindings/timer/snps,archs-rtc.txt > Acked-by: Rob Herring Thx a bunch Rob ! -Vineet