aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/bcm2835_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada1-3/+3
2017-02-24watchdog: bcm2835_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-19/+8
2017-02-24watchdog: bcm2835_wdt: Use watchdog core to install restart handlerGuenter Roeck1-27/+30
2016-12-16watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriateRasmus Villemoes1-0/+20
2016-07-17watchdog: bcm2835_wdt: remove redundant ->set_timeout callbackRasmus Villemoes1-7/+0
2016-07-17watchdog: bcm2835_wdt: constify _ops and _info structuresRasmus Villemoes1-2/+2
2015-12-28watchdog: bcm2835_wdt: Drop log message if watchdog is stoppedGuenter Roeck1-1/+0
2015-09-28watchdog: bcm2835: Fix poweroff behaviourNoralf Trønnes1-2/+8
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand1-0/+1
2015-05-14ARM: bcm2835: Move the restart/power_off handling to the WDT driverEric Anholt1-0/+62
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-31watchdog: Remove unnecessary OOM messagesJingoo Han1-3/+1
2013-12-10watchdog: Drop unnecessary include of miscdevice.hGuenter Roeck1-1/+0
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare1-1/+0
2013-07-11watchdog: Add Broadcom BCM2835 watchdog timer driverLubomir Rintel1-0/+189