Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
adab7b68189d14504e9f690ee7eb7e98af68301b
/
drivers
/
clocksource
/
timer-ti-dm.c
2646719
Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
4c11edf
Remove MODULE_ALIAS() calls that take undefined macro
by Masahiro Yamada
· 6 years ago
4d86c9f
clocksource/drivers/timer-ti-dm: Remove omap_dm_timer_set_load_start
by Nathan Chancellor
· 6 years ago
008258d
clocksource/drivers/timer-ti-dm: Make omap_dm_timer_set_load_start() static
by YueHaibing
· 6 years ago
072167d
Merge branch 'pwm-dmtimer-fixes' into omap-for-v5.0/fixes-v2
by Tony Lindgren
· 6 years ago
9bd34c6
bus: ti-sysc: Fix timer handling with drop pm_runtime_irq_safe()
by Tony Lindgren
· 6 years ago
983a5a4
clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck reparenting
by Tony Lindgren
· 6 years ago
6313629
clocksource/drivers/timer-ti-dm: Remove the early platform driver registration
by Bartosz Golaszewski
· 6 years ago
58a54f0
clocksource: timer-ti-dm: Check prescaler value
by Ladislav Michl
· 7 years ago
ad6e4b6
clocksource: timer-ti-dm: Consolidate set source
by Ladislav Michl
· 7 years ago
592ea6b
clocksource: timer-ti-dm: Make unexported functions static
by Ladislav Michl
· 7 years ago
1a3acad
clocksource: timer-ti-dm: Hook device platform data if not already assigned
by Ladislav Michl
· 7 years ago
76234f7
clocksource: timer-ti-dm: Populate the timer ops to the pdata
by Keerthy
· 7 years ago
af04aa8
ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksource
by Keerthy
· 7 years ago
[Renamed from arch/arm/plat-omap/dmtimer.c]
5ca467c
ARM: OMAP: Move dmtimer.h out of plat-omap
by Keerthy
· 7 years ago
fc6db34
ARM: OMAP: dmtimer: Remove all the exports
by Keerthy
· 7 years ago
ba68878
ARM: OMAP: Fix dmtimer init for omap1
by Tony Lindgren
· 7 years ago
28fd7e9
ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()
by Markus Elfring
· 7 years ago
16e7ea5
ARM: OMAP: Improve a size determination in two functions
by Markus Elfring
· 7 years ago
d679950
ARM: OMAP: Delete an error message for a failed memory allocation in two functions
by Markus Elfring
· 7 years ago
ea05d2e
ARM: OMAP: dmtimer: check for fixed timers during config
by Suman Anna
· 9 years ago
8c0cabd
ARM: OMAP: add DT support for ti,dm816-timer
by Neil Armstrong
· 9 years ago
31a7448
ARM: OMAP: dmtimer: Add clock source from DT
by Neil Armstrong
· 9 years ago
51b7e57
ARM: OMAP: dmtimer: disable pm runtime on remove
by Suman Anna
· 10 years ago
a76fc9d
ARM: OMAP: dmtimer: check for pm_runtime_get_sync() failure
by Suman Anna
· 10 years ago
834cacf
ARM: OMAP: dmtimer: raw read and write endian fix
by Victor Kamensky
· 11 years ago
38f56f3
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
33b9f58
Merge branch 'cleanup' into for-linus
by Russell King
· 12 years ago
c48cd65
ARM: OMAP: use consistent error checking
by Russell King
· 12 years ago
d1c6ccf
ARM: OMAP2+: Populate DMTIMER errata when using device-tree
by Jon Hunter
· 12 years ago
002e1ec
ARM: dts: OMAP2+: Update DMTIMER compatibility property
by Jon Hunter
· 12 years ago
8fc7fcb
ARM: OMAP: Add function to request timer by node
by Jon Hunter
· 12 years ago
385c4c7
ARM: OMAP: Force dmtimer restore if context loss is not detectable
by Jon Hunter
· 12 years ago
9cc268d
ARM: OMAP: Simplify dmtimer context-loss handling
by NeilBrown
· 12 years ago
8628795
ARM: cleanup: clk_get() error handling
by Russell King
· 12 years ago
5857bd9
ARM: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
351a102
ARM: drivers: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
e4e9f7e
ARM/omap: use module_platform_driver macro
by Srinivas Kandagatla
· 12 years ago
40fc3bb
ARM: OMAP: Add platform data header for DMTIMERs
by Jon Hunter
· 12 years ago
b0cadb3
ARM: OMAP: Define omap_dm_timer_prepare function as static
by Jon Hunter
· 12 years ago
ae6672c
ARM: OMAP: Clean-up dmtimer reset code
by Jon Hunter
· 13 years ago
b153883
ARM: OMAP: Remove __omap_dm_timer_set_source function
by Jon Hunter
· 12 years ago
d7aba55
ARM: OMAP: Remove unnecessary call to clk_get()
by Jon Hunter
· 13 years ago
4249d96
ARM: OMAP: Add dmtimer interrupt disable function
by Jon Hunter
· 13 years ago
991ad16
ARM: OMAP: Fix spurious interrupts when using timer match feature
by Jon Hunter
· 12 years ago
1eaff71
ARM: OMAP: Don't restore DMTIMER interrupt status register
by Jon Hunter
· 12 years ago
d3004bb
ARM: OMAP: Don't restore of DMTIMER TISTAT register
by Jon Hunter
· 12 years ago
ffc957b
ARM: OMAP: Fix dmtimer reset for timer1
by Jon Hunter
· 13 years ago
7b44cf2
ARM: OMAP: Fix timer posted mode support
by Jon Hunter
· 13 years ago
bfd6d02
ARM: OMAP3+: Implement timer workaround for errata i103 and i767
by Jon Hunter
· 12 years ago
f56f52e
Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into omap-for-v3.8/dt
by Tony Lindgren
· 12 years ago
7136f8d
ARM: OMAP: Remove unnecessary mach and plat includes
by Tony Lindgren
· 12 years ago
9725f44
ARM: OMAP: Add DT support for timer driver
by Jon Hunter
· 13 years ago
373fe0b
ARM: OMAP: Add function to request a timer by capability
by Jon Hunter
· 13 years ago
6e740f9
ARM: OMAP: Move omap-pm-noop.c local to mach-omap2
by Tony Lindgren
· 12 years ago
1d5aef4
ARM: OMAP: Make plat/omap-pm.h local to mach-omap2
by Tony Lindgren
· 12 years ago
c5491d1
ARM: OMAP: dmtimers: Fix locking issue in omap_dm_timer_request*()
by Timo Kokkonen
· 13 years ago
54f32a3
ARM: OMAP2+: Fix dmtimer set source clock failure
by Jon Hunter
· 13 years ago
74dd9ec
ARM: OMAP: dmtimer: use devm_ API and do some cleanup in probe()
by Tarun Kanti DebBarma
· 13 years ago
c59b537
ARM: OMAP2+: Simplify dmtimer clock aliases
by Jon Hunter
· 13 years ago
2b2d352
ARM: OMAP2+: Move dmtimer clock set function to dmtimer driver
by Jon Hunter
· 13 years ago
bca4580
ARM: OMAP1: Fix dmtimer support
by Jon Hunter
· 13 years ago
6615975
ARM: OMAP: Add flag to indicate if a timer needs a manual reset
by Jon Hunter
· 13 years ago
0b30ec1
ARM: OMAP: Remove timer function pointer for context loss counter
by Jon Hunter
· 13 years ago
1c2d076
ARM: OMAP: Remove loses_context variable from timer platform data
by Jon Hunter
· 13 years ago
d1c1691
ARM: OMAP: Add DMTIMER capability variable to represent timer features
by Jon Hunter
· 13 years ago
b7b4ff7
ARM: OMAP2+: Add dmtimer platform function to reserve systimers
by Jon Hunter
· 13 years ago
2c757fd
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
e953e305
ARM: OMAP2+: dmtimer: remove redundant sysconfig context restore
by Tarun Kanti DebBarma
· 13 years ago
eeb3711
ARM: OMAP2+: clean up some cppcheck warnings
by Paul Walmsley
· 13 years ago
d61b7a5
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
dffc9da
ARM: OMAP: dmtimer: fix missing content/correction in low-power mode support
by Tarun Kanti DebBarma
· 13 years ago
2c799ce
ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h
by Tony Lindgren
· 13 years ago
869dec1
ARM: OMAP: dmtimer: Include linux/module.h
by Axel Lin
· 13 years ago
4c23c8d
ARM: omap: use __devexit_p in dmtimer driver
by Arnd Bergmann
· 13 years ago
ab4eb8b
ARM: OMAP: dmtimer: add error handling to export APIs
by Tarun Kanti DebBarma
· 13 years ago
b481113
ARM: OMAP: dmtimer: low-power mode support
by Tarun Kanti DebBarma
· 13 years ago
0dad9fa
ARM: OMAP: dmtimer: skip reserved timers
by Tony Lindgren
· 13 years ago
ffe07ce
ARM: OMAP: dmtimer: pm_runtime support
by Tarun Kanti DebBarma
· 13 years ago
3392cdd
ARM: OMAP: dmtimer: switch-over to platform device driver
by Tarun Kanti DebBarma
· 13 years ago
df28472
ARM: OMAP: dmtimer: platform driver
by Tarun Kanti DebBarma
· 13 years ago
97933d6
ARM: OMAP1: dmtimer: conversion to platform devices
by Tarun Kanti DebBarma
· 13 years ago
ee17f11
ARM: OMAP: Add support for dmtimer v2 ip
by Tony Lindgren
· 13 years ago
ba50348
OMAP4: DMTIMER: enable autoidle mode
by Ambresh K
· 14 years ago
11a0186
omap2+: Reserve clocksource and timesource and initialize dmtimer later
by Tony Lindgren
· 14 years ago
caf64f2
omap: Make a subset of dmtimer functions into inline functions
by Tony Lindgren
· 14 years ago
ec97489
omap: Move dmtimer defines to dmtimer.h
by Tony Lindgren
· 14 years ago
4ce1e5e
omap2/3: dmtimer: Enable autoidle
by Tero Kristo
· 14 years ago
e7193cc
omap4: Fix bootup crash observed with higher CPU clocks
by Santosh Shilimkar
· 14 years ago
856f191
omap: DMTIMER: Ack pending interrupt always when stopping a timer
by Tero Kristo
· 15 years ago
1dc993b
OMAP: timers: Fix clock source names for OMAP4
by Rajendra Nayak
· 15 years ago
5772ca7
omap4: Use irq line defines from irq-44xx.h
by Santosh Shilimkar
· 15 years ago
140455f
omap2/3/4: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUS
by Tony Lindgren
· 15 years ago
882c051
omap: Fix dmtimer.c for multi-omap boot
by Tony Lindgren
· 15 years ago
5c3db36
OMAP2/3: DMTIMER: Clear pending interrupts when stopping a timer
by Tero Kristo
· 15 years ago
ce491cf
omap: headers: Move remaining headers from include/mach to include/plat
by Tony Lindgren
· 15 years ago
3566fc6
omap: Use ioremap in dmtimer.c
by Tony Lindgren
· 15 years ago
9411326
OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS instead
by Tony Lindgren
· 16 years ago
4416907
ARM: OMAP4: Add minimal support for omap4
by Santosh Shilimkar
· 16 years ago
aea2a5b
ARM: OMAP: Remove unwanted type casts and fix the compiler warning.
by Santosh Shilimkar
· 16 years ago
Next »