index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
orion_wdt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
watchdog: Convert GPL 2.0 notice to SPDX identifier
Bagas Sanjaya
1
-3
/
+1
2023-04-22
watchdog: orion: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2022-03-27
watchdog: orion_wdt: support pretimeout on Armada-XP
Chris Packham
1
-4
/
+9
2021-06-21
watchdog: Fix a typo in the file orion_wdt.c
Bhaskar Chowdhury
1
-1
/
+1
2020-04-01
watchdog: orion: use 0 for unset heartbeat
Chris Packham
1
-1
/
+1
2019-12-30
watchdog: orion: fix platform_get_irq() complaints
Russell King
1
-2
/
+2
2019-09-17
watchdog: orion_wdt: use timer1 as a pretimeout
Chris Packham
1
-13
/
+53
2019-05-05
watchdog: Convert to use devm_platform_ioremap_resource
Guenter Roeck
1
-4
/
+2
2019-05-05
watchdog: orion_wdt: remove orion_wdt_set_timeout
Chris Packham
1
-8
/
+0
2018-08-02
watchdog: orion_wdt: Mark watchdog as active when running at probe
Maxim Kochetkov
1
-0
/
+2
2017-12-28
watchdog: orion: fix typo
Chris Packham
1
-1
/
+1
2017-06-05
watchdog: orion: make license info match the file header
Uwe Kleine-König
1
-1
/
+1
2017-02-24
watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"
Colin Ian King
1
-1
/
+1
2015-09-09
Watchdog: Fix parent of watchdog_devices
Pratyush Anand
1
-0
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-26
watchdog: orion: Use the reference clock on Armada 375 SoC
Ezequiel Garcia
1
-1
/
+41
2014-10-20
watchdog: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-06-10
watchdog: orion: Add Armada 375/380 SoC support
Ezequiel Garcia
1
-0
/
+103
2014-06-10
watchdog: orion: Introduce per-SoC enabled() function
Ezequiel Garcia
1
-2
/
+13
2014-06-10
watchdog: orion: Introduce per-SoC stop() function
Ezequiel Garcia
1
-1
/
+28
2014-06-10
watchdog: orion: Remove unneeded atomic access
Ezequiel Garcia
1
-2
/
+5
2014-06-10
watchdog: orion: Introduce a SoC-specific RSTOUT mapping
Ezequiel Garcia
1
-7
/
+20
2014-06-10
watchdog: orion: Move the register ioremap'ing to its own function
Ezequiel Garcia
1
-14
/
+24
2014-04-05
Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-79
/
+302
2014-03-31
watchdog: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-02-25
watchdog: orion_wdt: Use %pa to print 'phys_addr_t'
Fabio Estevam
1
-1
/
+1
2014-02-22
watchdog: orion: Add support for Armada 370 and Armada XP SoC
Ezequiel Garcia
1
-2
/
+104
2014-02-22
watchdog: orion: Add per-compatible watchdog start implementation
Ezequiel Garcia
1
-1
/
+11
2014-02-22
watchdog: orion: Add per-compatible clock initialization
Ezequiel Garcia
1
-21
/
+32
2014-02-22
watchdog: orion: Introduce per-compatible of_device_id data
Ezequiel Garcia
1
-19
/
+43
2014-02-22
watchdog: orion: Introduce an orion_watchdog device structure
Ezequiel Garcia
1
-45
/
+69
2014-02-22
watchdog: orion: Remove unneeded BRIDGE_CAUSE clear
Ezequiel Garcia
1
-5
/
+0
2014-02-22
watchdog: orion: Make RSTOUT register a separate resource
Ezequiel Garcia
1
-3
/
+44
2014-02-22
watchdog: orion: Handle the interrupt so it's properly acked
Ezequiel Garcia
1
-1
/
+23
2014-02-22
watchdog: orion: Make sure the watchdog is initially stopped
Ezequiel Garcia
1
-0
/
+19
2014-02-22
watchdog: orion: Remove unused macros
Ezequiel Garcia
1
-2
/
+0
2014-02-22
watchdog: orion: Use atomic access for shared registers
Ezequiel Garcia
1
-37
/
+5
2014-02-22
watchdog: orion: Add clock error handling
Ezequiel Garcia
1
-10
/
+19
2013-12-10
watchdog: Drop unnecessary include of miscdevice.h
Guenter Roeck
1
-1
/
+0
2013-11-17
watchdog: Get rid of MODULE_ALIAS_MISCDEV statements
Jean Delvare
1
-1
/
+0
2013-11-17
watchdog: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-07-11
Watchdog: fix clearing of the watchdog interrupt
Russell King
1
-3
/
+1
2013-07-11
Watchdog: allow orion_wdt to be built for Dove
Russell King
1
-0
/
+3
2013-03-01
watchdog: add timeout-sec property binding
Fabio Porcedda
1
-6
/
+4
2013-03-01
watchdog: orion_wdt: Add platform alias
Lubomir Rintel
1
-0
/
+1
2012-12-19
watchdog: Orion: Fix possible null-deference in orion_wdt_probe
Jason Gunthorpe
1
-0
/
+2
2012-11-28
watchdog: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-28
watchdog: remove use of __devinitdata
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
[next]