Re: [PATCHv11 2/6] i2c: omap: Use SET_RUNTIME_PM_OPS

2012-07-12 Thread Wolfram Sang
On Thu, Jun 28, 2012 at 08:41:28PM +0530, Shubhrajyoti D wrote: Use SET_RUNTIME_PM_OPS macro to set runtime functions. Acked-by: Felipe Balbi ba...@ti.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com Applied to next, thanks. -- Pengutronix e.K. | Wolfram Sang

[PATCHv11 2/6] i2c: omap: Use SET_RUNTIME_PM_OPS

2012-06-28 Thread Shubhrajyoti D
Use SET_RUNTIME_PM_OPS macro to set runtime functions. Acked-by: Felipe Balbi ba...@ti.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- drivers/i2c/busses/i2c-omap.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/busses/i2c-omap.c