From: Tomi Valkeinen Date: Thu, 20 May 2010 12:13:12 +0000 (+0300) Subject: OMAP: DSS2: remove non-working msleep(40) workaround X-Git-Tag: v3.0-rc1~166^2~20^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d792eecd9a3e3df7c38b64a954d10ccdc665ec38;p=pandora-kernel.git OMAP: DSS2: remove non-working msleep(40) workaround The sleep workaround for the problem described in the comment doesn't really work. This patch removes the workaround, and improves the comment about the bug, and proposes an userspace workaround. omap_dss_set_manager() is called 6 times when loading omapdss and omapfb, which means that 40ms * 6 = 240ms was spent sleeping when booting up. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed