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:
613beee
)
ARM: OMAP: Fix dsp clocks in clock framework
author
Tony Lindgren
<tony@atomide.com>
Tue, 24 May 2005 19:58:55 +0000
(12:58 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 24 May 2005 19:58:55 +0000
(12:58 -0700)
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.
No differences found