Re: [PATCH 3/4] wdt: Remove dependencies on CONFIG_DW_WDT_* from Designware WDT

2020-02-02 Thread Sean Anderson
On 2/2/20 12:12 PM, Sean Anderson wrote: > Currently, the designware watchdog driver depends in several places on the > values of CONFIG_DW_WDT_ defines. This patch moves these uses to just the > functions hw_watchdog_*. > --- > drivers/watchdog/designware_wdt.c | 65 --

[PATCH 3/4] wdt: Remove dependencies on CONFIG_DW_WDT_* from Designware WDT

2020-02-02 Thread Sean Anderson
Currently, the designware watchdog driver depends in several places on the values of CONFIG_DW_WDT_ defines. This patch moves these uses to just the functions hw_watchdog_*. --- drivers/watchdog/designware_wdt.c | 65 --- 1 file changed, 42 insertions(+), 23 deletions(-