[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-08-08 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-08-07 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown Acked-by: Francisco Jerez ---

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-06-27 Thread Mark Brown
On Wed, Jun 27, 2012 at 10:21:46AM +0100, Dave Airlie wrote: > Thanks for this and I like the fact its been posted 5 times but never > compiled once. It's hard to remember since it was so long ago that I wrote the patch but I rather suspect the reason this didn't happen is that it's actually

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-06-27 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown Acked-by: Francisco Jerez ---

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-06-27 Thread Dave Airlie
On Tue, Jun 12, 2012 at 2:45 AM, Mark Brown wrote: > The I2C specific suspend and resume functions have been deprecated and > printing a warning on boot for over a year, dev_pm_ops should be used > instead so convert to that. > > Also remove the suspend function since all it does is log. > >

Re: [PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-06-27 Thread Dave Airlie
On Tue, Jun 12, 2012 at 2:45 AM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function

Re: [PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-06-27 Thread Mark Brown
On Wed, Jun 27, 2012 at 10:21:46AM +0100, Dave Airlie wrote: Thanks for this and I like the fact its been posted 5 times but never compiled once. It's hard to remember since it was so long ago that I wrote the patch but I rather suspect the reason this didn't happen is that it's actually

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-06-27 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-06-12 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown Acked-by: Francisco Jerez --- This

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-06-12 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-06-05 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown Acked-by: Francisco Jerez ---

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-06-05 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-05-03 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown Acked-by: Francisco Jerez ---

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-05-03 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-04-03 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown Acked-by: Francisco Jerez ---

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-04-03 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-03-23 Thread Francisco Jerez
Mark Brown writes: > The I2C specific suspend and resume functions have been deprecated and > printing a warning on boot for over a year, dev_pm_ops should be used > instead so convert to that. > > Also remove the suspend function since all it does is log. > > Signed-off-by: Mark Brown > --- >

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-03-23 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com ---

[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-03-22 Thread Mark Brown
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log. Signed-off-by: Mark Brown --- drivers/gpu/drm/i2c/ch7006_drv.c |

Re: [PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

2012-03-22 Thread Francisco Jerez
Mark Brown broo...@opensource.wolfsonmicro.com writes: The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that. Also remove the suspend function since all it does is log.