RE: [PATCH 5/5] OMAP: I2C: Convert i2c driver to use PM runtime api's

2010-08-25 Thread Nayak, Rajendra
> -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Tuesday, August 24, 2010 3:53 AM > To: Nayak, Rajendra > Cc: linux-omap@vger.kernel.org; Paul Walmsley > Subject: Re: [PATCH 5/5] OMAP: I2C: Convert i2c driver to use PM runtime a

Re: [PATCH 5/5] OMAP: I2C: Convert i2c driver to use PM runtime api's

2010-08-23 Thread Kevin Hilman
Rajendra Nayak writes: > This patch converts the i2c driver to use PM runtime apis for OMAP2+ > and omap_device api's for OMAP1 > > Signed-off-by: Rajendra Nayak > Cc: Kevin Hilman > Cc: Paul Walmsley Some minor comments below, but otherwise looks like the right direction. Kevin > --- > dr

[PATCH 5/5] OMAP: I2C: Convert i2c driver to use PM runtime api's

2010-08-09 Thread Rajendra Nayak
This patch converts the i2c driver to use PM runtime apis for OMAP2+ and omap_device api's for OMAP1 Signed-off-by: Rajendra Nayak Cc: Kevin Hilman Cc: Paul Walmsley --- drivers/i2c/busses/i2c-omap.c | 81 ++--- 1 files changed, 35 insertions(+), 46 deleti