From: Shobhit Kumar Date: Mon, 14 Apr 2014 05:30:34 +0000 (+0530) Subject: drm/i915: Add parsing support for new MIPI blocks in VBT X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~63^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b542fcfc72d7724585e3fd2c5e75351bc3df47;p=pandora-kernel.git drm/i915: Add parsing support for new MIPI blocks in VBT The parser extracts the config block(#52) and sequence(#53) data and store in private data structures. v2: Address review comments by Jani - adjust code for the structure changes for bdb_mipi_config - add boundry and buffer overflow checks as suggested - use kmemdup instead of kmalloc and memcpy v3: More strict check while parsing VBT - Ensure that at anytime we do not go beyond sequence block while parsing - On unknown element fail the whole parsing v4: Style changes and spell check mostly as suggested by Jani Signed-off-by: Shobhit Kumar Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed