aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-28watchdog: iTCO: Fix dependencies on I2CGuenter Roeck1-1/+2
2015-09-28watchdog: bcm2835: Fix poweroff behaviourNoralf Trønnes1-2/+8
2015-09-28watchdog: Fix module autoload for OF platform driverLuis de Bethencourt3-0/+3
2015-09-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds49-130/+844
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand36-0/+36
2015-09-09watchdog: at91rm9200: Correct check for syscon_node_to_regmap() errorsBjorn Andersson1-1/+1
2015-09-09watchdog: at91sam9: get and use slow clockAlexandre Belloni1-2/+20
2015-09-09watchdog: add a driver to support SAMA5D4 watchdog timerWenyou Yang4-0/+292
2015-09-09watchdog: mpc8xxx: allow to compile for MPC512xUwe Kleine-König1-1/+1
2015-09-09watchdog: mpc8xxx: use better error code when watchdog cannot be enabledUwe Kleine-König1-1/+1
2015-09-09watchdog: mpc8xxx: use dynamic memory for device specific dataUwe Kleine-König1-35/+53
2015-09-09watchdog: mpc8xxx: use devm_ioremap_resource to map memoryUwe Kleine-König1-12/+7
2015-09-09watchdog: mpc8xxx: make use of of_device_get_match_dataUwe Kleine-König1-4/+2
2015-09-09watchdog: mpc8xxx: simplify registrationUwe Kleine-König1-31/+7
2015-09-09watchdog: mpc8xxx: remove dead codeUwe Kleine-König1-13/+2
2015-09-09watchdog: lpc18xx_wdt_get_timeleft() can be staticFengguang Wu1-1/+1
2015-09-09watchdog: NXP LPC18xx Watchdog Timer DriverAriel D'Alessandro3-0/+352
2015-09-09watchdog: gpio-wdt: ping already at startup for always running devicesUwe Kleine-König1-30/+30
2015-09-09watchdog: gpio-wdt: be more strict about hw_algo matchingUwe Kleine-König1-2/+2
2015-09-09watchdog: booke_wdt: Use infrastructure to check timeout limitsGuenter Roeck1-3/+1
2015-09-09watchdog: (nv_tco) add support for MCP79Vivien Didelot1-0/+2
2015-09-09watchdog: sunxi: fix activation of system resetFrancesco Lavra1-1/+1
2015-09-09watchdog: mtk_wdt: add wdt shutdown callback to disable wdt if enabledGreta Zhang1-0/+9
2015-09-09watchdog: mtk_wdt: add suspend/resume supportGreta Zhang1-0/+30
2015-09-09watchdog: imgpdc: Unregister restart handler on removeEzequiel Garcia1-0/+1
2015-09-04Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds2-34/+51
2015-08-11watchdog: iTCO_wdt: Add support for TCO on Intel SunrisepointMatt Fleming2-28/+46
2015-08-11mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform dataMatt Fleming1-6/+5
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman3-10/+7
2015-07-17Update Viresh Kumar's email addressViresh Kumar1-2/+2
2015-07-01Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds16-155/+870
2015-07-01watchdog: omap_wdt: early_enable module parameterLars Poeschel1-0/+8
2015-06-29watchdog: gpio_wdt: Add option for early registrationJean-Baptiste Theou2-0/+21
2015-06-29watchdog: watchdog_core: Add watchdog registration deferral mechanismJean-Baptiste Theou1-18/+100
2015-06-29watchdog: max63xx: dynamically allocate deviceVivien Didelot1-66/+104
2015-06-26Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+62
2015-06-26watchdog: imx2_wdt: Disable previously acquired clock on error pathFabio Estevam1-1/+5
2015-06-26watchdog: imx2_wdt: Check for clk_prepare_enable() errorFabio Estevam1-2/+7
2015-06-22watchdog: hpwdt: Add support for WDIOC_SETOPTIONSJean Delvare1-1/+15
2015-06-22watchdog: omap_wdt: implement get_timeleftLars Poeschel2-0/+12
2015-06-22watchdog: da9062: DA9062 watchdog driverS Twiss3-0/+263
2015-06-22watchdog: imx2_wdt: set watchdog parent deviceVladimir Zapolskiy1-0/+1
2015-06-22watchdog: mena21_wdt: Fix possible NULL pointer dereferenceJohannes Thumshirn1-2/+3
2015-06-22watchdog: dw_wdt: keepalive the watchdog at write timeDoug Anderson1-0/+1
2015-06-22watchdog: dw_wdt: No need for a spinlockDoug Anderson1-7/+0
2015-06-22watchdog: imx2_wdt: also set wdog->timeout to new_timeoutMichael Grzeschik1-0/+2
2015-06-22watchdog: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2015-06-22watchdog: cadence: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2015-06-22watchdog: max63xx_wdt: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-06-22watchdog: MAX63XX_WATCHDOG does not depend on ARMVivien Didelot1-1/+1