Re: [PATCH V4] i2c: davinci: update to devm_* API

2013-03-29 Thread Wolfram Sang
On Tue, Mar 05, 2013 at 05:14:45PM +0530, Vishwanathrao Badarkhe, Manish wrote: > Update the code to use devm_* API so that driver > core will manage resources. > > Signed-off-by: Vishwanathrao Badarkhe, Manish Applied the following fix: > + dev->base = devm_ioremap_resource(&pdev->dev, mem

RE: [PATCH V4] i2c: davinci: update to devm_* API

2013-03-15 Thread Vishwanathrao Badarkhe, Manish
Hi Wolfram Added your updated mail id in loop. Are there any review comments on this patch? Could you please accept this patch if there are not any review comments? Thanks Manish Badarkhe On Tue, Mar 05, 2013 at 17:14:45, Vishwanathrao Badarkhe, Manish wrote: > Update the code to use devm_* API

[PATCH V4] i2c: davinci: update to devm_* API

2013-03-05 Thread Vishwanathrao Badarkhe, Manish
Update the code to use devm_* API so that driver core will manage resources. Signed-off-by: Vishwanathrao Badarkhe, Manish --- Changes since V3: - Use devm_ioremap_resource API instead of devm_request_and_ioremap. - Update commit message. - Rebase on top of v3.9-rc1 linus tree. Changes sin