From: Timur Tabi Date: Mon, 19 Dec 2011 22:26:17 +0000 (-0600) Subject: drivers/video: fsl-diu-fb: add default platform ops functions X-Git-Tag: v3.3-rc1~59^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09a8c3a42f4c90d300678b198410e6fcc8eddb6;p=pandora-kernel.git drivers/video: fsl-diu-fb: add default platform ops functions The DIU driver requires some platform-specific functions to be defined, but two them can be optional because most platforms implement them the same way. Functions set_gamma_table() and get_pixel_format() are only needed because of quirks in the Freescale MPC8610 HPCD reference board. For other boards, a generic implementation works, so we shouldn't require the platform code to define them. Signed-off-by: Timur Tabi Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed