All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Stultz <john.stultz@linaro.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Timekeeping changes for 3.11 (part 2)
Date: Mon, 17 Jun 2013 11:37:45 -0700	[thread overview]
Message-ID: <51BF5779.9010104@linaro.org> (raw)

Hey Thomas,
     Here's the second chunk of changes I have pending for 3.11. Its 
mostly the changes to make arm's sched_clock implementation generic.

Let me know if you have any objection.

thanks
-john



The following changes since commit 762cf9695d714d312ef7369bed1b9f9467c9e64e:

   Merge branch 'timers/clockevents' of 
git://git.linaro.org/people/dlezcano/clockevents into timers/core 
(2013-06-08 22:58:27 +0200)

are available in the git repository at:


   git://git.linaro.org/people/jstultz/linux.git fortglx/3.11/time

for you to fetch changes up to 38ff87f77af0b5a93fc8581cff1d6e5692ab8970:

   sched_clock: Make ARM's sched_clock generic for all architectures 
(2013-06-12 14:02:13 -0700)

----------------------------------------------------------------
Marcus Gelderie (1):
       alarmtimer: Export symbols of functions declared in 
linux/alarmtimer.h

Stephen Boyd (3):
       ARM: sched_clock: Remove unused needs_suspend member
       ARM: sched_clock: Return suspended count earlier
       sched_clock: Make ARM's sched_clock generic for all architectures

  arch/arm/Kconfig                                      |  1 +
  arch/arm/common/timer-sp.c                            |  2 +-
  arch/arm/kernel/Makefile                              |  2 +-
  arch/arm/kernel/arch_timer.c                          |  2 +-
  arch/arm/kernel/time.c                                |  4 +---
  arch/arm/mach-davinci/time.c                          |  2 +-
  arch/arm/mach-imx/time.c                              |  2 +-
  arch/arm/mach-integrator/integrator_ap.c              |  2 +-
  arch/arm/mach-ixp4xx/common.c                         |  2 +-
  arch/arm/mach-mmp/time.c                              |  2 +-
  arch/arm/mach-msm/timer.c                             |  2 +-
  arch/arm/mach-omap1/time.c                            |  2 +-
  arch/arm/mach-omap2/timer.c                           |  2 +-
  arch/arm/mach-pxa/time.c                              |  2 +-
  arch/arm/mach-sa1100/time.c                           |  2 +-
  arch/arm/mach-u300/timer.c                            |  2 +-
  arch/arm/plat-iop/time.c                              |  2 +-
  arch/arm/plat-omap/counter_32k.c                      |  2 +-
  arch/arm/plat-orion/time.c                            |  2 +-
  arch/arm/plat-samsung/samsung-time.c                  |  2 +-
  arch/arm/plat-versatile/sched-clock.c                 |  2 +-
  drivers/clocksource/bcm2835_timer.c                   |  2 +-
  drivers/clocksource/clksrc-dbx500-prcmu.c             |  3 +--
  drivers/clocksource/dw_apb_timer_of.c                 |  3 +--
  drivers/clocksource/mxs_timer.c                       |  2 +-
  drivers/clocksource/nomadik-mtu.c                     |  2 +-
  drivers/clocksource/samsung_pwm_timer.c               |  2 +-
  drivers/clocksource/tegra20_timer.c                   |  2 +-
  drivers/clocksource/time-armada-370-xp.c              |  2 +-
  drivers/clocksource/timer-marco.c                     |  2 +-
  drivers/clocksource/timer-prima2.c                    |  2 +-
  {arch/arm/include/asm => include/linux}/sched_clock.h |  9 +++++++--
  init/Kconfig                                          |  3 +++
  init/main.c                                           |  2 ++
  kernel/time/Makefile                                  |  1 +
  kernel/time/alarmtimer.c                              | 10 +++++++++-
  {arch/arm/kernel => kernel/time}/sched_clock.c        | 10 ++++------
  37 files changed, 57 insertions(+), 43 deletions(-)
  rename {arch/arm/include/asm => include/linux}/sched_clock.h (75%)
  rename {arch/arm/kernel => kernel/time}/sched_clock.c (99%)

                 reply	other threads:[~2013-06-17 18:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51BF5779.9010104@linaro.org \
    --to=john.stultz@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.