From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [GIT PULL] ARM: OMAP5: Enable arch timer support Date: Fri, 21 Sep 2012 13:46:13 -0700 Message-ID: <20120921204612.GJ28835@atomide.com> References: <1348041069-947-1-git-send-email-santosh.shilimkar@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:10419 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757828Ab2IUUqP (ORCPT ); Fri, 21 Sep 2012 16:46:15 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Shilimkar, Santosh" Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org * Shilimkar, Santosh [120919 00:54]: > (With fixed git URL) > > On Wed, Sep 19, 2012 at 1:21 PM, Santosh Shilimkar > wrote: > > > > Tony, > > > > Here is the pull request which enables the architected cpu local timer > > support for OMAP5 devices. > > > > The following changes since commit > > 5698bd757d55b1bb87edd1a9744ab09c142abfc2: > > > > Linux 3.6-rc6 (2012-09-16 14:58:51 -0700) > > > > are available in the git repository at: > > > > git@github.com:SantoshShilimkar/linux.git for_3.7/omap5_arch_timer > > git://github.com/SantoshShilimkar/linux.git for_3.7/omap5_arch_timer Thanks pulled now into devel-dt-arch-timer branch. Note that we're pretty much out of time for v3.7 merge window, so most likely this won't get merged until for v3.8. See message "Status of arm-soc for 3.7" posted to LAKML for details. Regards, Tony > > > > > for you to fetch changes up to 3c7c5dab44d6c8861bc86dab924353d8d40344f8: > > > > ARM: OMAP5: Enable arch timer support (2012-09-19 13:00:37 +0530) > > > > ---------------------------------------------------------------- > > Santosh Shilimkar (2): > > ARM: OMAP: Add initialisation for the real-time counter. > > ARM: OMAP5: Enable arch timer support > > > > arch/arm/boot/dts/omap5.dtsi | 12 ++++++ > > arch/arm/mach-omap2/Kconfig | 5 +++ > > arch/arm/mach-omap2/timer.c | 97 > > +++++++++++++++++++++++++++++++++++++++++- > > 3 files changed, 113 insertions(+), 1 deletion(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 21 Sep 2012 13:46:13 -0700 Subject: [GIT PULL] ARM: OMAP5: Enable arch timer support In-Reply-To: References: <1348041069-947-1-git-send-email-santosh.shilimkar@ti.com> Message-ID: <20120921204612.GJ28835@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Shilimkar, Santosh [120919 00:54]: > (With fixed git URL) > > On Wed, Sep 19, 2012 at 1:21 PM, Santosh Shilimkar > wrote: > > > > Tony, > > > > Here is the pull request which enables the architected cpu local timer > > support for OMAP5 devices. > > > > The following changes since commit > > 5698bd757d55b1bb87edd1a9744ab09c142abfc2: > > > > Linux 3.6-rc6 (2012-09-16 14:58:51 -0700) > > > > are available in the git repository at: > > > > git at github.com:SantoshShilimkar/linux.git for_3.7/omap5_arch_timer > > git://github.com/SantoshShilimkar/linux.git for_3.7/omap5_arch_timer Thanks pulled now into devel-dt-arch-timer branch. Note that we're pretty much out of time for v3.7 merge window, so most likely this won't get merged until for v3.8. See message "Status of arm-soc for 3.7" posted to LAKML for details. Regards, Tony > > > > > for you to fetch changes up to 3c7c5dab44d6c8861bc86dab924353d8d40344f8: > > > > ARM: OMAP5: Enable arch timer support (2012-09-19 13:00:37 +0530) > > > > ---------------------------------------------------------------- > > Santosh Shilimkar (2): > > ARM: OMAP: Add initialisation for the real-time counter. > > ARM: OMAP5: Enable arch timer support > > > > arch/arm/boot/dts/omap5.dtsi | 12 ++++++ > > arch/arm/mach-omap2/Kconfig | 5 +++ > > arch/arm/mach-omap2/timer.c | 97 > > +++++++++++++++++++++++++++++++++++++++++- > > 3 files changed, 113 insertions(+), 1 deletion(-)