summaryrefslogtreecommitdiff
path: root/include/misc
diff options
context:
space:
mode:
authorTimur Tabi <timur@codeaurora.org>2017-02-08 15:49:27 -0600
committerDavid S. Miller <davem@davemloft.net>2017-02-09 17:09:19 -0500
commitc4e7beea21921733026b6a1bca0652c883d84680 (patch)
treea2374e3d8faaf3733e8792df1e60404418dae13a /include/misc
parent15c2e102412d95af4fe88e5b28b3eba124545bbf (diff)
net: qcom/emac: add ethtool support for reading hardware registers
Implement the get_regs_len and get_regs ethtool methods. The driver returns the values of selected hardware registers. The make the register offsets known to emac_ethtool, the the register offset macros are all combined into one header file. They were inexplicably and arbitrarily split between two files. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/misc')
0 files changed, 0 insertions, 0 deletions
e previously assumed 'xcv' could be null (see line 118) [smatch] drivers/net/ethernet/cavium/thunder/thunder_xcv.c:119:16-20: ERROR: xcv is NULL but dereferenced. [coccinelle] Fixes: 6465859aba1e66a5 ("net: thunderx: Add RGMII interface type support") Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/util/cpumap.c')