index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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
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
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-17
ARM: OMAP2+: clean up some cppcheck warnings
Paul Walmsley
1
-1
/
+2
2012-03-27
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-0
/
+2
2012-03-05
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-04
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-21
ARM: OMAP: dmtimer: add error handling to export APIs
Tarun Kanti DebBarma
1
-25
/
+77
2011-09-21
ARM: OMAP: dmtimer: low-power mode support
Tarun Kanti DebBarma
1
-5
/
+105
2011-09-21
ARM: OMAP: dmtimer: skip reserved timers
Tony Lindgren
1
-0
/
+7
2011-09-21
ARM: OMAP: dmtimer: pm_runtime support
Tarun Kanti DebBarma
1
-23
/
+10
2011-09-21
ARM: OMAP: dmtimer: switch-over to platform device driver
Tarun Kanti DebBarma
1
-245
/
+101
2011-09-21
ARM: OMAP: dmtimer: platform driver
Tarun Kanti DebBarma
1
-6
/
+133
2011-09-21
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
[next]