linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] regulator: ad5398: Constify regulator_desc
@ 2012-04-05  3:56 Axel Lin
  2012-04-05  3:58 ` [PATCH 2/6] regulator: isl6271a: " Axel Lin
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Axel Lin @ 2012-04-05  3:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: Sonic Zhang, Liam Girdwood, Mark Brown

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/regulator/ad5398.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/ad5398.c b/drivers/regulator/ad5398.c
index 7d51793..9ba69c4 100644
--- a/drivers/regulator/ad5398.c
+++ b/drivers/regulator/ad5398.c
@@ -184,7 +184,7 @@ static struct regulator_ops ad5398_ops = {
 	.is_enabled = ad5398_is_enabled,
 };
 
-static struct regulator_desc ad5398_reg = {
+static const struct regulator_desc ad5398_reg = {
 	.name = "isink",
 	.id = 0,
 	.ops = &ad5398_ops,
-- 
1.7.5.4




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

* [PATCH 2/6] regulator: isl6271a: Constify regulator_desc
  2012-04-05  3:56 [PATCH 1/6] regulator: ad5398: Constify regulator_desc Axel Lin
@ 2012-04-05  3:58 ` Axel Lin
  2012-04-05  3:59 ` [PATCH 3/6] regulator: lp3971: " Axel Lin
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Axel Lin @ 2012-04-05  3:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: Marek Vasut, Liam Girdwood, Mark Brown

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/regulator/isl6271a-regulator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/isl6271a-regulator.c b/drivers/regulator/isl6271a-regulator.c
index 6539ef9..eee6f6b 100644
--- a/drivers/regulator/isl6271a-regulator.c
+++ b/drivers/regulator/isl6271a-regulator.c
@@ -112,7 +112,7 @@ static struct regulator_ops isl_fixed_ops = {
 	.list_voltage	= isl6271a_list_fixed_voltage,
 };
 
-static struct regulator_desc isl_rd[] = {
+static const struct regulator_desc isl_rd[] = {
 	{
 		.name		= "Core Buck",
 		.id		= 0,
-- 
1.7.5.4




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

* [PATCH 3/6] regulator: lp3971: Constify regulator_desc
  2012-04-05  3:56 [PATCH 1/6] regulator: ad5398: Constify regulator_desc Axel Lin
  2012-04-05  3:58 ` [PATCH 2/6] regulator: isl6271a: " Axel Lin
@ 2012-04-05  3:59 ` Axel Lin
  2012-04-05  4:00 ` [PATCH 4/6] regulator: lp3972: " Axel Lin
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Axel Lin @ 2012-04-05  3:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Marek Szyprowski, Kyungmin Park, Liam Girdwood, Mark Brown

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/regulator/lp3971.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/lp3971.c b/drivers/regulator/lp3971.c
index 2013525..499986e 100644
--- a/drivers/regulator/lp3971.c
+++ b/drivers/regulator/lp3971.c
@@ -281,7 +281,7 @@ static struct regulator_ops lp3971_dcdc_ops = {
 	.set_voltage_sel = lp3971_dcdc_set_voltage_sel,
 };
 
-static struct regulator_desc regulators[] = {
+static const struct regulator_desc regulators[] = {
 	{
 		.name = "LDO1",
 		.id = LP3971_LDO1,
-- 
1.7.5.4




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

* [PATCH 4/6] regulator: lp3972: Constify regulator_desc
  2012-04-05  3:56 [PATCH 1/6] regulator: ad5398: Constify regulator_desc Axel Lin
  2012-04-05  3:58 ` [PATCH 2/6] regulator: isl6271a: " Axel Lin
  2012-04-05  3:59 ` [PATCH 3/6] regulator: lp3971: " Axel Lin
@ 2012-04-05  4:00 ` Axel Lin
  2012-04-05  4:01 ` [PATCH 5/6] regulator: pcap: " Axel Lin
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Axel Lin @ 2012-04-05  4:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Liam Girdwood, Mark Brown

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/regulator/lp3972.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/lp3972.c b/drivers/regulator/lp3972.c
index 4f28d36..fbe3a58 100644
--- a/drivers/regulator/lp3972.c
+++ b/drivers/regulator/lp3972.c
@@ -444,7 +444,7 @@ static struct regulator_ops lp3972_dcdc_ops = {
 	.set_voltage_sel = lp3972_dcdc_set_voltage_sel,
 };
 
-static struct regulator_desc regulators[] = {
+static const struct regulator_desc regulators[] = {
 	{
 		.name = "LDO1",
 		.id = LP3972_LDO1,
-- 
1.7.5.4




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

* [PATCH 5/6] regulator: pcap: Constify regulator_desc
  2012-04-05  3:56 [PATCH 1/6] regulator: ad5398: Constify regulator_desc Axel Lin
                   ` (2 preceding siblings ...)
  2012-04-05  4:00 ` [PATCH 4/6] regulator: lp3972: " Axel Lin
@ 2012-04-05  4:01 ` Axel Lin
  2012-04-05  4:02 ` [PATCH 6/6] regulator: pcf50633: " Axel Lin
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Axel Lin @ 2012-04-05  4:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: Daniel Ribeiro, Antonio Ospite, Liam Girdwood, Mark Brown

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/regulator/pcap-regulator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/pcap-regulator.c b/drivers/regulator/pcap-regulator.c
index 781bf34..b55128d 100644
--- a/drivers/regulator/pcap-regulator.c
+++ b/drivers/regulator/pcap-regulator.c
@@ -241,7 +241,7 @@ static struct regulator_ops pcap_regulator_ops = {
 		.owner		= THIS_MODULE,			\
 	}
 
-static struct regulator_desc pcap_regulators[] = {
+static const struct regulator_desc pcap_regulators[] = {
 	VREG(V1), VREG(V2), VREG(V3), VREG(V4), VREG(V5), VREG(V6), VREG(V7),
 	VREG(V8), VREG(V9), VREG(V10), VREG(VAUX1), VREG(VAUX2), VREG(VAUX3),
 	VREG(VAUX4), VREG(VSIM), VREG(VSIM2), VREG(VVIB), VREG(SW1), VREG(SW2),
-- 
1.7.5.4




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

* [PATCH 6/6] regulator: pcf50633: Constify regulator_desc
  2012-04-05  3:56 [PATCH 1/6] regulator: ad5398: Constify regulator_desc Axel Lin
                   ` (3 preceding siblings ...)
  2012-04-05  4:01 ` [PATCH 5/6] regulator: pcap: " Axel Lin
@ 2012-04-05  4:02 ` Axel Lin
  2012-04-05  4:15 ` [PATCH 1/6] regulator: ad5398: " Zhang, Sonic
  2012-04-05  9:41 ` Mark Brown
  6 siblings, 0 replies; 8+ messages in thread
From: Axel Lin @ 2012-04-05  4:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: Lars-Peter Clausen, Liam Girdwood, Mark Brown

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/regulator/pcf50633-regulator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/pcf50633-regulator.c b/drivers/regulator/pcf50633-regulator.c
index b62f4c8..43163f1 100644
--- a/drivers/regulator/pcf50633-regulator.c
+++ b/drivers/regulator/pcf50633-regulator.c
@@ -267,7 +267,7 @@ static struct regulator_ops pcf50633_regulator_ops = {
 	.is_enabled = pcf50633_regulator_is_enabled,
 };
 
-static struct regulator_desc regulators[] = {
+static const struct regulator_desc regulators[] = {
 	[PCF50633_REGULATOR_AUTO] =
 		PCF50633_REGULATOR("auto", PCF50633_REGULATOR_AUTO, 128),
 	[PCF50633_REGULATOR_DOWN1] =
-- 
1.7.5.4




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

* RE: [PATCH 1/6] regulator: ad5398: Constify regulator_desc
  2012-04-05  3:56 [PATCH 1/6] regulator: ad5398: Constify regulator_desc Axel Lin
                   ` (4 preceding siblings ...)
  2012-04-05  4:02 ` [PATCH 6/6] regulator: pcf50633: " Axel Lin
@ 2012-04-05  4:15 ` Zhang, Sonic
  2012-04-05  9:41 ` Mark Brown
  6 siblings, 0 replies; 8+ messages in thread
From: Zhang, Sonic @ 2012-04-05  4:15 UTC (permalink / raw)
  To: Axel Lin, linux-kernel; +Cc: Liam Girdwood, Mark Brown

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

Acked-by: Sonic Zhang <sonic.zhang@analog.com>

-----Original Message-----
From: Axel Lin [mailto:axel.lin@gmail.com]
Sent: Thursday, April 05, 2012 11:57 AM
To: linux-kernel@vger.kernel.org
Cc: Zhang, Sonic; Liam Girdwood; Mark Brown
Subject: [PATCH 1/6] regulator: ad5398: Constify regulator_desc

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/regulator/ad5398.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/ad5398.c b/drivers/regulator/ad5398.c
index 7d51793..9ba69c4 100644
--- a/drivers/regulator/ad5398.c
+++ b/drivers/regulator/ad5398.c
@@ -184,7 +184,7 @@ static struct regulator_ops ad5398_ops = {
        .is_enabled = ad5398_is_enabled,
 };

-static struct regulator_desc ad5398_reg = {
+static const struct regulator_desc ad5398_reg = {
        .name = "isink",
        .id = 0,
        .ops = &ad5398_ops,
--
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 related	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/6] regulator: ad5398: Constify regulator_desc
  2012-04-05  3:56 [PATCH 1/6] regulator: ad5398: Constify regulator_desc Axel Lin
                   ` (5 preceding siblings ...)
  2012-04-05  4:15 ` [PATCH 1/6] regulator: ad5398: " Zhang, Sonic
@ 2012-04-05  9:41 ` Mark Brown
  6 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2012-04-05  9:41 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Sonic Zhang, Liam Girdwood

[-- Attachment #1: Type: text/plain, Size: 127 bytes --]

On Thu, Apr 05, 2012 at 11:56:56AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Applied all, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-04-05  9:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-05  3:56 [PATCH 1/6] regulator: ad5398: Constify regulator_desc Axel Lin
2012-04-05  3:58 ` [PATCH 2/6] regulator: isl6271a: " Axel Lin
2012-04-05  3:59 ` [PATCH 3/6] regulator: lp3971: " Axel Lin
2012-04-05  4:00 ` [PATCH 4/6] regulator: lp3972: " Axel Lin
2012-04-05  4:01 ` [PATCH 5/6] regulator: pcap: " Axel Lin
2012-04-05  4:02 ` [PATCH 6/6] regulator: pcf50633: " Axel Lin
2012-04-05  4:15 ` [PATCH 1/6] regulator: ad5398: " Zhang, Sonic
2012-04-05  9:41 ` 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).