Hello,

This following series of fixes implements support in mainline for
using GPTIMER12 as the system tick timer.  Currently this is only
needed for some BeagleBoards.  Detailed comments are in the patch
descriptions.

This is being posted for any brief comments before submitting upstream
as part of a fix series.


- Paul

---

Kevin Hilman (1):
      OMAP: dmtimer: enable all timers to be wakeup events

Paul Walmsley (2):
      OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c 
files
      OMAP3 GPTIMER: fix GPTIMER12 IRQ


 arch/arm/mach-omap2/board-omap3beagle.c    |    4 ++
 arch/arm/mach-omap2/clock24xx.c            |    1 +
 arch/arm/mach-omap2/clock24xx.h            |   10 +++++-
 arch/arm/mach-omap2/clock34xx.h            |    1 -
 arch/arm/mach-omap2/timer-gp.c             |   48 ++++++++++++++++++++++++++--
 arch/arm/plat-omap/dmtimer.c               |   28 ++++++++++------
 arch/arm/plat-omap/include/mach/dmtimer.h  |    2 +
 arch/arm/plat-omap/include/mach/timer-gp.h |   17 ++++++++++
 8 files changed, 94 insertions(+), 17 deletions(-)
 create mode 100644 arch/arm/plat-omap/include/mach/timer-gp.h


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to