Re: [PATCH 6/7] i2c-stu300: Use struct dev_pm_ops for power management

2012-07-11 Thread Linus Walleij
On Wed, Jul 11, 2012 at 9:26 PM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Make the ST-Ericsson U300 I2C controller driver define its PM > callbacks through a struct dev_pm_ops object rather than by using > legacy PM hooks in struct platform_driver. > > Signed-off-by: Rafael J. Wyso

[PATCH 6/7] i2c-stu300: Use struct dev_pm_ops for power management

2012-07-11 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Make the ST-Ericsson U300 I2C controller driver define its PM callbacks through a struct dev_pm_ops object rather than by using legacy PM hooks in struct platform_driver. Signed-off-by: Rafael J. Wysocki --- drivers/i2c/busses/i2c-stu300.c | 19 ++- 1