summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mipsTom Rini2019-05-041-1/+1
|\
| * mips: rename mach-mt7620 to mach-mtmipsWeijie Gao2019-05-031-1/+1
* | watchdog: Kconfig: update WDT help messagePatrice Chotard2019-05-031-1/+1
|/
* watchdog: at91sam9_wdt: Remove now superfluous wdt start and resetStefan Roese2019-04-261-8/+0
* watchdog: mpc8xx_wdt: Watchdog driver and macros cleanupStefan Roese2019-04-263-5/+2
* watchdog: cadence: Remove driver specific "timeout-sec" handlingStefan Roese2019-04-261-9/+6
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-262-0/+27
* watchdog: orion_wdt: take timeout value in msChris Packham2019-04-122-4/+20
* watchdog: orion_wdt: support SPL usageChris Packham2019-04-121-3/+1
* arm: at91: Enable watchdog supportStefan Roese2019-04-091-10/+0
* arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUTStefan Roese2019-04-092-5/+3
* watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start()Stefan Roese2019-04-091-12/+14
* watchdog: bcm6345: allow to use this driver on arm bcm63158Philippe Reynes2019-02-091-1/+1
* watchdog: bcm6345: allow to use this driver on arm bcm6858Philippe Reynes2019-02-091-1/+1
* watchdog: bcm6345: switch to raw I/O functionsPhilippe Reynes2019-02-091-5/+5
* watchdog: armada_37xx: Fix compliance with kernel's driverMarek Behún2019-01-211-42/+67
* watchdog: imx: add config to disable wdog resetXiaoliang Yang2019-01-012-0/+8
* watchdog: driver support for fsl-lsch2Xiaoliang Yang2019-01-012-0/+9
* drivers: watchdog: add a DM driver for the MPC8xx watchdogChristophe Leroy2018-12-032-0/+58
* watchdog: MediaTek: add watchdog driver for MediaTek SoCsRyder Lee2018-11-283-0/+144
* wdt: Add MT7621 watchdog driverStefan Roese2018-11-183-0/+111
* arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar2018-11-163-25/+91
* watchdog: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
* Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini2018-10-251-0/+7
|\
| * Kconfig: Convert CONFIG_IMX_WATCHDOG to KconfigXiaoliang Yang2018-10-221-0/+7
* | watchdog: aspeed: restore default value of reset_maskCédric Le Goater2018-10-221-0/+1
|/
* watchdog: mx25: use the imx_watchdog driver for mx25Martin Kaiser2018-09-041-1/+1
* watchdog: cadence: Do not stop wdt in probeMichal Simek2018-07-191-2/+0
* watchdog: cdns: Add comment for expire_now functionMichal Simek2018-07-191-0/+1
* watchdog: Convert Xilinx Axi watchdog driver to driver modelShreenidhi Shedi2018-07-192-26/+93
* watchdog: dm: Support manual relocation for watchdogsMichal Simek2018-07-191-0/+23
* watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIASMichal Simek2018-07-191-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2018-06-011-6/+2
|\
| * watchdog: bcm6345: convert to use live dtÁlvaro Fernández Rojas2018-06-011-6/+2
* | watchdog: cadence: Use live-tree functionsMichal Simek2018-05-311-5/+4
|/
* watchdog: Add support for Armada 37xx CPU watchdogMarek Behún2018-05-143-0/+185
* watchdog: cadence: Show used timeout valueMichal Simek2018-05-111-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0716-33/+16
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-275-10/+0
* watchdog: cadence: Remove useless ioremapMichal Simek2018-04-231-5/+0
* watchdog: Fix Kconfig alignment for WDT_SANDBOXMichal Simek2018-04-061-3/+3
* powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy2018-04-062-0/+22
* watchdog: Add Cadence watchdog driverShreenidhi Shedi2018-03-233-0/+293
* watchdog: omap_wdt: improve watchdog reset pathRuslan Bilovol2018-03-161-6/+15
* wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko2017-08-131-2/+2
* watchdog: Introduce watchdog driver for Intel TangierFelipe Balbi2017-07-303-1/+82
* orion_wdt: Support for the Orion WatchdogMarek Behún2017-07-123-0/+185
* wdt: Unify option of timeout valueAndy Shevchenko2017-07-071-1/+1
* wdt: Fix spelling Resettting -> ResettingAndy Shevchenko2017-07-071-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-012-2/+2