RE: [PATCH 01/10] watchdog: xilinx: Convert driver to the watchdog framework

2014-02-10 Thread Guenter Roeck
.org > Subject: Re: [PATCH 01/10] watchdog: xilinx: Convert driver to the > watchdog framework > > On 02/09/2014 09:03 PM, Guenter Roeck wrote: > > On 01/31/2014 06:18 AM, Michal Simek wrote: > >> - Remove uneeded headers, fops functions > >> - Use xilinx_wdt prefi

Re: [PATCH 01/10] watchdog: xilinx: Convert driver to the watchdog framework

2014-02-09 Thread Michal Simek
On 02/09/2014 09:03 PM, Guenter Roeck wrote: > On 01/31/2014 06:18 AM, Michal Simek wrote: >> - Remove uneeded headers, fops functions >> - Use xilinx_wdt prefix in start/stop/keepalive functions >>and in new structures >> >> Signed-off-by: Michal Simek > > Hi Michal, > >> static int xwdt_

Re: [PATCH 01/10] watchdog: xilinx: Convert driver to the watchdog framework

2014-02-09 Thread Guenter Roeck
On 01/31/2014 06:18 AM, Michal Simek wrote: - Remove uneeded headers, fops functions - Use xilinx_wdt prefix in start/stop/keepalive functions and in new structures Signed-off-by: Michal Simek Hi Michal, static int xwdt_probe(struct platform_device *pdev) { int rc; @@ -314,7

[PATCH 01/10] watchdog: xilinx: Convert driver to the watchdog framework

2014-01-31 Thread Michal Simek
- Remove uneeded headers, fops functions - Use xilinx_wdt prefix in start/stop/keepalive functions and in new structures Signed-off-by: Michal Simek --- drivers/watchdog/Kconfig | 1 + drivers/watchdog/of_xilinx_wdt.c | 204 ++- 2 files changed, 3