[3.11.y.z extended stable] Patch "mfd: Update DA9055 i2c device id name" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Wed Feb 26 12:21:55 UTC 2014
This is a note to let you know that I have just added a patch titled
mfd: Update DA9055 i2c device id name
to the linux-3.11.y-queue branch of the 3.11.y.z extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.11.y-queue
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.11.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From c576722e6f2d3011cf02faa6ec009350dc329f61 Mon Sep 17 00:00:00 2001
From: Ankur Raina <Ankur.Raina at kpitcummins.com>
Date: Fri, 5 Jul 2013 16:48:14 +0530
Subject: mfd: Update DA9055 i2c device id name
commit 1d057b853962a84a2c41a0a0a7fc15a631ac96e8 upstream.
DA9055 is a combination of pmic and codec. This patch updates the DA9055 i2c
device id name to match the standard naming convention followed for such chips.
Signed-off-by: Ankur Raina <Ankur.Raina at kpitcummins.com>
Signed-off-by: Lee Jones <lee.jones at linaro.org>
Signed-off-by: Samuel Ortiz <sameo at linux.intel.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
drivers/mfd/da9055-i2c.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.9.0
More information about the kernel-team
mailing list