index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
plat-omap
/
dmtimer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-22
ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksource
Keerthy
1
-973
/
+0
2018-02-22
ARM: OMAP: Move dmtimer.h out of plat-omap
Keerthy
1
-1
/
+1
2018-02-22
ARM: OMAP: dmtimer: Remove all the exports
Keerthy
1
-27
/
+0
2018-02-22
ARM: OMAP: Fix dmtimer init for omap1
Tony Lindgren
1
-5
/
+2
2017-10-11
ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()
Markus Elfring
1
-2
/
+2
2017-10-11
ARM: OMAP: Improve a size determination in two functions
Markus Elfring
1
-1
/
+1
2017-10-11
ARM: OMAP: Delete an error message for a failed memory allocation in two func...
Markus Elfring
1
-3
/
+1
2015-11-30
ARM: OMAP: dmtimer: check for fixed timers during config
Suman Anna
1
-0
/
+7
2015-11-30
ARM: OMAP: add DT support for ti,dm816-timer
Neil Armstrong
1
-0
/
+4
2015-11-30
ARM: OMAP: dmtimer: Add clock source from DT
Neil Armstrong
1
-1
/
+30
2015-03-17
ARM: OMAP: dmtimer: disable pm runtime on remove
Suman Anna
1
-0
/
+2
2015-03-17
ARM: OMAP: dmtimer: check for pm_runtime_get_sync() failure
Suman Anna
1
-1
/
+12
2014-05-08
ARM: OMAP: dmtimer: raw read and write endian fix
Victor Kamensky
1
-4
/
+4
2013-05-07
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-97
/
+144
2013-05-02
Merge branch 'cleanup' into for-linus
Russell King
1
-6
/
+6
2013-05-02
ARM: OMAP: use consistent error checking
Russell King
1
-1
/
+1
2013-04-09
ARM: OMAP2+: Populate DMTIMER errata when using device-tree
Jon Hunter
1
-8
/
+37
2013-04-09
ARM: dts: OMAP2+: Update DMTIMER compatibility property
Jon Hunter
1
-1
/
+6
2013-04-09
ARM: OMAP: Add function to request timer by node
Jon Hunter
1
-74
/
+93
2013-04-09
ARM: OMAP: Force dmtimer restore if context loss is not detectable
Jon Hunter
1
-0
/
+2
2013-04-09
ARM: OMAP: Simplify dmtimer context-loss handling
NeilBrown
1
-20
/
+12
2013-02-24
ARM: cleanup: clk_get() error handling
Russell King
1
-5
/
+5
2013-01-25
ARM: Convert to devm_ioremap_resource()
Thierry Reding
1
-5
/
+3
2013-01-03
ARM: drivers: remove __dev* attributes.
Greg Kroah-Hartman
1
-3
/
+3
2012-12-17
ARM/omap: use module_platform_driver macro
Srinivas Kandagatla
1
-12
/
+1
2012-11-16
ARM: OMAP: Add platform data header for DMTIMERs
Jon Hunter
1
-0
/
+2
2012-11-16
ARM: OMAP: Define omap_dm_timer_prepare function as static
Jon Hunter
1
-1
/
+1
2012-11-16
ARM: OMAP: Clean-up dmtimer reset code
Jon Hunter
1
-19
/
+31
2012-11-12
ARM: OMAP: Remove __omap_dm_timer_set_source function
Jon Hunter
1
-0
/
+1
2012-11-12
ARM: OMAP: Remove unnecessary call to clk_get()
Jon Hunter
1
-10
/
+4
2012-11-12
ARM: OMAP: Add dmtimer interrupt disable function
Jon Hunter
1
-0
/
+31
2012-11-12
ARM: OMAP: Fix spurious interrupts when using timer match feature
Jon Hunter
1
-1
/
+1
2012-11-12
ARM: OMAP: Don't restore DMTIMER interrupt status register
Jon Hunter
1
-4
/
+1
2012-11-12
ARM: OMAP: Don't restore of DMTIMER TISTAT register
Jon Hunter
1
-3
/
+0
2012-11-12
ARM: OMAP: Fix dmtimer reset for timer1
Jon Hunter
1
-5
/
+2
2012-11-12
ARM: OMAP: Fix timer posted mode support
Jon Hunter
1
-8
/
+5
2012-11-12
ARM: OMAP3+: Implement timer workaround for errata i103 and i767
Jon Hunter
1
-1
/
+2
2012-11-09
Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into om...
Tony Lindgren
1
-9
/
+11
2012-11-02
ARM: OMAP: Remove unnecessary mach and plat includes
Tony Lindgren
1
-3
/
+1
2012-11-02
ARM: OMAP: Add DT support for timer driver
Jon Hunter
1
-6
/
+35
2012-11-02
ARM: OMAP: Add function to request a timer by capability
Jon Hunter
1
-0
/
+52
2012-10-31
ARM: OMAP: Move omap-pm-noop.c local to mach-omap2
Tony Lindgren
1
-7
/
+10
2012-10-18
ARM: OMAP: Make plat/omap-pm.h local to mach-omap2
Tony Lindgren
1
-1
/
+2
2012-08-13
ARM: OMAP: dmtimers: Fix locking issue in omap_dm_timer_request*()
Timo Kokkonen
1
-2
/
+2
2012-08-07
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
[next]