]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
ti-ec: remove the delay after gpio event
authorSundar Raman <sunds@ti.com>
Tue, 4 Feb 2014 15:14:23 +0000 (09:14 -0600)
committerSundar Raman <sunds@ti.com>
Wed, 5 Feb 2014 00:42:43 +0000 (18:42 -0600)
The issue with vip has been resolved and this
delay is no longer needed

Change-Id: I7f6be3f19e5a75d318c852121c74651c25c2c359
Signed-off-by: Sundar Raman <sunds@ti.com>
drivers/misc/ti-ec/earlycam.c

index a8bb3c67d0b3876d28498136112479396b435a6c..b831b4644fa23b8591eb734d521eab791d52e792 100644 (file)
@@ -371,16 +371,6 @@ int main_fn(void *arg)
                                  * is pressed
                                  */
                                once = 1;
-                               /* HACK: The VIP driver is currently taking
-                                 * around 1-2 sec to completely de-initialize
-                                 * before the camera could be launched back.
-                                 * If the camera is launched within this
-                                 * interval, it hangs and no longer provides
-                                 * any valid frames. Hence slipping in this
-                                 * delay until this issue is fixed in the
-                                 * driver
-                                 */
-                               msleep(500);
                        }
                        msleep(100);
                }