From: Stephen Warren Date: Tue, 22 May 2012 22:08:52 +0000 (-0600) Subject: ASoC: wm8903: init GPIOs during I2C probe not codec probe X-Git-Tag: v3.6-rc1~117^2~4^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf79ef2c303cc70d036c9fb355aeb468e8efb62;p=pandora-kernel.git ASoC: wm8903: init GPIOs during I2C probe not codec probe This allows the GPIOs to be available as soon as the I2C device has probed, which in turn enables machine drivers to request the GPIOs in their probe(), rather than deferring this to their ASoC machine init function, i.e. after the whole sound card has been constructed, and hence the WM8903 codec is available. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed