RE: [v2 PATCH 2/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2012-12-05 Thread Yang, Wenyou
.@iguana.be; linux-watch...@vger.kernel.org; > linux-kernel@vger.kernel.org > Subject: Re: [v2 PATCH 2/8] watchdog/at91sam9_wdt: Convert to use the watchdog > framework > > Hello Wenyou, > > On Wednesday 05 December 2012 09:34:21 Wenyou Yang wrote: > > According to the

Re: [v2 PATCH 2/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2012-12-05 Thread Florian Fainelli
Hello Wenyou, On Wednesday 05 December 2012 09:34:21 Wenyou Yang wrote: > According to the kernel document: convert_drivers_to_kernel_api.txt, > remove the file_operations struct, miscdevice, and obsolete includes > > Since the at91sam watchdog inherent characteristics, add the watchdog >

Re: [v2 PATCH 2/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2012-12-05 Thread Florian Fainelli
Hello Wenyou, On Wednesday 05 December 2012 09:34:21 Wenyou Yang wrote: According to the kernel document: 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:

RE: [v2 PATCH 2/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2012-12-05 Thread Yang, Wenyou
...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [v2 PATCH 2/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework Hello Wenyou, On Wednesday 05 December 2012 09:34:21 Wenyou Yang wrote: According to the kernel document: convert_drivers_to_kernel_api.txt, remove