From: Grant Likely Date: Thu, 2 Jul 2009 17:57:19 +0000 (-0600) Subject: ASoC: Fix mpc5200-psc-ac97 to ensure the data ready bit is cleared X-Git-Tag: v2.6.31-rc3~16^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07573534b0b030226ee5ab560e53aac7e6c0dd84;p=pandora-kernel.git ASoC: Fix mpc5200-psc-ac97 to ensure the data ready bit is cleared When doing register reads, it is possible for there to be a stale data ready bit set which will cause subsequent reads to return prematurely with incorrect data. This patch fixes the issues by ensuring stale data is cleared before starting another transaction. Signed-off-by: Grant Likely Acked-by: Jon Smirl Signed-off-by: Mark Brown --- Reading git-diff-tree failed