All of lore.kernel.org
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/3] omap late timer clean-up (and a warning fix) for v3.8 merge window
Date: Mon, 26 Nov 2012 17:06:11 -0800	[thread overview]
Message-ID: <pull-1353978372-642963> (raw)

The following changes since commit 9dc57643738f9fbe45c10cc062903d5dfda5bdd9:

  Merge branch 'fixes-timer' of github.com:jonhunter/linux into omap-for-v3.8/timer (2012-11-13 13:52:38 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.8/cleanup-timer-signed

for you to fetch changes up to 26f01998b0657a61167a819f1c37cb9f9e9d674b:

  ARM: OMAP3: cm-t3517: use GPTIMER for system clock (2012-11-21 10:20:43 -0800)

----------------------------------------------------------------
Timer clean-up to get us closer to moving timer code to drivers,
and to get rid of CONFIG_OMAP_32K_TIMER and rely on the board
or devicetree provided timer configuration.

Note that these changes are on top of the recent timer fixes.

----------------------------------------------------------------
Igor Grinberg (2):
      ARM: OMAP2+: timer: remove CONFIG_OMAP_32K_TIMER
      ARM: OMAP3: cm-t3517: use GPTIMER for system clock

Jon Hunter (8):
      ARM: OMAP: Clean-up dmtimer reset code
      ARM: OMAP: Define omap_dm_timer_prepare function as static
      ARM: OMAP: Don't store timers physical address
      ARM: OMAP2+: Remove unnecessary local variable in timer code
      ARM: OMAP: Remove unnecessary omap_dm_timer structure declaration
      ARM: OMAP: Add platform data header for DMTIMERs
      ARM: OMAP: Remove unnecessary inclusion of dmtimer.h
      ARM: OMAP2+: Fix compiler warning for 32k timer

Tony Lindgren (1):
      Merge branch 'cleanup-timer' of git://github.com/jonhunter/linux into omap-for-v3.8/timer

 arch/arm/mach-omap1/timer.c                |   1 +
 arch/arm/mach-omap1/timer32k.c             |   1 -
 arch/arm/mach-omap2/board-cm-t3517.c       |   2 +-
 arch/arm/mach-omap2/common.h               |   1 +
 arch/arm/mach-omap2/omap_hwmod_2420_data.c |   1 -
 arch/arm/mach-omap2/omap_hwmod_2430_data.c |   1 -
 arch/arm/mach-omap2/pm-debug.c             |   1 -
 arch/arm/mach-omap2/timer.c                | 167 +++++++++++++----------------
 arch/arm/plat-omap/Kconfig                 |   6 ++
 arch/arm/plat-omap/dmtimer.c               |  54 ++++++----
 arch/arm/plat-omap/include/plat/dmtimer.h  |  80 ++++----------
 drivers/staging/tidspbridge/core/ue_deh.c  |   1 -
 include/linux/platform_data/dmtimer-omap.h |  31 ++++++
 13 files changed, 168 insertions(+), 179 deletions(-)
 create mode 100644 include/linux/platform_data/dmtimer-omap.h

             reply	other threads:[~2012-11-27  1:06 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-27  1:06 Tony Lindgren [this message]
2012-11-27  1:06 ` [GIT PULL 3/3] omap late multiplatform cleanup for v3.8 merge window Tony Lindgren
2012-11-27  1:06 ` Tony Lindgren
2012-11-27  1:06 ` [GIT PULL 2/3] omap late prcm changes " Tony Lindgren
2012-11-27  1:06 ` Tony Lindgren
     [not found] ` <50b4120b.d088e50a.742e.ffffd3d3SMTPIN_ADDED_MISSING@mx.google.com>
2012-11-30  6:53   ` [GIT PULL 3/3] omap late multiplatform cleanup " Olof Johansson
2012-11-30  6:53     ` Olof Johansson
2012-11-30 17:26     ` Tony Lindgren
2012-11-30 17:26       ` Tony Lindgren
2012-12-01  5:55       ` Olof Johansson
2012-12-01  5:55         ` Olof Johansson
2012-12-01 18:33         ` Tony Lindgren
2012-12-01 18:33           ` Tony Lindgren
     [not found] ` <50b41208.4989e50a.26c2.ffffba54SMTPIN_ADDED_MISSING@mx.google.com>
2012-11-30  6:54   ` [GIT PULL 2/3] omap late prcm changes " Olof Johansson
2012-11-30  6:54     ` Olof Johansson
2012-11-30 17:30     ` Tony Lindgren
2012-11-30 17:30       ` Tony Lindgren
     [not found] <50b41207.c188e50a.6d1e.ffffd469SMTPIN_ADDED_BROKEN@mx.google.com>
2012-11-30  6:34 ` [GIT PULL 1/3] omap late timer clean-up (and a warning fix) " Olof Johansson
2012-11-30  6:34   ` Olof Johansson
2012-11-30  7:18 ` Olof Johansson
2012-11-30  7:18   ` Olof Johansson
2012-11-30  8:04   ` Santosh Shilimkar
2012-11-30  8:04     ` Santosh Shilimkar
2012-11-30 17:28     ` Tony Lindgren
2012-11-30 17:28       ` Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2012-11-27  1:06 Tony Lindgren
2012-11-27  1:06 Tony Lindgren

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=pull-1353978372-642963 \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.