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

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-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 jg1@samsung.com

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 that PM is

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. > > ---

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 jg1@samsung.com I've queued this up as v3.11 material. ---

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.

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 jg1@samsung.com I've queued this up as

[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

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

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

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

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

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 an #define

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 for the case

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 in the

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 driver

[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 jg1@samsung.com --- drivers/i2c/busses/i2c-s3c2410.c |8 +--- include/linux/pm.h |

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-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

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 jg1@samsung.com First, I'm not taking any

[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

[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 jg1@samsung.com --- include/linux/pm.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff