linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] omap: boards w/ wl12xx should select REGULATOR_FIXED_VOLTAGE
@ 2010-11-24 10:04 Ohad Ben-Cohen
  2010-12-16  6:52 ` Ohad Ben-Cohen
  2011-01-04 18:04 ` Ohad Ben-Cohen
  0 siblings, 2 replies; 5+ messages in thread
From: Ohad Ben-Cohen @ 2010-11-24 10:04 UTC (permalink / raw)
  To: linux-arm-kernel

Power to the wl12xx wlan device is controlled by a fixed regulator.

Boards that have the wl12xx should select REGULATOR_FIXED_VOLTAGE so
users will not be baffled.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
---
 arch/arm/mach-omap2/Kconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index fc3a181..cc386da 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -190,6 +190,7 @@ config MACH_OMAP3_PANDORA
 	depends on ARCH_OMAP3
 	default y
 	select OMAP_PACKAGE_CBB
+	select REGULATOR_FIXED_VOLTAGE
 
 config MACH_OMAP3_TOUCHBOOK
 	bool "OMAP3 Touch Book"
@@ -235,6 +236,7 @@ config MACH_OMAP_ZOOM2
 	select SERIAL_8250
 	select SERIAL_CORE_CONSOLE
 	select SERIAL_8250_CONSOLE
+	select REGULATOR_FIXED_VOLTAGE
 
 config MACH_OMAP_ZOOM3
 	bool "OMAP3630 Zoom3 board"
@@ -244,6 +246,7 @@ config MACH_OMAP_ZOOM3
 	select SERIAL_8250
 	select SERIAL_CORE_CONSOLE
 	select SERIAL_8250_CONSOLE
+	select REGULATOR_FIXED_VOLTAGE
 
 config MACH_CM_T35
 	bool "CompuLab CM-T35 module"
-- 
1.7.0.4

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

* [PATCH] omap: boards w/ wl12xx should select REGULATOR_FIXED_VOLTAGE
  2010-11-24 10:04 [PATCH] omap: boards w/ wl12xx should select REGULATOR_FIXED_VOLTAGE Ohad Ben-Cohen
@ 2010-12-16  6:52 ` Ohad Ben-Cohen
  2011-01-04 18:04 ` Ohad Ben-Cohen
  1 sibling, 0 replies; 5+ messages in thread
From: Ohad Ben-Cohen @ 2010-12-16  6:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tony,

On Wed, Nov 24, 2010 at 12:04 PM, Ohad Ben-Cohen <ohad@wizery.com> wrote:
> Power to the wl12xx wlan device is controlled by a fixed regulator.
>
> Boards that have the wl12xx should select REGULATOR_FIXED_VOLTAGE so
> users will not be baffled.

Not sure if you picked this up ?

We need it because otherwise new wl12xx users can spend many hours
until they figure out what's the problem..

Please tell me if there's any problem with this one.

Thanks,
Ohad.

>
> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
> ---
> ?arch/arm/mach-omap2/Kconfig | ? ?3 +++
> ?1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index fc3a181..cc386da 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -190,6 +190,7 @@ config MACH_OMAP3_PANDORA
> ? ? ? ?depends on ARCH_OMAP3
> ? ? ? ?default y
> ? ? ? ?select OMAP_PACKAGE_CBB
> + ? ? ? select REGULATOR_FIXED_VOLTAGE
>
> ?config MACH_OMAP3_TOUCHBOOK
> ? ? ? ?bool "OMAP3 Touch Book"
> @@ -235,6 +236,7 @@ config MACH_OMAP_ZOOM2
> ? ? ? ?select SERIAL_8250
> ? ? ? ?select SERIAL_CORE_CONSOLE
> ? ? ? ?select SERIAL_8250_CONSOLE
> + ? ? ? select REGULATOR_FIXED_VOLTAGE
>
> ?config MACH_OMAP_ZOOM3
> ? ? ? ?bool "OMAP3630 Zoom3 board"
> @@ -244,6 +246,7 @@ config MACH_OMAP_ZOOM3
> ? ? ? ?select SERIAL_8250
> ? ? ? ?select SERIAL_CORE_CONSOLE
> ? ? ? ?select SERIAL_8250_CONSOLE
> + ? ? ? select REGULATOR_FIXED_VOLTAGE
>
> ?config MACH_CM_T35
> ? ? ? ?bool "CompuLab CM-T35 module"
> --
> 1.7.0.4
>
>

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

* [PATCH] omap: boards w/ wl12xx should select REGULATOR_FIXED_VOLTAGE
  2010-11-24 10:04 [PATCH] omap: boards w/ wl12xx should select REGULATOR_FIXED_VOLTAGE Ohad Ben-Cohen
  2010-12-16  6:52 ` Ohad Ben-Cohen
@ 2011-01-04 18:04 ` Ohad Ben-Cohen
  2011-01-04 19:17   ` Tony Lindgren
  1 sibling, 1 reply; 5+ messages in thread
From: Ohad Ben-Cohen @ 2011-01-04 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 24, 2010 at 12:04 PM, Ohad Ben-Cohen <ohad@wizery.com> wrote:
> Power to the wl12xx wlan device is controlled by a fixed regulator.
>
> Boards that have the wl12xx should select REGULATOR_FIXED_VOLTAGE so
> users will not be baffled.
>
> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
> ---

Hi Tony,

Gentle reminder,

Thanks,
Ohad.


> ?arch/arm/mach-omap2/Kconfig | ? ?3 +++
> ?1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index fc3a181..cc386da 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -190,6 +190,7 @@ config MACH_OMAP3_PANDORA
> ? ? ? ?depends on ARCH_OMAP3
> ? ? ? ?default y
> ? ? ? ?select OMAP_PACKAGE_CBB
> + ? ? ? select REGULATOR_FIXED_VOLTAGE
>
> ?config MACH_OMAP3_TOUCHBOOK
> ? ? ? ?bool "OMAP3 Touch Book"
> @@ -235,6 +236,7 @@ config MACH_OMAP_ZOOM2
> ? ? ? ?select SERIAL_8250
> ? ? ? ?select SERIAL_CORE_CONSOLE
> ? ? ? ?select SERIAL_8250_CONSOLE
> + ? ? ? select REGULATOR_FIXED_VOLTAGE
>
> ?config MACH_OMAP_ZOOM3
> ? ? ? ?bool "OMAP3630 Zoom3 board"
> @@ -244,6 +246,7 @@ config MACH_OMAP_ZOOM3
> ? ? ? ?select SERIAL_8250
> ? ? ? ?select SERIAL_CORE_CONSOLE
> ? ? ? ?select SERIAL_8250_CONSOLE
> + ? ? ? select REGULATOR_FIXED_VOLTAGE
>
> ?config MACH_CM_T35
> ? ? ? ?bool "CompuLab CM-T35 module"
> --
> 1.7.0.4
>
>

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

* [PATCH] omap: boards w/ wl12xx should select REGULATOR_FIXED_VOLTAGE
  2011-01-04 18:04 ` Ohad Ben-Cohen
@ 2011-01-04 19:17   ` Tony Lindgren
  2011-01-04 19:21     ` Ohad Ben-Cohen
  0 siblings, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2011-01-04 19:17 UTC (permalink / raw)
  To: linux-arm-kernel

* Ohad Ben-Cohen <ohad@wizery.com> [110104 10:04]:
> On Wed, Nov 24, 2010 at 12:04 PM, Ohad Ben-Cohen <ohad@wizery.com> wrote:
> > Power to the wl12xx wlan device is controlled by a fixed regulator.
> >
> > Boards that have the wl12xx should select REGULATOR_FIXED_VOLTAGE so
> > users will not be baffled.
> >
> > Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
> > ---
> 
> Hi Tony,
> 
> Gentle reminder,

This is queued for 2.6.38 in omap-for-linus as commit
7c50152f0851e44ef7491546a29fddbbea47735b?

Tony

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

* [PATCH] omap: boards w/ wl12xx should select REGULATOR_FIXED_VOLTAGE
  2011-01-04 19:17   ` Tony Lindgren
@ 2011-01-04 19:21     ` Ohad Ben-Cohen
  0 siblings, 0 replies; 5+ messages in thread
From: Ohad Ben-Cohen @ 2011-01-04 19:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 4, 2011 at 9:17 PM, Tony Lindgren <tony@atomide.com> wrote:
> * Ohad Ben-Cohen <ohad@wizery.com> [110104 10:04]:
>> On Wed, Nov 24, 2010 at 12:04 PM, Ohad Ben-Cohen <ohad@wizery.com> wrote:
>> > Power to the wl12xx wlan device is controlled by a fixed regulator.
>> >
>> > Boards that have the wl12xx should select REGULATOR_FIXED_VOLTAGE so
>> > users will not be baffled.
>> >
>> > Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
>> > ---
>>
>> Hi Tony,
>>
>> Gentle reminder,
>
> This is queued for 2.6.38 in omap-for-linus as commit
> 7c50152f0851e44ef7491546a29fddbbea47735b?

Thanks!

>
> Tony
>

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

end of thread, other threads:[~2011-01-04 19:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24 10:04 [PATCH] omap: boards w/ wl12xx should select REGULATOR_FIXED_VOLTAGE Ohad Ben-Cohen
2010-12-16  6:52 ` Ohad Ben-Cohen
2011-01-04 18:04 ` Ohad Ben-Cohen
2011-01-04 19:17   ` Tony Lindgren
2011-01-04 19:21     ` Ohad Ben-Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).