[U-Boot] [PATCH v1] arm: at91: wdt: Convert watchdog driver to dm
Prasanthi.Chellakumar
prasanthi.chellakumar at microchip.com
Fri Aug 24 17:22:45 UTC 2018
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 <prasanthi.chellakumar at microchip.com>
>> ---
>> arch/arm/mach-at91/include/mach/at91_wdt.h | 12 +++-
>> drivers/watchdog/Kconfig | 7 ++
>> drivers/watchdog/Makefile | 2 +-
>> drivers/watchdog/at91sam9_wdt.c | 105 +++++++++++++++++++++--------
>> 4 files changed, 95 insertions(+), 31 deletions(-)
> Thanks for doing the conversion. It's fine to rename the config option
> to match the rest of the WDT drivers but you need to update all of the
> existing users now too, thanks!
>
Noted. Thanks for reviewing.
Prasanthi
More information about the U-Boot
mailing list