]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
watchdog: stm32mp: Add watchdog driver
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 30 Apr 2019 15:26:22 +0000 (17:26 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 6 Jun 2019 15:40:16 +0000 (17:40 +0200)
commit8c1007a2cbd845b47003753f54b2f7d2a502e13e
tree3d30b4322850ea0c981adb65f33c7d4582ed9608
parent75500a41825bd8daadcdc6ab2a3c6e1c3c8f39e7
watchdog: stm32mp: Add watchdog driver

This patch adds IWDG (Independent WatchDoG) support for
STM32MP platform.

Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Stefan Roese <sr@denx.de>
MAINTAINERS
arch/arm/mach-stm32mp/Kconfig
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/stm32mp_wdt.c [new file with mode: 0644]