linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch v1]mfd: update DA9055 i2c device id
@ 2013-07-05 11:18 Ankur Raina
  2013-07-11 11:15 ` Lee Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Ankur Raina @ 2013-07-05 11:18 UTC (permalink / raw)
  To: sameo
  Cc: broonie, axel.lin, linus.walleij, linux-kernel, david.chen,
	Ashish P. Chavan

DA9055 is a combination of pmic and codec.
This patch updates the DA9055 i2c device id to match the standard naming convention followed for such chips.

Signed-off-by: Ankur Raina <Ankur.Raina@kpitcummins.com>
---
 drivers/mfd/da9055-i2c.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/da9055-i2c.c b/drivers/mfd/da9055-i2c.c
index 607387f..13af7e5 100644
--- a/drivers/mfd/da9055-i2c.c
+++ b/drivers/mfd/da9055-i2c.c
@@ -54,7 +54,7 @@ static int da9055_i2c_remove(struct i2c_client *i2c)
 }
 
 static struct i2c_device_id da9055_i2c_id[] = {
-	{"da9055-pmic", 0},
+	{"da9055", 0},
 	{ }
 };
 
-- 
1.7.1



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

* Re: [patch v1]mfd: update DA9055 i2c device id
  2013-07-05 11:18 [patch v1]mfd: update DA9055 i2c device id Ankur Raina
@ 2013-07-11 11:15 ` Lee Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Lee Jones @ 2013-07-11 11:15 UTC (permalink / raw)
  To: Ankur Raina
  Cc: sameo, broonie, axel.lin, linus.walleij, linux-kernel,
	david.chen, Ashish P. Chavan

On Fri, 05 Jul 2013, Ankur Raina wrote:

> DA9055 is a combination of pmic and codec.
> This patch updates the DA9055 i2c device id to match the standard naming convention followed for such chips.
> 
> Signed-off-by: Ankur Raina <Ankur.Raina@kpitcummins.com>
> ---
>  drivers/mfd/da9055-i2c.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Again, I'm going to tinker with the commit message a little and apply
the patch.

> diff --git a/drivers/mfd/da9055-i2c.c b/drivers/mfd/da9055-i2c.c
> index 607387f..13af7e5 100644
> --- a/drivers/mfd/da9055-i2c.c
> +++ b/drivers/mfd/da9055-i2c.c
> @@ -54,7 +54,7 @@ static int da9055_i2c_remove(struct i2c_client *i2c)
>  }
>  
>  static struct i2c_device_id da9055_i2c_id[] = {
> -	{"da9055-pmic", 0},
> +	{"da9055", 0},
>  	{ }
>  };
>  

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* [patch v1]mfd: update DA9055 i2c device id
@ 2013-07-05 10:52 Ankur Raina
  0 siblings, 0 replies; 3+ messages in thread
From: Ankur Raina @ 2013-07-05 10:52 UTC (permalink / raw)
  To: sameo; +Cc: broonie, axel.lin, linus.walleij, linux-kernel, david.chen

DA9055 is a combination of pmic and codec.
This patch updates the DA9055 i2c device id to match the standard naming convention followed for such chips.

Signed-off-by: Ankur <Ankur.Raina@kpitcummins.com>
---
 drivers/mfd/da9055-i2c.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/da9055-i2c.c b/drivers/mfd/da9055-i2c.c
index 88f6dca..43d3df5 100644
--- a/drivers/mfd/da9055-i2c.c
+++ b/drivers/mfd/da9055-i2c.c
@@ -54,7 +54,7 @@ static int __devexit da9055_i2c_remove(struct i2c_client *i2c)
 }
 
 static struct i2c_device_id da9055_i2c_id[] = {
-	{"da9055-pmic", 0},
+	{"da9055", 0},
 	{ }
 };
 
-- 
1.7.1



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

end of thread, other threads:[~2013-07-11 11:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-05 11:18 [patch v1]mfd: update DA9055 i2c device id Ankur Raina
2013-07-11 11:15 ` Lee Jones
  -- strict thread matches above, loose matches on Subject: below --
2013-07-05 10:52 Ankur Raina

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