From: Grant Likely Date: Tue, 18 Feb 2014 21:38:55 +0000 (+0000) Subject: of: Add self test for of_match_node() X-Git-Tag: v3.14-rc4~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f42e5dd5065963979bb53daadf5d4f1e71f0c5f;p=pandora-kernel.git of: Add self test for of_match_node() Adds a selftest function for the of_match_node function. of_match_node is supposed to handle precedence for the compatible property as well as the name and device_type values. This patch adds some test case data and a function that makes sure each test node matches against the correct entry of an of_device_id table. This code was written to verify the new of_match_node() implementation that is an earlier part of this series. Signed-off-by: Grant Likely Cc: Kevin Hao --- Reading git-diff-tree failed