aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/bcm2835_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-16watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriateGravatar Rasmus Villemoes 1-0/+20
2016-07-17watchdog: bcm2835_wdt: remove redundant ->set_timeout callbackGravatar Rasmus Villemoes 1-7/+0
2016-07-17watchdog: bcm2835_wdt: constify _ops and _info structuresGravatar Rasmus Villemoes 1-2/+2
2015-12-28watchdog: bcm2835_wdt: Drop log message if watchdog is stoppedGravatar Guenter Roeck 1-1/+0
2015-09-28watchdog: bcm2835: Fix poweroff behaviourGravatar Noralf Trønnes 1-2/+8
2015-09-09Watchdog: Fix parent of watchdog_devicesGravatar Pratyush Anand 1-0/+1
2015-05-14ARM: bcm2835: Move the restart/power_off handling to the WDT driverGravatar Eric Anholt 1-0/+62
2014-10-20watchdog: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-03-31watchdog: Remove unnecessary OOM messagesGravatar Jingoo Han 1-3/+1
2013-12-10watchdog: Drop unnecessary include of miscdevice.hGravatar Guenter Roeck 1-1/+0
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsGravatar Jean Delvare 1-1/+0
2013-07-11watchdog: Add Broadcom BCM2835 watchdog timer driverGravatar Lubomir Rintel 1-0/+189