index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
plat-omap
/
dmtimer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-13
ARM: OMAP: dmtimers: Fix locking issue in omap_dm_timer_request*()
Timo Kokkonen
1
-2
/
+2
2012-08-08
ARM: OMAP2+: Fix dmtimer set source clock failure
Jon Hunter
1
-1
/
+1
2012-07-05
ARM: OMAP: dmtimer: use devm_ API and do some cleanup in probe()
Tarun Kanti DebBarma
1
-36
/
+17
2012-06-14
ARM: OMAP2+: Simplify dmtimer clock aliases
Jon Hunter
1
-3
/
+3
2012-06-14
ARM: OMAP2+: Move dmtimer clock set function to dmtimer driver
Jon Hunter
1
-1
/
+45
2012-06-14
ARM: OMAP1: Fix dmtimer support
Jon Hunter
1
-5
/
+11
2012-06-14
ARM: OMAP: Add flag to indicate if a timer needs a manual reset
Jon Hunter
1
-6
/
+3
2012-06-14
ARM: OMAP: Remove timer function pointer for context loss counter
Jon Hunter
1
-10
/
+7
2012-06-14
ARM: OMAP: Remove loses_context variable from timer platform data
Jon Hunter
1
-4
/
+4
2012-06-14
ARM: OMAP: Add DMTIMER capability variable to represent timer features
Jon Hunter
1
-0
/
+1
2012-06-14
ARM: OMAP2+: Add dmtimer platform function to reserve systimers
Jon Hunter
1
-1
/
+17
2012-05-26
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
1
-2
/
+0
2012-05-10
ARM: OMAP2+: dmtimer: remove redundant sysconfig context restore
Tarun Kanti DebBarma
1
-2
/
+0
2012-04-18
ARM: OMAP2+: clean up some cppcheck warnings
Paul Walmsley
1
-1
/
+2
2012-03-28
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-0
/
+2
2012-03-06
ARM: OMAP: dmtimer: fix missing content/correction in low-power mode support
Tarun Kanti DebBarma
1
-3
/
+16
2012-02-24
ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h
Tony Lindgren
1
-0
/
+2
2011-11-05
ARM: OMAP: dmtimer: Include linux/module.h
Axel Lin
1
-0
/
+1
2011-10-01
ARM: omap: use __devexit_p in dmtimer driver
Arnd Bergmann
1
-1
/
+1
2011-09-22
ARM: OMAP: dmtimer: add error handling to export APIs
Tarun Kanti DebBarma
1
-25
/
+77
2011-09-22
ARM: OMAP: dmtimer: low-power mode support
Tarun Kanti DebBarma
1
-5
/
+105
2011-09-22
ARM: OMAP: dmtimer: skip reserved timers
Tony Lindgren
1
-0
/
+7
2011-09-22
ARM: OMAP: dmtimer: pm_runtime support
Tarun Kanti DebBarma
1
-23
/
+10
2011-09-22
ARM: OMAP: dmtimer: switch-over to platform device driver
Tarun Kanti DebBarma
1
-245
/
+101
2011-09-22
ARM: OMAP: dmtimer: platform driver
Tarun Kanti DebBarma
1
-6
/
+133
2011-09-22
ARM: OMAP1: dmtimer: conversion to platform devices
Tarun Kanti DebBarma
1
-44
/
+12
2011-09-19
ARM: OMAP: Add support for dmtimer v2 ip
Tony Lindgren
1
-10
/
+22
2011-07-04
OMAP4: DMTIMER: enable autoidle mode
Ambresh K
1
-2
/
+2
2011-06-27
omap2+: Reserve clocksource and timesource and initialize dmtimer later
Tony Lindgren
1
-1
/
+9
2011-06-20
omap: Make a subset of dmtimer functions into inline functions
Tony Lindgren
1
-61
/
+17
2011-06-20
omap: Move dmtimer defines to dmtimer.h
Tony Lindgren
1
-121
/
+0
2011-03-10
omap2/3: dmtimer: Enable autoidle
Tero Kristo
1
-0
/
+4
2010-09-24
omap4: Fix bootup crash observed with higher CPU clocks
Santosh Shilimkar
1
-1
/
+1
2010-06-10
omap: DMTIMER: Ack pending interrupt always when stopping a timer
Tero Kristo
1
-3
/
+3
2010-05-20
OMAP: timers: Fix clock source names for OMAP4
Rajendra Nayak
1
-2
/
+2
2010-02-24
omap4: Use irq line defines from irq-44xx.h
Santosh Shilimkar
1
-12
/
+12
2010-02-15
omap2/3/4: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUS
Tony Lindgren
1
-8
/
+4
2010-02-15
omap: Fix dmtimer.c for multi-omap boot
Tony Lindgren
1
-51
/
+39
2010-01-22
OMAP2/3: DMTIMER: Clear pending interrupts when stopping a timer
Tero Kristo
1
-0
/
+13
2009-10-20
omap: headers: Move remaining headers from include/mach to include/plat
Tony Lindgren
1
-1
/
+1
2009-10-20
omap: Use ioremap in dmtimer.c
Tony Lindgren
1
-7
/
+9
2009-08-28
OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS instead
Tony Lindgren
1
-1
/
+4
2009-05-29
ARM: OMAP4: Add minimal support for omap4
Santosh Shilimkar
1
-3
/
+56
2009-05-25
ARM: OMAP: Remove unwanted type casts and fix the compiler warning.
Santosh Shilimkar
1
-7
/
+7
2009-04-24
OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c files
Paul Walmsley
1
-6
/
+14
2009-04-24
OMAP: dmtimer: enable all timers to be wakeup events
Kevin Hilman
1
-4
/
+2
2009-04-24
OMAP3 GPTIMER: fix GPTIMER12 IRQ
Paul Walmsley
1
-1
/
+1
2009-03-24
ARM: OMAP: Export dmtimer functions
Timo Kokkonen
1
-0
/
+26
2008-12-11
ARM: OMAP2: skip unnecessary TLDR write during non-autoreload for gptimer
Paul Walmsley
1
-3
/
+4
2008-12-11
ARM: OMAP2: drop redundant pending write check for gptimer
Paul Walmsley
1
-4
/
+0
[next]