From: Philipp Zabel 
Date: Mon, 12 Nov 2012 15:29:04 +0000 (+0100)
Subject: staging: drm/imx: Remove 300ms delay after memory reset
X-Git-Tag: v3.8-rc1~178^2~438
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2d8f46f286a80255d8c684fb12fd40feb37ad258;p=users%2Fhch%2Fmisc.git
staging: drm/imx: Remove 300ms delay after memory reset
This has been added once, but does not seem to be necessary. Tested
on i.MX51 and i.MX6.
Signed-off-by: Philipp Zabel 
Signed-off-by: Sascha Hauer 
Signed-off-by: Greg Kroah-Hartman 
---
diff --git a/drivers/staging/imx-drm/ipu-v3/ipu-common.c b/drivers/staging/imx-drm/ipu-v3/ipu-common.c
index eaa6f62a9e33..cd05718b7044 100644
--- a/drivers/staging/imx-drm/ipu-v3/ipu-common.c
+++ b/drivers/staging/imx-drm/ipu-v3/ipu-common.c
@@ -673,8 +673,6 @@ static int ipu_reset(struct ipu_soc *ipu)
 		cpu_relax();
 	}
 
-	mdelay(300);
-
 	return 0;
 }