5 Jul
2013
5 Jul
'13
3:35 p.m.
On Fri, 2013-07-05 at 12:44 +0100, Mark Brown wrote:
On Fri, Jul 05, 2013 at 05:17:42PM +0530, Ashish Chavan wrote:
This patch updates i2c driver name and device id of da9055 codec driver. DA9055 is a PMIC + CODEC and currently, the corresponding PMIC driver also registers itself with the same name as codec, i.e. "da9055". Because of this the codec driver was broken. Now codec driver uses "da9055-codec" as driver name instead of "da9055".
static const struct i2c_device_id da9055_i2c_id[] = {
- { "da9055", 0 },
- { "da9055-codec", 0 }, { }
};
I can't believe that you've tested this.
Yes, I have tested this today only. But with 3.6.0-rc4 kernel. That is the newest kernel for which I have board and other required support available.