Re: [PATCH 2/2] watchdog: Watchdog driver for Broadcom Set-Top Box

2015-08-23 Thread Guenter Roeck
Hi Justin, On 08/20/2015 10:41 AM, Justin Chen wrote: Watchdog driver for Broadcom 7038 and newer chips. Signed-off-by: Justin Chen Looks pretty good. Couple of comments below. Thanks, Guenter --- drivers/watchdog/Kconfig | 8 ++ drivers/watchdog/Makefile | 1 + drivers

[PATCH 2/2] watchdog: Watchdog driver for Broadcom Set-Top Box

2015-08-20 Thread Justin Chen
Watchdog driver for Broadcom 7038 and newer chips. Signed-off-by: Justin Chen --- drivers/watchdog/Kconfig | 8 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/bcm7038_wdt.c | 253 + 3 files changed, 262 insertions(+) create mode 10064