linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 1/2] regulator: tps65910: Add regulator info for RTC rail
@ 2012-01-18 15:16 Laxman Dewangan
  2012-01-18 17:57 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Laxman Dewangan @ 2012-01-18 15:16 UTC (permalink / raw)
  To: lrg, broonie, linux-kernel; +Cc: linux-tegra, ldewangan

Adding missing regulator info for VRTC rail for device
tps65911. The regulator voltage rail index start from
VRTC which is defined as 0.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 drivers/regulator/tps65910-regulator.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c
index 5c15ba0..6742418 100644
--- a/drivers/regulator/tps65910-regulator.c
+++ b/drivers/regulator/tps65910-regulator.c
@@ -175,6 +175,9 @@ static struct tps_info tps65910_regs[] = {
 
 static struct tps_info tps65911_regs[] = {
 	{
+		.name = "VRTC",
+	},
+	{
 		.name = "VIO",
 		.min_uV = 1500000,
 		.max_uV = 3300000,
-- 
1.7.1.1


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

* Re: [PATCH V1 1/2] regulator: tps65910: Add regulator info for RTC rail
  2012-01-18 15:16 [PATCH V1 1/2] regulator: tps65910: Add regulator info for RTC rail Laxman Dewangan
@ 2012-01-18 17:57 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-01-18 17:57 UTC (permalink / raw)
  To: Laxman Dewangan; +Cc: lrg, linux-kernel, linux-tegra

On Wed, Jan 18, 2012 at 08:46:56PM +0530, Laxman Dewangan wrote:
> Adding missing regulator info for VRTC rail for device
> tps65911. The regulator voltage rail index start from
> VRTC which is defined as 0.

Applied, thanks.

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

end of thread, other threads:[~2012-01-18 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-18 15:16 [PATCH V1 1/2] regulator: tps65910: Add regulator info for RTC rail Laxman Dewangan
2012-01-18 17:57 ` Mark Brown

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).