* [PATCH] input:bu21013: Update the regulator name
@ 2011-01-21 11:38 Naveen Kumar G
2011-01-21 17:06 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Naveen Kumar G @ 2011-01-21 11:38 UTC (permalink / raw)
To: Dmitry Torokhov
Cc: STEricsson_nomadik_linux, linux-input, tsoni, rydberg, lee.jones,
Naveen Kumar Gaddipati
From: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>
Update the regulator name for getting the regulator of
the bu21013 touch device.
Signed-off-by: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>
---
drivers/input/touchscreen/bu21013_ts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/input/touchscreen/bu21013_ts.c b/drivers/input/touchscreen/bu21013_ts.c
index 1507ce1..03e60d3 100644
--- a/drivers/input/touchscreen/bu21013_ts.c
+++ b/drivers/input/touchscreen/bu21013_ts.c
@@ -460,7 +460,7 @@ static int __devinit bu21013_probe(struct i2c_client *client,
bu21013_data->chip = pdata;
bu21013_data->client = client;
- bu21013_data->regulator = regulator_get(&client->dev, "V-TOUCH");
+ bu21013_data->regulator = regulator_get(&client->dev, "avdd");
if (IS_ERR(bu21013_data->regulator)) {
dev_err(&client->dev, "regulator_get failed\n");
error = PTR_ERR(bu21013_data->regulator);
--
1.7.2.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] input:bu21013: Update the regulator name
2011-01-21 11:38 [PATCH] input:bu21013: Update the regulator name Naveen Kumar G
@ 2011-01-21 17:06 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2011-01-21 17:06 UTC (permalink / raw)
To: Naveen Kumar G
Cc: STEricsson_nomadik_linux, linux-input, tsoni, rydberg, lee.jones
On Fri, Jan 21, 2011 at 05:08:25PM +0530, Naveen Kumar G wrote:
> From: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>
>
> Update the regulator name for getting the regulator of
> the bu21013 touch device.
... because <list of reasons this change is needed>.
Thanks.
> Signed-off-by: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>
> ---
> drivers/input/touchscreen/bu21013_ts.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/input/touchscreen/bu21013_ts.c b/drivers/input/touchscreen/bu21013_ts.c
> index 1507ce1..03e60d3 100644
> --- a/drivers/input/touchscreen/bu21013_ts.c
> +++ b/drivers/input/touchscreen/bu21013_ts.c
> @@ -460,7 +460,7 @@ static int __devinit bu21013_probe(struct i2c_client *client,
> bu21013_data->chip = pdata;
> bu21013_data->client = client;
>
> - bu21013_data->regulator = regulator_get(&client->dev, "V-TOUCH");
> + bu21013_data->regulator = regulator_get(&client->dev, "avdd");
> if (IS_ERR(bu21013_data->regulator)) {
> dev_err(&client->dev, "regulator_get failed\n");
> error = PTR_ERR(bu21013_data->regulator);
> --
> 1.7.2.dirty
>
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-21 17:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-21 11:38 [PATCH] input:bu21013: Update the regulator name Naveen Kumar G
2011-01-21 17:06 ` Dmitry Torokhov
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).