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

2013-02-07 Thread Kumar, Anil
On Thu, Feb 07, 2013 at 09:02:15, 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. > > :100644 100644 e8e8724... 6ad76a3... M

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

2013-02-07 Thread Kumar, Anil
On Fri, Feb 08, 2013 at 09:49:27, Nori, Sekhar wrote: > On 2/8/2013 8:05 AM, Kumar, Anil wrote: > > On Thu, Feb 07, 2013 at 23:20:48, Nori, Sekhar wrote: > >> On 2/7/2013 9:02 AM, Kumar, Anil wrote: > > >>> Update the code to use devm_* API so that driver > >>> core will manage resources. > >

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

2013-02-07 Thread Sekhar Nori
On 2/8/2013 8:05 AM, Kumar, Anil wrote: > On Thu, Feb 07, 2013 at 23:20:48, Nori, Sekhar wrote: >> On 2/7/2013 9:02 AM, Kumar, Anil wrote: >>> Update the code to use devm_* API so that driver >>> core will manage resources. >>> Signed-off-by: Kumar, Anil >>> diff --git

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

2013-02-07 Thread Kumar, Anil
Hi Sekhar, Thanks for the review. On Thu, Feb 07, 2013 at 23:20:48, Nori, Sekhar wrote: > > On 2/7/2013 9:02 AM, 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

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

2013-02-07 Thread Kumar, Anil
Hi Sergei On Thu, Feb 07, 2013 at 16:51:37, Sergei Shtylyov wrote: > Hello. > > On 07-02-2013 7:32, 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. >

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

2013-02-07 Thread Sekhar Nori
On 2/7/2013 9:02 AM, 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. > > :100644 100644 e8e8724... 6ad76a3... M

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

2013-02-07 Thread Sergei Shtylyov
Hello. On 07-02-2013 7:32, 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. :100644 100644 e8e8724... 6ad76a3... M drivers/watchdog/davinci_wdt.c

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

2013-02-07 Thread Kumar, Anil
Hi Sergei On Thu, Feb 07, 2013 at 16:51:37, Sergei Shtylyov wrote: Hello. On 07-02-2013 7:32, 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.

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

2013-02-07 Thread Kumar, Anil
Hi Sekhar, Thanks for the review. On Thu, Feb 07, 2013 at 23:20:48, Nori, Sekhar wrote: On 2/7/2013 9:02 AM, 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

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

2013-02-07 Thread Sekhar Nori
On 2/8/2013 8:05 AM, Kumar, Anil wrote: On Thu, Feb 07, 2013 at 23:20:48, Nori, Sekhar wrote: On 2/7/2013 9:02 AM, 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 diff --git

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

2013-02-07 Thread Kumar, Anil
On Fri, Feb 08, 2013 at 09:49:27, Nori, Sekhar wrote: On 2/8/2013 8:05 AM, Kumar, Anil wrote: On Thu, Feb 07, 2013 at 23:20:48, Nori, Sekhar wrote: On 2/7/2013 9:02 AM, Kumar, Anil wrote: Update the code to use devm_* API so that driver core will manage resources. Signed-off-by:

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

2013-02-07 Thread Kumar, Anil
On Thu, Feb 07, 2013 at 09:02:15, 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. :100644 100644 e8e8724... 6ad76a3... M

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

2013-02-07 Thread Sergei Shtylyov
Hello. On 07-02-2013 7:32, 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. :100644 100644 e8e8724... 6ad76a3... M

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

2013-02-07 Thread Sekhar Nori
On 2/7/2013 9:02 AM, 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. :100644 100644 e8e8724... 6ad76a3... M

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

2013-02-06 Thread Kumar, Anil
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. :100644 100644 e8e8724... 6ad76a3... M drivers/watchdog/davinci_wdt.c drivers/watchdog/davinci_wdt.c | 34

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

2013-02-06 Thread Kumar, Anil
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. :100644 100644 e8e8724... 6ad76a3... M drivers/watchdog/davinci_wdt.c drivers/watchdog/davinci_wdt.c |