From: Darren Etheridge Date: Fri, 23 Aug 2013 21:52:51 +0000 (-0500) Subject: video: da8xx-fb: fixing timing off by one errors X-Git-Tag: v3.12-rc1~137^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83edd73a9cfd03dad9052abec31d9fb16a28543d;p=pandora-kernel.git video: da8xx-fb: fixing timing off by one errors The LCD controller represents some of the timing fields with a 0 in the register representing 1. This was not taken into account when these registers were being set. Interestingly enough not all of the LCDC controller timing registers implement this representation so carefully went through the technical reference manual to only "fix" the correct timings. Signed-off-by: Darren Etheridge Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed