From: Archit Taneja Date: Mon, 16 May 2011 09:47:07 +0000 (+0530) Subject: OMAP: DSS2: DSI: Use system workqueue for delayed work instead of a private workqueue X-Git-Tag: v3.0-rc1~166^2~20^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49dbf5892fc67466ac2780c1d42d8a02726f5538;p=pandora-kernel.git OMAP: DSS2: DSI: Use system workqueue for delayed work instead of a private workqueue In the previous DSI driver design, a private workqueue was needed to prevent a deadlock as explained in the commit : 0f16aa0ae6b84d7ae72fbe8999e6a94cb78edd4e . In the current design, the workqueue is only used for queueing delayed work in the case where we don't get a FRAMEDONE interrupt for 250 milliseconds. It is safe to remove the private workqueue amd use the system workqueue instead to schedule the delayed work with the new design where the deadlock can't occur. Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed