All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] OMAP: WLAN : To fix a WLAN related bug in Kernel 3.0
@ 2011-08-16 15:03 ` panduranga_mallireddy
  0 siblings, 0 replies; 5+ messages in thread
From: panduranga_mallireddy @ 2011-08-16 15:03 UTC (permalink / raw)
  To: stable
  Cc: ohad, Panduranga Mallireddy, pradeepgurumath, coelho, netdev,
	naveen_jain, x-boudet, vishalm, manjunatha_halli, benzyg,
	linux-omap

From: Panduranga Mallireddy <panduranga_mallireddy@ti.com>

Error reported for wl12xx driver with Kernel 3.0 is
[    0.181457] error setting wl12xx data

FIX:
For regulator omap4_clk32k used by wlan, set .constraints.always_on to 1 

Panduranga Mallireddy (1):
  OMAP: wlan: Set the WLAN Regulator to be always on

 arch/arm/mach-omap2/twl-common.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

_______________________________________________
stable mailing list
stable@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/stable

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 0/1] OMAP: WLAN : To fix a WLAN related bug in Kernel 3.0
@ 2011-08-16 15:03 ` panduranga_mallireddy
  0 siblings, 0 replies; 5+ messages in thread
From: panduranga_mallireddy @ 2011-08-16 15:03 UTC (permalink / raw)
  To: stable
  Cc: ohad, Panduranga Mallireddy, pradeepgurumath, coelho, netdev,
	naveen_jain, x-boudet, vishalm, manjunatha_halli, benzyg,
	linux-omap

From: Panduranga Mallireddy <panduranga_mallireddy@ti.com>

Error reported for wl12xx driver with Kernel 3.0 is
[    0.181457] error setting wl12xx data

FIX:
For regulator omap4_clk32k used by wlan, set .constraints.always_on to 1 

Panduranga Mallireddy (1):
  OMAP: wlan: Set the WLAN Regulator to be always on

 arch/arm/mach-omap2/twl-common.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

_______________________________________________
stable mailing list
stable@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/stable

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] OMAP: wlan: Set the WLAN Regulator to be always on
  2011-08-16 15:03 ` panduranga_mallireddy
@ 2011-08-16 15:03   ` panduranga_mallireddy
  -1 siblings, 0 replies; 5+ messages in thread
From: panduranga_mallireddy @ 2011-08-16 15:03 UTC (permalink / raw)
  To: stable
  Cc: ohad, Panduranga Mallireddy, pradeepgurumath, coelho, netdev,
	naveen_jain, x-boudet, vishalm, manjunatha_halli, benzyg,
	linux-omap

From: Panduranga Mallireddy <panduranga_mallireddy@ti.com>

For regulator omap4_clk32k used by wlan, set .constraints.always_on to 1.
This regulator should never be disabled.

Signed-off-by: Panduranga Mallireddy <panduranga_mallireddy@ti.com>
---
 arch/arm/mach-omap2/twl-common.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c
index 2543342..536ad71 100644
--- a/arch/arm/mach-omap2/twl-common.c
+++ b/arch/arm/mach-omap2/twl-common.c
@@ -229,6 +229,7 @@ static struct regulator_init_data omap4_vusb_idata = {
 static struct regulator_init_data omap4_clk32kg_idata = {
 	.constraints = {
 		.valid_ops_mask		= REGULATOR_CHANGE_STATUS,
+		.always_on			= true,
 	},
 };
 
-- 
1.7.1

_______________________________________________
stable mailing list
stable@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/stable

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 1/1] OMAP: wlan: Set the WLAN Regulator to be always on
@ 2011-08-16 15:03   ` panduranga_mallireddy
  0 siblings, 0 replies; 5+ messages in thread
From: panduranga_mallireddy @ 2011-08-16 15:03 UTC (permalink / raw)
  To: stable
  Cc: ohad, Panduranga Mallireddy, pradeepgurumath, coelho, netdev,
	naveen_jain, x-boudet, vishalm, manjunatha_halli, benzyg,
	linux-omap

From: Panduranga Mallireddy <panduranga_mallireddy@ti.com>

For regulator omap4_clk32k used by wlan, set .constraints.always_on to 1.
This regulator should never be disabled.

Signed-off-by: Panduranga Mallireddy <panduranga_mallireddy@ti.com>
---
 arch/arm/mach-omap2/twl-common.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c
index 2543342..536ad71 100644
--- a/arch/arm/mach-omap2/twl-common.c
+++ b/arch/arm/mach-omap2/twl-common.c
@@ -229,6 +229,7 @@ static struct regulator_init_data omap4_vusb_idata = {
 static struct regulator_init_data omap4_clk32kg_idata = {
 	.constraints = {
 		.valid_ops_mask		= REGULATOR_CHANGE_STATUS,
+		.always_on			= true,
 	},
 };
 
-- 
1.7.1

_______________________________________________
stable mailing list
stable@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/stable

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [stable] [PATCH 1/1] OMAP: wlan: Set the WLAN Regulator to be always on
  2011-08-16 15:03   ` panduranga_mallireddy
  (?)
@ 2011-08-16 16:07   ` Greg KH
  -1 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2011-08-16 16:07 UTC (permalink / raw)
  To: panduranga_mallireddy
  Cc: stable, ohad, pradeepgurumath, coelho, netdev, naveen_jain,
	x-boudet, vishalm, manjunatha_halli, benzyg, linux-omap

On Tue, Aug 16, 2011 at 10:03:57AM -0500, panduranga_mallireddy@ti.com wrote:
> From: Panduranga Mallireddy <panduranga_mallireddy@ti.com>
> 
> For regulator omap4_clk32k used by wlan, set .constraints.always_on to 1.
> This regulator should never be disabled.
> 
> Signed-off-by: Panduranga Mallireddy <panduranga_mallireddy@ti.com>
> ---
>  arch/arm/mach-omap2/twl-common.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read Documentation/stable_kernel_rules.txt
for how to do this properly.

</formletter>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-16 16:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-16 15:03 [PATCH 0/1] OMAP: WLAN : To fix a WLAN related bug in Kernel 3.0 panduranga_mallireddy
2011-08-16 15:03 ` panduranga_mallireddy
2011-08-16 15:03 ` [PATCH 1/1] OMAP: wlan: Set the WLAN Regulator to be always on panduranga_mallireddy
2011-08-16 15:03   ` panduranga_mallireddy
2011-08-16 16:07   ` [stable] " Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.