]> git.itanic.dy.fi Git - linux-stable/commit
ALSA: pxa27x: fix ac97 cold reset
authorMike Dunn <mikedunn@newsguy.com>
Mon, 7 Jan 2013 21:55:12 +0000 (13:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 16:50:55 +0000 (08:50 -0800)
commitb66c35dd91a7476f42134fb44250d24f68181c7b
treecc86d06f095690e31c6547a6a2bff85e55abbc3a
parentf9df20c6468862772f8f63b72b021f62a492548f
ALSA: pxa27x: fix ac97 cold reset

commit 41b645c8624df6ace020a8863ad1449d69140f7d upstream.

Cold reset on the pxa27x currently fails and

     pxa2xx_ac97_try_cold_reset: cold reset timeout (GSR=0x44)

appears in the kernel log.  Through trial-and-error (the pxa270 developer's
manual is mostly incoherent on the topic of ac97 reset), I got cold reset to
complete by setting the WARM_RST bit in the GCR register (and later noticed that
pxa3xx does this for cold reset as well).  Also, a timeout loop is needed to
wait for the reset to complete.

Tested on a palm treo 680 machine.

Signed-off-by: Mike Dunn <mikedunn@newsguy.com>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/arm/pxa2xx-ac97-lib.c