From: Tony Lindgren Date: Tue, 24 May 2005 19:58:55 +0000 (-0700) Subject: ARM: OMAP: Fix dsp clocks in clock framework X-Git-Tag: v2.6.13-omap1~140 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e15fb9bb67f046447531fa883e138b116d7c4a;p=pandora-kernel.git ARM: OMAP: Fix dsp clocks in clock framework OMAP DSP control registers DSP_CKCTL, DSP_IDLECT1, etc are not in the IO area, so omap_readw() and omap_writew() cannot be used with these registers. Instead __raw_readw() and __raw_writew() must be used. The DSP virt addr = phys addr. This fixes audio problems in the recent kernels as pointed out by Nishant Menon. --- Reading git-diff-tree failed