Re: [PATCH 1/8] ASoC: da9055: Fix device registration of PMIC and CODEC devices

2014-02-05 Thread Mark Brown
On Wed, Feb 05, 2014 at 05:48:32PM +, Adam Thomson wrote: > 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. Acked-by: Mark Brown signature.asc

[PATCH 1/8] ASoC: da9055: Fix device registration of PMIC and CODEC devices

2014-02-05 Thread Adam Thomson
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

[PATCH 1/8] ASoC: da9055: Fix device registration of PMIC and CODEC devices

2014-02-05 Thread Adam Thomson
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

Re: [PATCH 1/8] ASoC: da9055: Fix device registration of PMIC and CODEC devices

2014-02-05 Thread Mark Brown
On Wed, Feb 05, 2014 at 05:48:32PM +, Adam Thomson wrote: 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. Acked-by: Mark Brown broo...@linaro.org