RE: [PATCH v4 3/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2013-02-17 Thread Yang, Wenyou
Hi Wim, > This code not only converts the watchdog to the new framework, > but it also adds the is_enable related code changes which should > be a seperate patch. > > So I took your original patch and changed it to the below at91sam9_wdt > watchdog conversion patch. Note: this is also without

RE: [PATCH v4 3/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2013-02-17 Thread Yang, Wenyou
Hi Wim, This code not only converts the watchdog to the new framework, but it also adds the is_enable related code changes which should be a seperate patch. So I took your original patch and changed it to the below at91sam9_wdt watchdog conversion patch. Note: this is also without Fabio's

Re: [PATCH v4 3/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2013-02-13 Thread Wim Van Sebroeck
Hi Wenyou, > According to Documentation/watchdog/convert_drivers_to_kernel_api.txt, > remove the file_operations struct, miscdevice, and obsolete includes > > Since the at91sam watchdog inherent characteristics, add the watchdog > operations: at91wdt_start, at91wdt_stop and at91wdt_ping. >

Re: [PATCH v4 3/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2013-02-13 Thread Wim Van Sebroeck
Hi Wenyou, According to Documentation/watchdog/convert_drivers_to_kernel_api.txt, remove the file_operations struct, miscdevice, and obsolete includes Since the at91sam watchdog inherent characteristics, add the watchdog operations: at91wdt_start, at91wdt_stop and at91wdt_ping. This code

[PATCH v4 3/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2013-01-31 Thread Wenyou Yang
According to Documentation/watchdog/convert_drivers_to_kernel_api.txt, remove the file_operations struct, miscdevice, and obsolete includes Since the at91sam watchdog inherent characteristics, add the watchdog operations: at91wdt_start, at91wdt_stop and at91wdt_ping. Signed-off-by: Wenyou Yang

[PATCH v4 3/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2013-01-31 Thread Wenyou Yang
According to Documentation/watchdog/convert_drivers_to_kernel_api.txt, remove the file_operations struct, miscdevice, and obsolete includes Since the at91sam watchdog inherent characteristics, add the watchdog operations: at91wdt_start, at91wdt_stop and at91wdt_ping. Signed-off-by: Wenyou Yang