* [GIT PULL] ARM: OMAP5: Enable arch timer support
@ 2012-09-19 7:51 Santosh Shilimkar
2012-09-19 7:53 ` Shilimkar, Santosh
0 siblings, 1 reply; 4+ messages in thread
From: Santosh Shilimkar @ 2012-09-19 7:51 UTC (permalink / raw)
To: linux-arm-kernel
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
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ARM: OMAP5: Enable arch timer support
2012-09-19 7:51 [GIT PULL] ARM: OMAP5: Enable arch timer support Santosh Shilimkar
@ 2012-09-19 7:53 ` Shilimkar, Santosh
2012-09-21 20:46 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: Shilimkar, Santosh @ 2012-09-19 7:53 UTC (permalink / raw)
To: linux-arm-kernel
(With fixed git URL)
On Wed, Sep 19, 2012 at 1:21 PM, Santosh Shilimkar
<santosh.shilimkar@ti.com> 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
>
> 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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ARM: OMAP5: Enable arch timer support
2012-09-19 7:53 ` Shilimkar, Santosh
@ 2012-09-21 20:46 ` Tony Lindgren
2012-09-22 5:28 ` Shilimkar, Santosh
0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2012-09-21 20:46 UTC (permalink / raw)
To: linux-arm-kernel
* Shilimkar, Santosh <santosh.shilimkar@ti.com> [120919 00:54]:
> (With fixed git URL)
>
> On Wed, Sep 19, 2012 at 1:21 PM, Santosh Shilimkar
> <santosh.shilimkar@ti.com> 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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ARM: OMAP5: Enable arch timer support
2012-09-21 20:46 ` Tony Lindgren
@ 2012-09-22 5:28 ` Shilimkar, Santosh
0 siblings, 0 replies; 4+ messages in thread
From: Shilimkar, Santosh @ 2012-09-22 5:28 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Sep 22, 2012 at 2:16 AM, Tony Lindgren <tony@atomide.com> wrote:
>
> * Shilimkar, Santosh <santosh.shilimkar@ti.com> [120919 00:54]:
> > (With fixed git URL)
> >
> > On Wed, Sep 19, 2012 at 1:21 PM, Santosh Shilimkar
> > <santosh.shilimkar@ti.com> 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.
>
OK. Thanks for heads up.
Regards
Santosh
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-09-22 5:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19 7:51 [GIT PULL] ARM: OMAP5: Enable arch timer support Santosh Shilimkar
2012-09-19 7:53 ` Shilimkar, Santosh
2012-09-21 20:46 ` Tony Lindgren
2012-09-22 5:28 ` Shilimkar, Santosh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).