Re: [PATCH V2] watchdog: davinci_wdt: update to devm_* API

2013-02-19 Thread Wim Van Sebroeck
Hi Kumar, > Update the code to use devm_* API so that driver > core will manage resources. > > Signed-off-by: Kumar, Anil Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH V2] watchdog: davinci_wdt: update to devm_* API

2013-02-19 Thread Wim Van Sebroeck
Hi Kumar, Update the code to use devm_* API so that driver core will manage resources. Signed-off-by: Kumar, Anil anilkuma...@ti.com Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

RE: [PATCH V2] watchdog: davinci_wdt: update to devm_* API

2013-02-17 Thread Kumar, Anil
Hi, On Fri, Feb 08, 2013 at 13:09:30, Kumar, Anil wrote: > Update the code to use devm_* API so that driver > core will manage resources. > > Signed-off-by: Kumar, Anil > --- > This patch applies on top of v3.8-rc6. > > Tested on da850 EVM. > > Changes for V2: > - Use return -EADDRNOTAVAIL

RE: [PATCH V2] watchdog: davinci_wdt: update to devm_* API

2013-02-17 Thread Kumar, Anil
Hi, On Fri, Feb 08, 2013 at 13:09:30, Kumar, Anil wrote: Update the code to use devm_* API so that driver core will manage resources. Signed-off-by: Kumar, Anil anilkuma...@ti.com --- This patch applies on top of v3.8-rc6. Tested on da850 EVM. Changes for V2: - Use return