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

2013-02-20 Thread Vishwanathrao Badarkhe, Manish
Hi Wolfram On Sat, Feb 16, 2013 at 00:39:43, Wolfram Sang wrote: > On Thu, Feb 07, 2013 at 06:22:00PM +0530, Vishwanathrao Badarkhe, Manish > wrote: > > Update the code to use devm_* API so that driver core will manage > > resources. > > Also, if "devm_request_and_ioremap" fails return

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

2013-02-20 Thread Vishwanathrao Badarkhe, Manish
Hi Wolfram On Sat, Feb 16, 2013 at 00:39:43, Wolfram Sang wrote: On Thu, Feb 07, 2013 at 06:22:00PM +0530, Vishwanathrao Badarkhe, Manish wrote: Update the code to use devm_* API so that driver core will manage resources. Also, if devm_request_and_ioremap fails return -EADDRNOTAVAIL

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

2013-02-15 Thread Wolfram Sang
On Thu, Feb 07, 2013 at 06:22:00PM +0530, Vishwanathrao Badarkhe, Manish wrote: > Update the code to use devm_* API so that driver > core will manage resources. > Also, if "devm_request_and_ioremap" fails return -EADDRNOTAVAIL > instead of -EBUSY. > > Signed-off-by: Vishwanathrao Badarkhe, Manish

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

2013-02-15 Thread Wolfram Sang
On Thu, Feb 07, 2013 at 06:22:00PM +0530, Vishwanathrao Badarkhe, Manish wrote: Update the code to use devm_* API so that driver core will manage resources. Also, if devm_request_and_ioremap fails return -EADDRNOTAVAIL instead of -EBUSY. Signed-off-by: Vishwanathrao Badarkhe, Manish

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

2013-02-07 Thread Vishwanathrao Badarkhe, Manish
Update the code to use devm_* API so that driver core will manage resources. Also, if "devm_request_and_ioremap" fails return -EADDRNOTAVAIL instead of -EBUSY. Signed-off-by: Vishwanathrao Badarkhe, Manish --- :100644 100644 6a0a553... 663ced8... M drivers/i2c/busses/i2c-davinci.c

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

2013-02-07 Thread Vishwanathrao Badarkhe, Manish
Update the code to use devm_* API so that driver core will manage resources. Also, if devm_request_and_ioremap fails return -EADDRNOTAVAIL instead of -EBUSY. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- :100644 100644 6a0a553... 663ced8... M drivers/i2c/busses/i2c-davinci.c