summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2019-08-12watchdog: omap_wdt: Disable DM watchdog support in SPLSuniel Mahesh1-0/+7
2019-08-12watchdog: omap_wdt: Convert watchdog driver to use DT and DMSuniel Mahesh3-1/+123
2019-08-05watchdog: mtk_wdt: Cosmetic cleanup of latest changesStefan Roese1-9/+16
2019-08-05watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its referencesStefan Roese3-44/+0
2019-07-19watchdog: imx: Add DM supportMarek Vasut2-17/+104
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut2-1/+8
2019-06-22watchdog: tangier: Convert to use WDT classAndy Shevchenko3-38/+54
2019-06-22watchdog: tangier: Replace unused constant with a commentAndy Shevchenko1-1/+6
2019-06-20Fix watchdog timeout setup for mt7623Shannon Barber1-7/+21
2019-06-20aspeed/watchdog: Correct timeout valueJoel Stanley1-0/+6
2019-06-06watchdog: stm32mp: Add watchdog driverPatrice Chotard3-0/+144
2019-06-06watchdog: Kconfig: Sort entry alphabeticallyPatrice Chotard1-48/+49
2019-05-22driver: watchdog: add sp805 watchdog supportQiang Zhao3-0/+135
2019-05-18watchdog: bcm6345: callback start use tick instead of msPhilippe Reynes1-5/+16
2019-05-05Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mipsTom Rini1-1/+1
2019-05-03mips: rename mach-mt7620 to mach-mtmipsWeijie Gao1-1/+1
2019-05-03watchdog: Kconfig: update WDT help messagePatrice Chotard1-1/+1
2019-04-26watchdog: at91sam9_wdt: Remove now superfluous wdt start and resetStefan Roese1-8/+0
2019-04-26watchdog: mpc8xx_wdt: Watchdog driver and macros cleanupStefan Roese3-5/+2
2019-04-26watchdog: cadence: Remove driver specific "timeout-sec" handlingStefan Roese1-9/+6
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese2-0/+27
2019-04-12watchdog: orion_wdt: take timeout value in msChris Packham2-4/+20
2019-04-12watchdog: orion_wdt: support SPL usageChris Packham1-3/+1
2019-04-09arm: at91: Enable watchdog supportStefan Roese1-10/+0
2019-04-09arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUTStefan Roese2-5/+3
2019-04-09watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start()Stefan Roese1-12/+14
2019-02-09watchdog: bcm6345: allow to use this driver on arm bcm63158Philippe Reynes1-1/+1
2019-02-09watchdog: bcm6345: allow to use this driver on arm bcm6858Philippe Reynes1-1/+1
2019-02-09watchdog: bcm6345: switch to raw I/O functionsPhilippe Reynes1-5/+5
2019-01-21watchdog: armada_37xx: Fix compliance with kernel's driverMarek Behún1-42/+67
2019-01-01watchdog: imx: add config to disable wdog resetXiaoliang Yang2-0/+8
2019-01-01watchdog: driver support for fsl-lsch2Xiaoliang Yang2-0/+9
2018-12-03drivers: watchdog: add a DM driver for the MPC8xx watchdogChristophe Leroy2-0/+58
2018-11-29watchdog: 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