From: Chandrabhanu Mahapatra Date: Thu, 21 Jun 2012 05:37:44 +0000 (+0530) Subject: OMAPDSS: Cleanup implementation of LCD channels X-Git-Tag: v3.6-rc1~16^2~11^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa70b3b7da3490f87b18fc3ffef31c4f5e908f2;p=pandora-kernel.git OMAPDSS: Cleanup implementation of LCD channels The current implementation of LCD channels and managers consists of a number of if-else construct which has been replaced by a simpler interface. A constant structure mgr_desc has been created in Display Controller (DISPC) module. The mgr_desc contains for each channel its name, irqs and is initialized one time with all registers and their corresponding fields to be written to enable various features of Display Subsystem. This structure is later used by various functions of DISPC which simplifies the further implementation of LCD channels and its corresponding managers. Signed-off-by: Chandrabhanu Mahapatra Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed