summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOADAhmad Fatoum14 days1-1/+1
* watchdog: restart handler: hang when watchdog cannot restart the machineSascha Hauer2024-02-081-1/+3
* watchdog: imxulp: Fix prescaler setting on i.MX7ulpSascha Hauer2024-01-161-5/+12
* watchdog: imxulp: Fix timeout calculationSascha Hauer2024-01-161-1/+1
* watchdog: Add ULP wdog supportSascha Hauer2023-11-173-0/+168
* treewide: switch regmap.h include to linux/regmap.hAhmad Fatoum2023-10-261-1/+1
* mfd: syscon: do not include regmap.h from mfd/syscon.hAhmad Fatoum2023-10-231-0/+1
* watchdog: add Cadence watchdog support for Xilinx SoCsAhmad Fatoum2023-09-143-0/+285
* gpio: have gpiod_ functions return and accept pointersAhmad Fatoum2023-06-231-11/+11
* watchdog: imx28: use correct constant for computing timeout_maxAhmad Fatoum2023-06-131-1/+1
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-1317-0/+17
* ARM: at91: Move mach header files to include/mach/at91Sascha Hauer2023-03-061-1/+1
* Rename struct driver_d to driverSascha Hauer2023-01-1019-19/+19
* Rename struct device_d to deviceSascha Hauer2023-01-1021-28/+28
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-104-8/+8
* watchdog: imxwd: set imxwd-warm as reboot mode default handlerAhmad Fatoum2022-10-271-0/+1
* watchdog: imxwd: don't register broken imxwd-warm for i.MX7Ahmad Fatoum2022-10-271-7/+23
* watchdog: imxwd: Add error messages for some failure points in .probe()Uwe Kleine-König2022-06-301-3/+5
* watchdog: imxwd: Convert error messages in .probe to dev_err_probe()Uwe Kleine-König2022-06-301-5/+5
* ARM: rpi: parse useful data from vc fdtDaniel Brát2022-06-271-22/+1
* watchdog: wdat: fix mixed spaces/tabs in alignmentAhmad Fatoum2022-03-081-18/+18
* Merge branch 'for-next/stm32'Sascha Hauer2022-02-181-1/+1
|\
| * ARM: stm32mp: allow driver reuse for STM32 MCUsAhmad Fatoum2022-02-011-1/+1
* | Add Ricoh RN5T568 PMIC based watchdogJuergen Borleis2022-01-203-0/+153
|/
* Merge branch 'for-next/misc'Sascha Hauer2022-01-194-0/+511
|\
| * watchdog: imxwd: suspend watchdog timer in low power modeAndrej Picej2022-01-171-0/+4
| * watchdog: add support for wdat_wdtSteffen Trumtrar2022-01-103-0/+507
* | watchdog: kvx: do not disable watchdog on probeLouis Morhet2022-01-181-3/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-12-158-8/+8
|\
| * drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-227-7/+7
* | efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-251-1/+1
|/
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-1512-75/+14
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-0112-75/+14
* | include: add dedicated header for printf/printkAhmad Fatoum2021-11-011-1/+1
|/
* watchdog: imxwd: register explicit warm reset handlerAhmad Fatoum2021-08-091-0/+16
* watchdog: add StarFive watchdog driverAhmad Fatoum2021-06-243-0/+114
* watchdog: dw_wdt: fix resource reservation error checkAhmad Fatoum2021-06-211-2/+3
* Merge branch 'for-next/wdt'Sascha Hauer2021-06-161-4/+11
|\
| * watchdog: dw_wdt: denote message to debug levelSascha Hauer2021-06-111-1/+1
| * watchdog: dw_wdt: set maximum timeoutSascha Hauer2021-06-111-4/+5
| * watchdog: dw_wdt: Detect if running initiallySascha Hauer2021-06-111-0/+3
| * watchdog: dw_wdt: Write counter restart registerSascha Hauer2021-06-111-0/+3
* | watchdog: add option to provide fall-back restart handlerAhmad Fatoum2021-06-091-0/+26
|/
* Merge branch 'for-next/x86'Sascha Hauer2021-05-173-0/+364
|\
| * watchdog: add support for Intel TCO watchdog timerAhmad Fatoum2021-05-033-0/+364
* | watchdog: imxwd: get and enable clockSteffen Trumtrar2021-05-031-0/+11
|/
* watchdog: add GPIO watchdog driverAhmad Fatoum2021-04-133-0/+150
* Merge branch 'for-next/misc'Sascha Hauer2021-02-221-0/+29
|\
| * watchdog: Print seconds to expireSascha Hauer2021-02-161-0/+29