From: Laxman Dewangan Date: Tue, 6 Aug 2013 14:12:49 +0000 (+0530) Subject: include: dt-binding: input: create a DT header defining key codes. X-Git-Tag: v3.12-rc1~67^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8851b9f1625ce0858e9b1bb0ae4a57d4b43178b1;p=pandora-kernel.git include: dt-binding: input: create a DT header defining key codes. Many of Key device tree bindings uses the constant number as key code which matches with kernel header key code and then comment as follows for reference/better readability: linux,code = <102>; /* KEY_HOME */ Create a DT header which defines all the key code so that DT key bindings can use it as follows: linux,code = ; Signed-off-by: Laxman Dewangan Reviewed-by: Stephen Warren Signed-off-by: Rob Herring --- Reading git-diff-tree failed