Re: [U-Boot] [PATCH] wdt: Add MT7621 watchdog driver

2018-10-28 Thread Daniel Schwierzeck
Am 04.10.18 um 13:39 schrieb Stefan Roese: > This patch adds watchdog support for the Mediatek MT7621 SoC. The driver > is loosly based on the Linux kernel version. > > Signed-off-by: Stefan Roese > Cc: Daniel Schwierzeck > --- > drivers/watchdog/Kconfig | 7 +++ > drivers/watchdog/Mak

Re: [U-Boot] [PATCH] wdt: Add MT7621 watchdog driver

2018-10-07 Thread Daniel Schwierzeck
On 04.10.2018 13:39, Stefan Roese wrote: > This patch adds watchdog support for the Mediatek MT7621 SoC. The driver > is loosly based on the Linux kernel version. > > Signed-off-by: Stefan Roese > Cc: Daniel Schwierzeck > --- > drivers/watchdog/Kconfig | 7 +++ > drivers/watchdog/Makef

[U-Boot] [PATCH] wdt: Add MT7621 watchdog driver

2018-10-04 Thread Stefan Roese
This patch adds watchdog support for the Mediatek MT7621 SoC. The driver is loosly based on the Linux kernel version. Signed-off-by: Stefan Roese Cc: Daniel Schwierzeck --- drivers/watchdog/Kconfig | 7 +++ drivers/watchdog/Makefile | 1 + drivers/watchdog/mt7621_wdt.c | 102 ++