public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: Move MFD_TPS65090 and TPS65911_COMPARATOR Kconfig entries to proper location
@ 2012-03-22  2:12 Axel Lin
  2012-03-22  6:12 ` Venu Byravarasu
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2012-03-22  2:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jorge Eduardo Candelaria, Venu Byravarasu, Samuel Ortiz

Group all TPSxxxx drivers together and sort by alphabetical order.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/mfd/Kconfig |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 29f463c..f9e0353 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -143,6 +143,18 @@ config TPS6507X
 	  This driver can also be built as a module.  If so, the module
 	  will be called tps6507x.
 
+config MFD_TPS65090
+	bool "TPS65090 Power Management chips"
+	depends on I2C=y && GENERIC_HARDIRQS
+	select MFD_CORE
+	select REGMAP_I2C
+	help
+	  If you say yes here you get support for the TPS65090 series of
+	  Power Management chips.
+	  This driver provides common support for accessing the device,
+	  additional drivers must be enabled in order to use the
+	  functionality of the device.
+
 config MFD_TPS65217
 	tristate "TPS65217 Power Management / White LED chips"
 	depends on I2C
@@ -182,6 +194,9 @@ config MFD_TPS65910
 	  if you say yes here you get support for the TPS65910 series of
 	  Power Management chips.
 
+config TPS65911_COMPARATOR
+	tristate
+
 config MFD_TPS65912
 	bool
 	depends on GPIOLIB
@@ -825,21 +840,6 @@ config MFD_PM8XXX_IRQ
 	  This is required to use certain other PM 8xxx features, such as GPIO
 	  and MPP.
 
-config TPS65911_COMPARATOR
-	tristate
-
-config MFD_TPS65090
-	bool "TPS65090 Power Management chips"
-	depends on I2C=y && GENERIC_HARDIRQS
-	select MFD_CORE
-	select REGMAP_I2C
-	help
-	  If you say yes here you get support for the TPS65090 series of
-	  Power Management chips.
-	  This driver provides common support for accessing the device,
-	  additional drivers must be enabled in order to use the
-	  functionality of the device.
-
 config MFD_AAT2870_CORE
 	bool "Support for the AnalogicTech AAT2870"
 	select MFD_CORE
-- 
1.7.5.4




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

* RE: [PATCH] mfd: Move MFD_TPS65090 and TPS65911_COMPARATOR Kconfig entries to proper location
  2012-03-22  2:12 [PATCH] mfd: Move MFD_TPS65090 and TPS65911_COMPARATOR Kconfig entries to proper location Axel Lin
@ 2012-03-22  6:12 ` Venu Byravarasu
  0 siblings, 0 replies; 2+ messages in thread
From: Venu Byravarasu @ 2012-03-22  6:12 UTC (permalink / raw)
  To: Axel Lin, linux-kernel@vger.kernel.org
  Cc: Jorge Eduardo Candelaria, Samuel Ortiz

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 2576 bytes --]

Looks good to me.
Acked-by: Venu Byravarasu <vbyravarasu@nvidia.com>

> -----Original Message-----
> From: Axel Lin [mailto:axel.lin@gmail.com]
> Sent: Thursday, March 22, 2012 7:42 AM
> To: linux-kernel@vger.kernel.org
> Cc: Jorge Eduardo Candelaria; Venu Byravarasu; Samuel Ortiz
> Subject: [PATCH] mfd: Move MFD_TPS65090 and TPS65911_COMPARATOR
> Kconfig entries to proper location
> 
> Group all TPSxxxx drivers together and sort by alphabetical order.
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  drivers/mfd/Kconfig |   30 +++++++++++++++---------------
>  1 files changed, 15 insertions(+), 15 deletions(-)
> 
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 29f463c..f9e0353 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -143,6 +143,18 @@ config TPS6507X
>  	  This driver can also be built as a module.  If so, the module
>  	  will be called tps6507x.
> 
> +config MFD_TPS65090
> +	bool "TPS65090 Power Management chips"
> +	depends on I2C=y && GENERIC_HARDIRQS
> +	select MFD_CORE
> +	select REGMAP_I2C
> +	help
> +	  If you say yes here you get support for the TPS65090 series of
> +	  Power Management chips.
> +	  This driver provides common support for accessing the device,
> +	  additional drivers must be enabled in order to use the
> +	  functionality of the device.
> +
>  config MFD_TPS65217
>  	tristate "TPS65217 Power Management / White LED chips"
>  	depends on I2C
> @@ -182,6 +194,9 @@ config MFD_TPS65910
>  	  if you say yes here you get support for the TPS65910 series of
>  	  Power Management chips.
> 
> +config TPS65911_COMPARATOR
> +	tristate
> +
>  config MFD_TPS65912
>  	bool
>  	depends on GPIOLIB
> @@ -825,21 +840,6 @@ config MFD_PM8XXX_IRQ
>  	  This is required to use certain other PM 8xxx features, such as GPIO
>  	  and MPP.
> 
> -config TPS65911_COMPARATOR
> -	tristate
> -
> -config MFD_TPS65090
> -	bool "TPS65090 Power Management chips"
> -	depends on I2C=y && GENERIC_HARDIRQS
> -	select MFD_CORE
> -	select REGMAP_I2C
> -	help
> -	  If you say yes here you get support for the TPS65090 series of
> -	  Power Management chips.
> -	  This driver provides common support for accessing the device,
> -	  additional drivers must be enabled in order to use the
> -	  functionality of the device.
> -
>  config MFD_AAT2870_CORE
>  	bool "Support for the AnalogicTech AAT2870"
>  	select MFD_CORE
> --
> 1.7.5.4
> 
> 

ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

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

end of thread, other threads:[~2012-03-22  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22  2:12 [PATCH] mfd: Move MFD_TPS65090 and TPS65911_COMPARATOR Kconfig entries to proper location Axel Lin
2012-03-22  6:12 ` Venu Byravarasu

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