git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eaa44
)
ASoC: tlv320aic3x: fix shared reset pin for DT
author
Sebastian Reichel
<sre@kernel.org>
Sat, 5 Apr 2014 21:35:53 +0000
(23:35 +0200)
committer
Mark Brown
<broonie@linaro.org>
Tue, 15 Apr 2014 12:23:52 +0000
(13:23 +0100)
Currently the second tlv320aic3x instance fails to
be probed from DT if the reset pin is shared with
the first one.
This patch fixes it by moving the list add of the
reset pin into the i2c_probe method.
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found