From: Adam Thomson Date: Thu, 6 Feb 2014 18:03:07 +0000 (+0000) Subject: ASoC: da9055: Fix device registration of PMIC and CODEC devices X-Git-Tag: v3.14-rc4~19^2~1^2~1^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b0e5b10258b48e5edfb6c8ac156f05510eb775;p=pandora-kernel.git ASoC: da9055: Fix device registration of PMIC and CODEC devices Currently the I2C device Ids conflict for the MFD and CODEC so cannot be both instantiated on one platform. This patch updates the Ids and names to make them unique from each other. It should be noted that the I2C addresses for both PMIC and CODEC are modifiable so instantiation of the two are kept as separate devices, rather than instantiating the CODEC from the MFD code. Signed-off-by: Adam Thomson Acked-by: Mark Brown Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed