Merge branch 'net-hisilicon-Add-support-for-HI13X1-to-hip04_eth'
authorDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 21:29:27 +0000 (14:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 21:29:27 +0000 (14:29 -0700)
commit2bb295f3a5e612b36ccf5986b529a8d4b426cf4f
tree2596c5e65f4abb04bd8ccc4bdee5a65bc6b0ec9a
parent03a49a14a78da6f782fa14c7149a32da0259cd1c
parentd413779cdd934cc3bd281a90df865f5d9bd958a8
Merge branch 'net-hisilicon-Add-support-for-HI13X1-to-hip04_eth'

Jiangfeng Xiao says:

====================
net: hisilicon: Add support for HI13X1 to hip04_eth

The main purpose of this patch series is to extend the
hip04_eth driver to support HI13X1_GMAC.

The offset and bitmap of some registers of HI13X1_GMAC
are different from hip04_eth common soc. In addition,
the definition of send descriptor and parsing descriptor
are different from hip04_eth common soc. So the macro
of the register offset is redefined to adapt the HI13X1_GMAC.

Clean up the sparse warning by the way.

Change since v1:
* Add a cover letter.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>