index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
dw_wdt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
watchdog: dw_wdt: ping watchdog to reset countdown before start
Jack Mitchell
1
-0
/
+1
2020-01-27
watchdog: make DesignWare watchdog allow users to set bigger timeout value
Wang, Peng 1. (NSB - CN/Hangzhou)
1
-1
/
+9
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-05
watchdog: Convert to use devm_platform_ioremap_resource
Guenter Roeck
1
-3
/
+1
2019-03-02
watchdog: dw: remove useless pr_fmt
Jisheng Zhang
1
-2
/
+0
2018-03-13
watchdog: dw: save/restore control and timeout across suspend/resume
Brian Norris
1
-0
/
+9
2018-03-13
watchdog: dw: RMW the control register
Brian Norris
1
-8
/
+15
2017-12-28
watchdog: dw_wdt: add stop watchdog operation
Oleksij Rempel
1
-2
/
+16
2017-07-03
watchdog: dw_wdt: get reset lines from dt
Steffen Trumtrar
1
-0
/
+11
2017-02-24
watchdog: dw_wdt: Use watchdog core to install restart handler
Guenter Roeck
1
-16
/
+7
2016-09-23
watchdog: dw_wdt: Read clock rate only once and validate it
Guenter Roeck
1
-2
/
+9
2016-03-16
watchdog: dw_wdt: Convert to use watchdog infrastructure
Guenter Roeck
1
-207
/
+116
2015-12-27
watchdog: dw_wdt: fix signedness bug in dw_wdt_top_in_seconds()
Jisheng Zhang
1
-1
/
+1
2015-06-22
watchdog: dw_wdt: keepalive the watchdog at write time
Doug Anderson
1
-0
/
+1
2015-06-22
watchdog: dw_wdt: No need for a spinlock
Doug Anderson
1
-7
/
+0
2015-02-17
watchdog: dw_wdt: Try to get a 30 second watchdog by default
Doug Anderson
1
-2
/
+4
2015-02-17
watchdog: dw_wdt: pat the watchdog before enabling it
Doug Anderson
1
-7
/
+19
2014-11-03
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-1
/
+0
2014-10-20
watchdog: dw_wdt: add restart handler support
Jisheng Zhang
1
-0
/
+32
2014-10-20
watchdog: dw_wdt: initialise TOP_INIT in dw_wdt_set_top()
Jisheng Zhang
1
-1
/
+3
2014-10-20
watchdog: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-05
watchdog: dw_wdt: Remove the un-necessary check after platform_get_resource()
George Cherian
1
-3
/
+0
2014-01-28
watchdog: dw_wdt: remove build dependencies
Baruch Siach
1
-1
/
+1
2013-11-17
watchdog: dw: Enable OF support for DW watchdog timer
Dinh Nguyen
1
-0
/
+10
2013-11-17
watchdog: Get rid of MODULE_ALIAS_MISCDEV statements
Jean Delvare
1
-1
/
+0
2013-11-17
watchdog: dw_wdt: Add __user annotation
Jingoo Han
1
-2
/
+2
2013-11-17
watchdog: dw_wdt: use clk_prepare_enable and clk_disable_unprepare
Heiko Stübner
1
-5
/
+5
2013-11-17
watchdog: dw_wdt: convert to SIMPLE_DEV_PM_OPS
Heiko Stübner
1
-8
/
+3
2013-07-11
watchdog: dw_wdt: Staticize local symbol
Sachin Kamat
1
-2
/
+2
2013-07-11
watchdog: dw_wdt: use devm_clk_get()
Jingoo Han
1
-5
/
+2
2013-01-25
watchdog: Convert to devm_ioremap_resource()
Thierry Reding
1
-3
/
+3
2012-11-28
watchdog: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-28
watchdog: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-28
watchdog: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-03-27
watchdog: nowayout is bool
Wim Van Sebroeck
1
-2
/
+2
2012-03-27
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
1
-1
/
+2
2012-01-27
watchdog: dw_wdt.c: use devm_request_and_ioremap
Julia Lawall
1
-5
/
+1
2012-01-06
watchdog: convert drivers/watchdog/* to use module_platform_driver()
Axel Lin
1
-11
/
+1
2011-07-22
watchdog: add support for the Synopsys DesignWare WDT
Jamie Iles
1
-0
/
+376