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:
1ed7fad
)
drm/nouveau: use mdelay instead of large udelay constants
author
Arnd Bergmann
<arnd@arndb.de>
Fri, 31 May 2013 22:22:40 +0000
(22:22 +0000)
committer
Dave Airlie
<airlied@gmail.com>
Mon, 3 Jun 2013 09:20:56 +0000
(19:20 +1000)
ARM cannot handle udelay for more than 2 miliseconds, so we
should use mdelay instead for those.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: David Airlie <airlied@linux.ie>
Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Dave Airlie <airlied@gmail.com>
No differences found