* [PATCH v2] regulator: Group TI TPSxxxxx regulators together
@ 2011-05-26 13:00 Axel Lin
2011-05-26 14:04 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2011-05-26 13:00 UTC (permalink / raw)
To: linux-kernel
Cc: Mike Rapoport, Cyril Chemparathy, Graeme Gregory, Liam Girdwood,
Mark Brown
Group TI TPSxxxxx regulators together and sort in alphabetical order.
This change make it easier for users to find config options.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Mike Rapoport <mike@compulab.co.il>
Cc: Cyril Chemparathy <cyril@ti.com>
Cc: Graeme Gregory <gg@slimlogic.co.uk>
---
v2: also move newly added TI TPS65910 regulator to proper location in Kconfig
drivers/regulator/Kconfig | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index d7ed20f..bcfb52c 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -248,6 +248,28 @@ config REGULATOR_TPS6507X
three step-down converters and two general-purpose LDO voltage regulators.
It supports TI's software based Class-2 SmartReflex implementation.
+config REGULATOR_TPS6524X
+ tristate "TI TPS6524X Power regulators"
+ depends on SPI
+ help
+ This driver supports TPS6524X voltage regulator chips. TPS6524X
+ provides three step-down converters and two general-purpose LDO
+ voltage regulators. This device is interfaced using a customized
+ serial interface currently supported on the sequencer serial
+ port controller.
+
+config REGULATOR_TPS6586X
+ tristate "TI TPS6586X Power regulators"
+ depends on MFD_TPS6586X
+ help
+ This driver supports TPS6586X voltage regulator chips.
+
+config REGULATOR_TPS65910
+ tristate "TI TPS65910 Power Regulator"
+ depends on MFD_TPS65910
+ help
+ This driver supports TPS65910 voltage regulator chips.
+
config REGULATOR_88PM8607
bool "Marvell 88PM8607 Power regulators"
depends on MFD_88PM860X=y
@@ -281,27 +303,5 @@ config REGULATOR_DB8500_PRCMU
This driver supports the voltage domain regulators controlled by the
DB8500 PRCMU
-config REGULATOR_TPS6586X
- tristate "TI TPS6586X Power regulators"
- depends on MFD_TPS6586X
- help
- This driver supports TPS6586X voltage regulator chips.
-
-config REGULATOR_TPS6524X
- tristate "TI TPS6524X Power regulators"
- depends on SPI
- help
- This driver supports TPS6524X voltage regulator chips. TPS6524X
- provides three step-down converters and two general-purpose LDO
- voltage regulators. This device is interfaced using a customized
- serial interface currently supported on the sequencer serial
- port controller.
-
-config REGULATOR_TPS65910
- tristate "TI TPS65910 Power Regulator"
- depends on MFD_TPS65910
- help
- This driver supports TPS65910 voltage regulator chips.
-
endif
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] regulator: Group TI TPSxxxxx regulators together
2011-05-26 13:00 [PATCH v2] regulator: Group TI TPSxxxxx regulators together Axel Lin
@ 2011-05-26 14:04 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2011-05-26 14:04 UTC (permalink / raw)
To: Axel Lin
Cc: linux-kernel, Mike Rapoport, Cyril Chemparathy, Graeme Gregory,
Liam Girdwood
On Thu, May 26, 2011 at 09:00:25PM +0800, Axel Lin wrote:
> Group TI TPSxxxxx regulators together and sort in alphabetical order.
> This change make it easier for users to find config options.
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
I'd like to see us sort the entire Makefile and Kconfig.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-26 14:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 13:00 [PATCH v2] regulator: Group TI TPSxxxxx regulators together Axel Lin
2011-05-26 14:04 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox