aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2018-12-03drivers: watchdog: add a DM driver for the MPC8xx watchdogChristophe Leroy2-0/+58
2018-11-28watchdog: MediaTek: add watchdog driver for MediaTek SoCsRyder Lee3-0/+144
2018-11-18wdt: Add MT7621 watchdog driverStefan Roese3-0/+111
2018-11-16arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar3-25/+91
2018-11-14watchdog: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini1-0/+7
2018-10-22watchdog: aspeed: restore default value of reset_maskCédric Le Goater1-0/+1
2018-10-22Kconfig: Convert CONFIG_IMX_WATCHDOG to KconfigXiaoliang Yang1-0/+7
2018-09-04watchdog: mx25: use the imx_watchdog driver for mx25Martin Kaiser1-1/+1
2018-07-19watchdog: cadence: Do not stop wdt in probeMichal Simek1-2/+0
2018-07-19watchdog: cdns: Add comment for expire_now functionMichal Simek1-0/+1
2018-07-19watchdog: Convert Xilinx Axi watchdog driver to driver modelShreenidhi Shedi2-26/+93
2018-07-19watchdog: dm: Support manual relocation for watchdogsMichal Simek1-0/+23
2018-07-19watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIASMichal Simek1-1/+2
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-6/+2
2018-06-01watchdog: bcm6345: convert to use live dtÁlvaro Fernández Rojas1-6/+2
2018-05-31watchdog: cadence: Use live-tree functionsMichal Simek1-5/+4
2018-05-14watchdog: Add support for Armada 37xx CPU watchdogMarek Behún3-0/+185
2018-05-11watchdog: cadence: Show used timeout valueMichal Simek1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini16-33/+16
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini5-10/+0
2018-04-23watchdog: cadence: Remove useless ioremapMichal Simek1-5/+0
2018-04-06watchdog: Fix Kconfig alignment for WDT_SANDBOXMichal Simek1-3/+3
2018-04-06powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy2-0/+22
2018-03-23watchdog: Add Cadence watchdog driverShreenidhi Shedi3-0/+293
2018-03-16watchdog: omap_wdt: improve watchdog reset pathRuslan Bilovol1-6/+15
2017-08-13wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko1-2/+2
2017-07-30watchdog: Introduce watchdog driver for Intel TangierFelipe Balbi3-1/+82
2017-07-12orion_wdt: Support for the Orion WatchdogMarek Behún3-0/+185
2017-07-07wdt: Unify option of timeout valueAndy Shevchenko1-1/+1
2017-07-07wdt: Fix spelling Resettting -> ResettingAndy Shevchenko1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass2-2/+2
2017-05-31dm: watchdog: add BCM6345 watchdog driverÁlvaro Fernández Rojas3-0/+119
2017-05-15watchdog: Migrate OMAP_WATCHDOG to KconfigTom Rini1-0/+8
2017-05-09bcm2835_wdt: support for the BCM2835/2836 watchdogPaolo Pisati3-0/+48
2017-05-09dm: Update Simple Watchdog uclassMaxim Sloyko1-11/+1
2017-05-08aspeed: Watchdog Timer Drivermaxims@google.com3-0/+137
2017-05-08dm: Simple Watchdog uclassmaxims@google.com4-1/+169
2017-04-18drivers: remove Blackfin specific driversMasahiro Yamada2-28/+0
2017-04-08ti: wdt: omap: Disable watchdog timer before performing initializationLukasz Majewski1-15/+22
2017-03-17wdog: Add the watchdog driver for MX7ULP.Ye Li3-0/+107
2016-10-04imx_watchdog: Do not assert WDOG_B on watchdog initRoss Parker1-1/+1
2016-07-19imx_watchdog: add weak attribute to reset_cpu functionStefan Agner1-1/+1
2016-01-07imx_watchdog: always set minimal timeout in reset_cpuAndrey Skvortsov1-1/+1
2015-10-12ls102xa: Fix reset hangFabio Estevam1-1/+1
2015-10-12imx_watchdog: Add a header file for watchdog registersFabio Estevam1-13/+1
2015-09-20imx: wdog: correct wcr register settingsPeng Fan1-1/+2
2015-09-13imx: imx7d: add imx-common cpu support for imx7dAdrian Alonso1-1/+1
2015-03-25watchdog/imx_watchdog: do not set WCR_WDWSebastian Siewior1-2/+1
2015-02-24ARM: remove tnetv107x board supportMasahiro Yamada2-166/+0