net/atlantic: add hardware access layer
authorIgor Russkikh <igor.russkikh@aquantia.com>
Fri, 12 Oct 2018 11:09:11 +0000 (11:09 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 18 Oct 2018 08:24:39 +0000 (10:24 +0200)
commit31617c04e75a229ef8cf88a8be9cb5964bfdcd7f
tree8c8d3cf1b49221c03b69e68c85ce93f1c52dfab2
parentcab05c5302633bc339b5944e74423f5691f53f78
net/atlantic: add hardware access layer

This patch introduces hw_atl layer which is maintained
in sync with linux kernel driver.
It will generally be in sync with linux upstream.

Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: Pavel Belous <pavel.belous@aquantia.com>
drivers/net/atlantic/Makefile
drivers/net/atlantic/hw_atl/hw_atl_llh.c [new file with mode: 0644]
drivers/net/atlantic/hw_atl/hw_atl_llh.h [new file with mode: 0644]
drivers/net/atlantic/hw_atl/hw_atl_llh_internal.h [new file with mode: 0644]
drivers/net/atlantic/meson.build