aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/sunxi_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-05watchdog: sunxi_wdt: fix improper error exit codeMartin Wu1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-05watchdog: sunxi_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck1-7/+8
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck1-3/+1
2018-03-03watchdog: sunxi: allow setting timeout in devicetreeMarcus Folkesson1-1/+1
2017-12-28watchdog: sunxi_wdt: use of_device_get_match_dataCorentin Labbe1-5/+2
2017-02-24watchdog: sunxi_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-22/+2
2016-03-01watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck1-1/+2
2015-12-13watchdog: sunxi_wdt: use core restart handlerDamien Riegel1-18/+5
2015-09-09watchdog: sunxi: fix activation of system resetFrancesco Lavra1-1/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-10-20watchdog: sunxi: Add A31 watchdog supportChen-Yu Tsai1-0/+10
2014-10-20watchdog: sunxi: support parameterized compatible stringsChen-Yu Tsai1-25/+76
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-26watchdog: sunxi: register restart handler with kernel restart handlerGuenter Roeck1-11/+20
2014-08-05wdt: sunxi: Move restart code to the watchdog driverMaxime Ripard1-0/+29
2014-06-10watchdog: sunxi: Fix compilation with C=2Emilio López1-11/+11
2014-03-31watchdog: sunxi: Change compatiblesMaxime Ripard1-1/+1
2013-11-17watchdog: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-13watchdog: sunxi: Fix section mismatchMaxime Ripard1-2/+2
2013-09-10watchdog: sunxi: New watchdog driver for Allwinner A10/A13Carlo Caione1-0/+237