summaryrefslogtreecommitdiff
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2023-05-063-9/+9
* drivers: use dev_read_addr_index_ptr when cast to pointerJohan Jonker2023-05-061-6/+6
* Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2023-04-294-81/+134
|\
| * watchdog: mpc8xxx: Add support for mpc83xxChristophe Leroy2023-04-062-1/+2
| * watchdog: mpc8xxx: Make it genericChristophe Leroy2023-04-062-19/+71
| * watchdog: mpc8xx: Rename it mpc8xxxChristophe Leroy2023-04-053-16/+16
* | watchdog: arm_smc_wdt: add watchdog supportLionel Debieve2023-04-183-0/+132
* | watchdog: ftwdt010: return a previously deleted driver now ported to DMSergei Antonov2023-04-183-0/+140
* | watchdog: Add a watchdog driver for Raspberry Pi boardsETIENNE DUBLE2023-04-183-0/+142
|/
* watchdog: Clean up defaults for imx_watchdog / ulp_wdogTom Rini2023-01-203-10/+2
* global: Migrate CONFIG_DW_WDT_CLOCK_KHZ to CFGTom Rini2022-12-231-1/+1
* watchdog: Drop GD_FLG_WDT_READY as it's not used any moreStefan Roese2022-11-221-1/+0
* watchdog: designware: make reset really optionalQuentin Schulz2022-11-221-4/+5
* arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855William Zhang2022-10-311-1/+1
* arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858William Zhang2022-10-311-2/+1
* arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang2022-10-311-1/+1
* arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang2022-10-311-1/+1
* watchdog: ulp_wdog: add driver model for ulp watchdog driverAlice Guo2022-10-241-7/+87
* watchdog: ulp_wdog: enable watchdog interrupt on imx93Alice Guo2022-10-241-2/+4
* watchdog: ulp_wdog: Update watchdog driver for imx93Alice Guo2022-10-241-3/+12
* ulp_wdog: Update ulp wdog driver for 32bits commandYe Li2022-10-241-16/+36
* sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes2022-10-243-0/+88
* watchdog: introduce a u-boot,autostart propertyRasmus Villemoes2022-10-241-6/+9
* wdt: nuvoton: add expire function for generic resetJim Liu2022-10-241-0/+6
* watchdog: omap_wdt: Switch required include for watchdog definesTom Rini2022-10-181-1/+1
* Merge branch 'next'Tom Rini2022-10-033-32/+44
|\
| * watchdog: mediatek: add support for MediaTek MT7986 SoCWeijie Gao2022-09-231-0/+1
| * watchdog: Integrate watchdog triggering into the cyclic frameworkStefan Roese2022-09-182-32/+43
* | watchdog: max6370: use __udelay() to avoid recursionPali Rohár2022-09-271-1/+1
* | watchdog: gpio_wdt: use __udelay() to avoid recursionRasmus Villemoes2022-09-271-1/+1
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini2022-07-225-29/+231
|\
| * watchdog: add pulse support to gpio watchdog driverPaul Doelle2022-07-211-6/+34
| * watchdog: add amlogic watchdog supportPhilippe Boos2022-07-213-0/+144
| * watchdog: octeontx_wdt: Add MIPS Octeon supportStefan Roese2022-07-212-23/+53
* | treewide: Fix Marek's name and change my e-mail addressMarek Behún2022-07-212-2/+2
|/
* watchdog: add support for MediaTek MT7621 SoCWeijie Gao2022-07-131-1/+1
* watchdog: designware: Make this depend on WDTTom Rini2022-07-052-23/+2
* watchdog: Add MAX6370 watchdog timer driverPali Rohár2022-05-063-0/+126
* nds32: Remove the architectureTom Rini2022-04-252-93/+0
* wdt: nuvoton: Add support for NuvotonJim Liu2022-04-223-0/+125
* Merge tag 'v2022.04-rc4' into nextTom Rini2022-03-146-18/+137
|\
| * watchdog: rti_wdt: Add 10% safety margin to clock frequencyJan Kiszka2022-03-081-3/+11
| * watchdog: armada_37xx: Probe driver also when watchdog is already runningPali Rohár2022-03-081-14/+3
| * drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostartPhilippe Reynes2022-03-081-1/+6
| * watchdog: add sl28cpld watchdog driverMichael Walle2022-02-283-0/+117
* | watchdog: bcm6345: allow to use this driver on arm bcm6753Philippe Reynes2022-03-071-1/+2
|/
* watchdog: armada_37xx: Convert to official DT bindingsPali Rohár2022-02-171-5/+2
* watchdog: Add a driver for the Apple watchdogMark Kettenis2022-01-133-0/+125
* sandbox: fix sandbox_wdt_expire_now()Heinrich Schuchardt2021-11-131-0/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2021-11-111-1/+1
|\