Re: [PATCH] PM: Add pm_ops_ptr() macro

2013-05-30 Thread Rafael J. Wysocki
On Thursday, May 30, 2013 12:56:45 PM Wolfram Sang wrote: > On Fri, May 03, 2013 at 11:23:11AM +0200, Pavel Machek wrote: > > Hi! > > > > > > Add pm_ops_ptr() macro that allows the .pm entry in the driver > > > > structures > > > > to be assigned without having an #define xxx NULL for the case th

Re: [PATCH] PM: Add pm_ops_ptr() macro

2013-05-30 Thread Wolfram Sang
On Fri, May 03, 2013 at 11:23:11AM +0200, Pavel Machek wrote: > Hi! > > > > Add pm_ops_ptr() macro that allows the .pm entry in the driver structures > > > to be assigned without having an #define xxx NULL for the case that PM is > > > not enabled. > > > > > > Signed-off-by: Jingoo Han > > > >

Re: [PATCH] PM: Add pm_ops_ptr() macro

2013-05-03 Thread Pavel Machek
Hi! > > Add pm_ops_ptr() macro that allows the .pm entry in the driver structures > > to be assigned without having an #define xxx NULL for the case that PM is > > not enabled. > > > > Signed-off-by: Jingoo Han > > I've queued this up as v3.11 material. > > --- a/drivers/i2c/busses/i2c-s3c2410

Re: [PATCH] PM: Add pm_ops_ptr() macro

2013-05-02 Thread Rafael J. Wysocki
On Tuesday, April 30, 2013 10:09:22 AM Jingoo Han wrote: > Add pm_ops_ptr() macro that allows the .pm entry in the driver structures > to be assigned without having an #define xxx NULL for the case that PM is > not enabled. > > Signed-off-by: Jingoo Han I've queued this up as v3.11 material. Th

[PATCH] PM: Add pm_ops_ptr() macro

2013-04-29 Thread Jingoo Han
Add pm_ops_ptr() macro that allows the .pm entry in the driver structures to be assigned without having an #define xxx NULL for the case that PM is not enabled. Signed-off-by: Jingoo Han --- drivers/i2c/busses/i2c-s3c2410.c |8 +--- include/linux/pm.h |2 ++ 2 files cha

Re: [PATCH] PM: Add pm_ops_ptr() macro

2013-04-29 Thread Jingoo Han
On Monday, April 29, 2013 9:13 PM, Lars-Peter Clausen wrote: > On 04/29/2013 07:41 AM, Jingoo Han wrote: > > On Saturday, April 27, 2013 11:41 PM, Rafael J. Wysocki: > >> > >> On Saturday, April 27, 2013 11:54:50 AM Jingoo Han wrote: > >>> Add pm_ops_ptr() macro that allows the .pm entry in the dri

Re: [PATCH] PM: Add pm_ops_ptr() macro

2013-04-29 Thread Jingoo Han
On Monday, April 29, 2013 8:35 PM, Rafael J. Wysocki: > On Monday, April 29, 2013 02:41:48 PM Jingoo Han wrote: > > On Saturday, April 27, 2013 11:41 PM, Rafael J. Wysocki: > > > > > > On Saturday, April 27, 2013 11:54:50 AM Jingoo Han wrote: > > > > Add pm_ops_ptr() macro that allows the .pm entry

Re: [PATCH] PM: Add pm_ops_ptr() macro

2013-04-29 Thread Lars-Peter Clausen
On 04/29/2013 07:41 AM, Jingoo Han wrote: > On Saturday, April 27, 2013 11:41 PM, Rafael J. Wysocki: >> >> On Saturday, April 27, 2013 11:54:50 AM Jingoo Han wrote: >>> Add pm_ops_ptr() macro that allows the .pm entry in the driver structures >>> to be assigned without having an #define xxx NULL fo

Re: [PATCH] PM: Add pm_ops_ptr() macro

2013-04-29 Thread Rafael J. Wysocki
On Monday, April 29, 2013 02:41:48 PM Jingoo Han wrote: > On Saturday, April 27, 2013 11:41 PM, Rafael J. Wysocki: > > > > On Saturday, April 27, 2013 11:54:50 AM Jingoo Han wrote: > > > Add pm_ops_ptr() macro that allows the .pm entry in the driver structures > > > to be assigned without having a

Re: [PATCH] PM: Add pm_ops_ptr() macro

2013-04-28 Thread Jingoo Han
On Saturday, April 27, 2013 11:41 PM, Rafael J. Wysocki: > > On Saturday, April 27, 2013 11:54:50 AM Jingoo Han wrote: > > Add pm_ops_ptr() macro that allows the .pm entry in the driver structures > > to be assigned without having an #define xxx NULL for the case that PM is > > not enabled. > > >

Re: [PATCH] PM: Add pm_ops_ptr() macro

2013-04-27 Thread Rafael J. Wysocki
On Saturday, April 27, 2013 11:54:50 AM Jingoo Han wrote: > Add pm_ops_ptr() macro that allows the .pm entry in the driver structures > to be assigned without having an #define xxx NULL for the case that PM is > not enabled. > > Signed-off-by: Jingoo Han First, I'm not taking any more PM patches

[PATCH] PM: Add pm_ops_ptr() macro

2013-04-26 Thread Jingoo Han
Add pm_ops_ptr() macro that allows the .pm entry in the driver structures to be assigned without having an #define xxx NULL for the case that PM is not enabled. Signed-off-by: Jingoo Han --- include/linux/pm.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linu