RE: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask

2011-01-19 Thread Rajendra Nayak
Hi Kevin,

 -Original Message-
 From: Kevin Hilman [mailto:khil...@ti.com]
 Sent: Saturday, January 08, 2011 2:35 AM
 To: Rajendra Nayak
 Cc: Paul Walmsley; Santosh Shilimkar; linux-omap@vger.kernel.org;
t...@atomide.com; linux-arm-
 ker...@lists.infradead.org
 Subject: Re: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for
build break because of clktrctrl_mask

 Rajendra Nayak rna...@ti.com writes:

 [...]

  Just another trivial fix.
 
  From bb46b74d2b0ab3d35e72b760da7e123a891e6813 Mon Sep 17 00:00:00 2001
  From: Rajendra Nayak rna...@ti.com
  Date: Fri, 7 Jan 2011 14:07:25 +0530
  Subject: [PATCH] OMAP: powerdomain: remove unused func declaration
 
  Trivial fix to remove the unused function declaration
  from the powerdomain header.
 
  Signed-off-by: Rajendra Nayak rna...@ti.com
  ---
   arch/arm/mach-omap2/powerdomain.h |1 -
   1 files changed, 0 insertions(+), 1 deletions(-)
 
  diff --git a/arch/arm/mach-omap2/powerdomain.h
  b/arch/arm/mach-omap2/powerdomain.h
  index c66431e..0b7a357 100644
  --- a/arch/arm/mach-omap2/powerdomain.h
  +++ b/arch/arm/mach-omap2/powerdomain.h
  @@ -165,7 +165,6 @@ struct pwrdm_ops {
  int (*pwrdm_wait_transition)(struct powerdomain *pwrdm);
   };
 
  -void pwrdm_fw_init(void);
   void pwrdm_init(struct powerdomain **pwrdm_list, struct pwrdm_ops
  *custom_funcs);

 Note this is line-wrapped.

 Looks like you need to get get-send-email setup so you can avoid having
 the patch sending problems.

Sorry, I seemed to have completely missed this one.
Will repost.

Thanks,
Rajendra


 
   struct powerdomain *pwrdm_lookup(const char *name);

 In any case, with Paul's ack, I can queue this with the others.

 Kevin
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask

2011-01-10 Thread Paul Walmsley
Hi Kevin

On Fri, 7 Jan 2011, Kevin Hilman wrote:

 Rajendra Nayak rna...@ti.com writes:
 
 [...]
 
  Just another trivial fix.
 
  From bb46b74d2b0ab3d35e72b760da7e123a891e6813 Mon Sep 17 00:00:00 2001
  From: Rajendra Nayak rna...@ti.com
  Date: Fri, 7 Jan 2011 14:07:25 +0530
  Subject: [PATCH] OMAP: powerdomain: remove unused func declaration
 
  Trivial fix to remove the unused function declaration
  from the powerdomain header.
 
  Signed-off-by: Rajendra Nayak rna...@ti.com
  ---
   arch/arm/mach-omap2/powerdomain.h |1 -
   1 files changed, 0 insertions(+), 1 deletions(-)
 
  diff --git a/arch/arm/mach-omap2/powerdomain.h
  b/arch/arm/mach-omap2/powerdomain.h
  index c66431e..0b7a357 100644
  --- a/arch/arm/mach-omap2/powerdomain.h
  +++ b/arch/arm/mach-omap2/powerdomain.h
  @@ -165,7 +165,6 @@ struct pwrdm_ops {
  int (*pwrdm_wait_transition)(struct powerdomain *pwrdm);
   };
 
  -void pwrdm_fw_init(void);
   void pwrdm_init(struct powerdomain **pwrdm_list, struct pwrdm_ops
  *custom_funcs);
 
 Note this is line-wrapped. 
 
 Looks like you need to get get-send-email setup so you can avoid having
 the patch sending problems.
 
 
   struct powerdomain *pwrdm_lookup(const char *name);
 
 In any case, with Paul's ack, I can queue this with the others.

Normally I would wait for the .39 merge window with something like this, 
but you're welcome to queue it for the -rc fixes if you feel it's 
appropriate:

Acked-by: Paul Walmsley p...@pwsan.com


- Paul
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask

2011-01-10 Thread Kevin Hilman
Paul Walmsley p...@pwsan.com writes:

 On Fri, 7 Jan 2011, Kevin Hilman wrote:

 Rajendra Nayak rna...@ti.com writes:
 
 [...]
 
  Just another trivial fix.
 
  From bb46b74d2b0ab3d35e72b760da7e123a891e6813 Mon Sep 17 00:00:00 2001
  From: Rajendra Nayak rna...@ti.com
  Date: Fri, 7 Jan 2011 14:07:25 +0530
  Subject: [PATCH] OMAP: powerdomain: remove unused func declaration
 
  Trivial fix to remove the unused function declaration
  from the powerdomain header.
 
  Signed-off-by: Rajendra Nayak rna...@ti.com
  ---
   arch/arm/mach-omap2/powerdomain.h |1 -
   1 files changed, 0 insertions(+), 1 deletions(-)
 
  diff --git a/arch/arm/mach-omap2/powerdomain.h
  b/arch/arm/mach-omap2/powerdomain.h
  index c66431e..0b7a357 100644
  --- a/arch/arm/mach-omap2/powerdomain.h
  +++ b/arch/arm/mach-omap2/powerdomain.h
  @@ -165,7 +165,6 @@ struct pwrdm_ops {
 int (*pwrdm_wait_transition)(struct powerdomain *pwrdm);
   };
 
  -void pwrdm_fw_init(void);
   void pwrdm_init(struct powerdomain **pwrdm_list, struct pwrdm_ops
  *custom_funcs);
 
 Note this is line-wrapped. 
 
 Looks like you need to get get-send-email setup so you can avoid having
 the patch sending problems.
 
 
   struct powerdomain *pwrdm_lookup(const char *name);
 
 In any case, with Paul's ack, I can queue this with the others.

 Normally I would wait for the .39 merge window with something like this, 
 but you're welcome to queue it for the -rc fixes if you feel it's 
 appropriate:

Yeah, I agree.  I'll let you queue this one for .39 as it's not really a
fix.

Kevin


--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask

2011-01-07 Thread Rajendra Nayak
 -Original Message-
 From: linux-omap-ow...@vger.kernel.org
[mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Kevin Hilman
 Sent: Thursday, January 06, 2011 11:58 PM
 To: Paul Walmsley
 Cc: Santosh Shilimkar; linux-omap@vger.kernel.org; t...@atomide.com;
linux-arm-ker...@lists.infradead.org
 Subject: Re: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for
build break because of clktrctrl_mask

 Paul Walmsley p...@pwsan.com writes:

  On Wed, 5 Jan 2011, Kevin Hilman wrote:
 
  Santosh Shilimkar santosh.shilim...@ti.com writes:
 
   struct clockdomain member clktrctrl_mask is available for only for
OMAP2
   and OMAP3 architectures. Technially it is also used only for these
archs
   but this breaks the build with custom OMAP4 configuration.
 
  I'll queue patches 3-5 for the 2.6.38-rc fixes cycle.
 
  With Paul's ack, I can queue the others too, or Paul can decide to
take
  them via his tree.  Paul can decide.
 
  I've acked one and requested minor changes on the other, after which
it
  can be acked by me.  You're welcome to take them at that point.  Just
a
  request, maybe you can post a branch with just these patches in them;
that
  way Rajendra and/or I can rebase his new clockdomain changes on it
until
  -rc1 comes out.

 Sure, will do.

Just another trivial fix.

From bb46b74d2b0ab3d35e72b760da7e123a891e6813 Mon Sep 17 00:00:00 2001
From: Rajendra Nayak rna...@ti.com
Date: Fri, 7 Jan 2011 14:07:25 +0530
Subject: [PATCH] OMAP: powerdomain: remove unused func declaration

Trivial fix to remove the unused function declaration
from the powerdomain header.

Signed-off-by: Rajendra Nayak rna...@ti.com
---
 arch/arm/mach-omap2/powerdomain.h |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/powerdomain.h
b/arch/arm/mach-omap2/powerdomain.h
index c66431e..0b7a357 100644
--- a/arch/arm/mach-omap2/powerdomain.h
+++ b/arch/arm/mach-omap2/powerdomain.h
@@ -165,7 +165,6 @@ struct pwrdm_ops {
int (*pwrdm_wait_transition)(struct powerdomain *pwrdm);
 };

-void pwrdm_fw_init(void);
 void pwrdm_init(struct powerdomain **pwrdm_list, struct pwrdm_ops
*custom_funcs);

 struct powerdomain *pwrdm_lookup(const char *name);
-- 
1.7.0.4


 I currently have a 'fixes-for-tony' branch in my tree which has all the
 fixes I've collected for the -rc cycle.

 If you prefer something separate with only the prm and clockdomain
 patches from this series, I can do that as well.

 Kevin
 --
 To unsubscribe from this list: send the line unsubscribe linux-omap in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html


0001-OMAP-powerdomain-remove-unused-func-declaration.patch
Description: Binary data


Re: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask

2011-01-07 Thread Kevin Hilman
Rajendra Nayak rna...@ti.com writes:

[...]

 Just another trivial fix.

 From bb46b74d2b0ab3d35e72b760da7e123a891e6813 Mon Sep 17 00:00:00 2001
 From: Rajendra Nayak rna...@ti.com
 Date: Fri, 7 Jan 2011 14:07:25 +0530
 Subject: [PATCH] OMAP: powerdomain: remove unused func declaration

 Trivial fix to remove the unused function declaration
 from the powerdomain header.

 Signed-off-by: Rajendra Nayak rna...@ti.com
 ---
  arch/arm/mach-omap2/powerdomain.h |1 -
  1 files changed, 0 insertions(+), 1 deletions(-)

 diff --git a/arch/arm/mach-omap2/powerdomain.h
 b/arch/arm/mach-omap2/powerdomain.h
 index c66431e..0b7a357 100644
 --- a/arch/arm/mach-omap2/powerdomain.h
 +++ b/arch/arm/mach-omap2/powerdomain.h
 @@ -165,7 +165,6 @@ struct pwrdm_ops {
   int (*pwrdm_wait_transition)(struct powerdomain *pwrdm);
  };

 -void pwrdm_fw_init(void);
  void pwrdm_init(struct powerdomain **pwrdm_list, struct pwrdm_ops
 *custom_funcs);

Note this is line-wrapped. 

Looks like you need to get get-send-email setup so you can avoid having
the patch sending problems.


  struct powerdomain *pwrdm_lookup(const char *name);

In any case, with Paul's ack, I can queue this with the others.

Kevin
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask

2011-01-06 Thread Paul Walmsley
On Wed, 5 Jan 2011, Santosh Shilimkar wrote:

 struct clockdomain member clktrctrl_mask is available for only for OMAP2
 and OMAP3 architectures. Technially it is also used only for these archs
 but this breaks the build with custom OMAP4 configuration.

...

 Fix the build break by dropping the #ifdef as suggested by Paul Walmsley
 
 Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com
 Cc: Paul Walmsley p...@pwsan.com


Acked-by: Paul Walmsley p...@pwsan.com

- Paul
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask

2011-01-06 Thread Paul Walmsley
On Wed, 5 Jan 2011, Kevin Hilman wrote:

 Santosh Shilimkar santosh.shilim...@ti.com writes:
 
  struct clockdomain member clktrctrl_mask is available for only for OMAP2
  and OMAP3 architectures. Technially it is also used only for these archs
  but this breaks the build with custom OMAP4 configuration.
 
 I'll queue patches 3-5 for the 2.6.38-rc fixes cycle.
 
 With Paul's ack, I can queue the others too, or Paul can decide to take
 them via his tree.  Paul can decide.

I've acked one and requested minor changes on the other, after which it 
can be acked by me.  You're welcome to take them at that point.  Just a 
request, maybe you can post a branch with just these patches in them; that 
way Rajendra and/or I can rebase his new clockdomain changes on it until 
-rc1 comes out.


- Paul
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask

2011-01-06 Thread Kevin Hilman
Paul Walmsley p...@pwsan.com writes:

 On Wed, 5 Jan 2011, Kevin Hilman wrote:

 Santosh Shilimkar santosh.shilim...@ti.com writes:
 
  struct clockdomain member clktrctrl_mask is available for only for OMAP2
  and OMAP3 architectures. Technially it is also used only for these archs
  but this breaks the build with custom OMAP4 configuration.
 
 I'll queue patches 3-5 for the 2.6.38-rc fixes cycle.
 
 With Paul's ack, I can queue the others too, or Paul can decide to take
 them via his tree.  Paul can decide.

 I've acked one and requested minor changes on the other, after which it 
 can be acked by me.  You're welcome to take them at that point.  Just a 
 request, maybe you can post a branch with just these patches in them; that 
 way Rajendra and/or I can rebase his new clockdomain changes on it until 
 -rc1 comes out.

Sure, will do.

I currently have a 'fixes-for-tony' branch in my tree which has all the
fixes I've collected for the -rc cycle.

If you prefer something separate with only the prm and clockdomain
patches from this series, I can do that as well.

Kevin
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask

2011-01-05 Thread Kevin Hilman
Hi Santosh,

Santosh Shilimkar santosh.shilim...@ti.com writes:

 struct clockdomain member clktrctrl_mask is available for only for OMAP2
 and OMAP3 architectures. Technially it is also used only for these archs
 but this breaks the build with custom OMAP4 configuration.

I'll queue patches 3-5 for the 2.6.38-rc fixes cycle.

With Paul's ack, I can queue the others too, or Paul can decide to take
them via his tree.  Paul can decide.

Kevin
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html