From: Eli Cohen Date: Thu, 2 Oct 2014 09:19:43 +0000 (+0300) Subject: net/mlx5_core: Use hardware registers description header file X-Git-Tag: fixes-against-v3.18-rc2~144^2~56^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d29b796adada8780db3512c4a34b339f9aeef1ae;p=pandora-kernel.git net/mlx5_core: Use hardware registers description header file Add an auto generated header file that describes hardware registers along with set of macros that set/get values. The macros do static checks to avoid overflow, handle endianess, and overall provide a clean way to code commands. Currently the header file is small and we will add structs as we make use of the macros. A few commands were removed from the commands enum since they are not supported currently and will be added when support is available. Signed-off-by: Eli Cohen Signed-off-by: David S. Miller --- Reading git-diff-tree failed