Re: [U-Boot] [PATCH v1] arm: at91: wdt: Convert watchdog driver to dm

2018-08-24 Thread Prasanthi . Chellakumar
On 08/10/2018 07:53 AM, Tom Rini wrote: On Thu, Jul 26, 2018 at 02:56:27PM -0700, Prasanthi Chellakumar wrote: Convert the Watchdog driver for AT91SAM9x processors to support the driver model and device tree Signed-off-by: Prasanthi Chellakumar --- arch/arm/mach-at91/include/mach/at91_wdt

Re: [U-Boot] [PATCH v1] arm: at91: wdt: Convert watchdog driver to dm

2018-08-10 Thread Tom Rini
On Thu, Jul 26, 2018 at 02:56:27PM -0700, Prasanthi Chellakumar wrote: > Convert the Watchdog driver for AT91SAM9x processors to support > the driver model and device tree > > Signed-off-by: Prasanthi Chellakumar > --- > arch/arm/mach-at91/include/mach/at91_wdt.h | 12 +++- > drivers/watchdog/

[U-Boot] [PATCH v1] arm: at91: wdt: Convert watchdog driver to dm

2018-07-28 Thread Prasanthi Chellakumar
Convert the Watchdog driver for AT91SAM9x processors to support the driver model and device tree Signed-off-by: Prasanthi Chellakumar --- arch/arm/mach-at91/include/mach/at91_wdt.h | 12 +++- drivers/watchdog/Kconfig | 7 ++ drivers/watchdog/Makefile | 2 +