public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] I2C: TWL4030: Fix Kconfig
@ 2008-04-17 14:43 Felipe Balbi
  2008-04-18 19:02 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Felipe Balbi @ 2008-04-17 14:43 UTC (permalink / raw)
  To: linux-omap; +Cc: Felipe Balbi

Misc cleanup patch.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---
 drivers/i2c/chips/Kconfig |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig
index f3ea82d..5cf4657 100644
--- a/drivers/i2c/chips/Kconfig
+++ b/drivers/i2c/chips/Kconfig
@@ -160,10 +160,6 @@ choice
 	  TWL4030 USB transceiver can operate in various
 	  mutually-exclusive modes. Select one of them.
 
-config TWL4030_PWRBUTTON
-        bool "TWL4030 Power button Driver"
-	depends on TWL4030_CORE
-
 config TWL4030_USB_HS_ULPI
 	depends on TWL4030_USB
 	bool "High-speed ULPI"
@@ -173,6 +169,10 @@ config TWL4030_USB_HS_ULPI
 
 endchoice
 
+config TWL4030_PWRBUTTON
+        bool "TWL4030 Power button Driver"
+	depends on TWL4030_CORE
+
 config TWL4030_POWEROFF
 	bool "TWL4030 device poweroff"
 	depends on TWL4030_CORE
-- 
1.5.5.49.gf43e2


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

* Re: [PATCH] I2C: TWL4030: Fix Kconfig
  2008-04-17 14:43 [PATCH] I2C: TWL4030: Fix Kconfig Felipe Balbi
@ 2008-04-18 19:02 ` Tony Lindgren
  2008-04-21  9:19   ` Felipe Balbi
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2008-04-18 19:02 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: linux-omap

* Felipe Balbi <felipe.balbi@nokia.com> [080417 07:46]:
> Misc cleanup patch.
> 
> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> ---
>  drivers/i2c/chips/Kconfig |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig
> index f3ea82d..5cf4657 100644
> --- a/drivers/i2c/chips/Kconfig
> +++ b/drivers/i2c/chips/Kconfig
> @@ -160,10 +160,6 @@ choice
>  	  TWL4030 USB transceiver can operate in various
>  	  mutually-exclusive modes. Select one of them.
>  
> -config TWL4030_PWRBUTTON
> -        bool "TWL4030 Power button Driver"
> -	depends on TWL4030_CORE
> -
>  config TWL4030_USB_HS_ULPI
>  	depends on TWL4030_USB
>  	bool "High-speed ULPI"
> @@ -173,6 +169,10 @@ config TWL4030_USB_HS_ULPI
>  
>  endchoice
>  
> +config TWL4030_PWRBUTTON
> +        bool "TWL4030 Power button Driver"
> +	depends on TWL4030_CORE
> +
>  config TWL4030_POWEROFF
>  	bool "TWL4030 device poweroff"
>  	depends on TWL4030_CORE

How about fix the spaces into a tabl for bool "TWL4030 Power.." above?

Tony

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

* [PATCH] I2C: TWL4030: Fix Kconfig
  2008-04-18 19:02 ` Tony Lindgren
@ 2008-04-21  9:19   ` Felipe Balbi
  2008-04-21 18:47     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Felipe Balbi @ 2008-04-21  9:19 UTC (permalink / raw)
  To: linux-omap; +Cc: Felipe Balbi

Misc cleanup patch.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---
 drivers/i2c/chips/Kconfig |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig
index f3ea82d..cba8abf 100644
--- a/drivers/i2c/chips/Kconfig
+++ b/drivers/i2c/chips/Kconfig
@@ -160,10 +160,6 @@ choice
 	  TWL4030 USB transceiver can operate in various
 	  mutually-exclusive modes. Select one of them.
 
-config TWL4030_PWRBUTTON
-        bool "TWL4030 Power button Driver"
-	depends on TWL4030_CORE
-
 config TWL4030_USB_HS_ULPI
 	depends on TWL4030_USB
 	bool "High-speed ULPI"
@@ -173,6 +169,10 @@ config TWL4030_USB_HS_ULPI
 
 endchoice
 
+config TWL4030_PWRBUTTON
+	bool "TWL4030 Power button Driver"
+	depends on TWL4030_CORE
+
 config TWL4030_POWEROFF
 	bool "TWL4030 device poweroff"
 	depends on TWL4030_CORE
-- 
1.5.5.67.g9a49


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

* Re: [PATCH] I2C: TWL4030: Fix Kconfig
  2008-04-21  9:19   ` Felipe Balbi
@ 2008-04-21 18:47     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2008-04-21 18:47 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: linux-omap

* Felipe Balbi <felipe.balbi@nokia.com> [080421 02:21]:
> Misc cleanup patch.

Pushing.

Tony

> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> ---
>  drivers/i2c/chips/Kconfig |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig
> index f3ea82d..cba8abf 100644
> --- a/drivers/i2c/chips/Kconfig
> +++ b/drivers/i2c/chips/Kconfig
> @@ -160,10 +160,6 @@ choice
>  	  TWL4030 USB transceiver can operate in various
>  	  mutually-exclusive modes. Select one of them.
>  
> -config TWL4030_PWRBUTTON
> -        bool "TWL4030 Power button Driver"
> -	depends on TWL4030_CORE
> -
>  config TWL4030_USB_HS_ULPI
>  	depends on TWL4030_USB
>  	bool "High-speed ULPI"
> @@ -173,6 +169,10 @@ config TWL4030_USB_HS_ULPI
>  
>  endchoice
>  
> +config TWL4030_PWRBUTTON
> +	bool "TWL4030 Power button Driver"
> +	depends on TWL4030_CORE
> +
>  config TWL4030_POWEROFF
>  	bool "TWL4030 device poweroff"
>  	depends on TWL4030_CORE
> -- 
> 1.5.5.67.g9a49
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2008-04-21 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17 14:43 [PATCH] I2C: TWL4030: Fix Kconfig Felipe Balbi
2008-04-18 19:02 ` Tony Lindgren
2008-04-21  9:19   ` Felipe Balbi
2008-04-21 18:47     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox