From: Timur Tabi Date: Tue, 16 Oct 2012 22:33:49 +0000 (-0500) Subject: drivers/video: fsl-diu-fb: don't touch registers for unused features X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceb001b077af64b20a8027132cfe015c80f4319d;p=pandora-kernel.git drivers/video: fsl-diu-fb: don't touch registers for unused features We don't use the writeback buffer, so don't initialize the registers for that feature. The default value for SYN_POL is already zero, so don't re-initialize it. Writing the INT_STATUS register does nothing. The value that we write to the PLUT register only makes sense on the MPC8610 and P1022, so don't touch that register on the MPC5121. Signed-off-by: Timur Tabi --- Reading git-diff-tree failed