From: Eric Miao Date: Mon, 8 Dec 2008 10:46:00 +0000 (+0800) Subject: [ARM] pxafb: allow insertion of delay to the smart panel command sequence X-Git-Tag: v2.6.29-rc1~559^2~3^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69bdea7047fbac88beb8b7ba9e428c4f0e53f563;p=pandora-kernel.git [ARM] pxafb: allow insertion of delay to the smart panel command sequence Some smart panel requires a delay between command sequences, while PXA LCD controller didn't provide such one, let's emulate this by software. A software delay marker can be inserted into the command sequence, once pxafb_smart_queue() detects this, it flushes the previous commands and delay for a specified number of milliseconds. Signed-off-by: Eric Miao --- Reading git-diff-tree failed