[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1562643071-46811-1-git-send-email-xiaojiangfeng@huawei.com>
Date: Tue, 9 Jul 2019 11:31:01 +0800
From: Jiangfeng Xiao <xiaojiangfeng@...wei.com>
To: <davem@...emloft.net>, <robh+dt@...nel.org>,
<yisen.zhuang@...wei.com>, <salil.mehta@...wei.com>,
<mark.rutland@....com>, <dingtianhong@...wei.com>,
<xiaojiangfeng@...wei.com>
CC: <netdev@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <leeyou.li@...wei.com>,
<nixiaoming@...wei.com>, <jianping.liu@...wei.com>,
<xiekunxun@...wei.com>
Subject: [PATCH v2 00/10] 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.
Jiangfeng Xiao (10):
net: hisilicon: Add support for HI13X1 to hip04_eth
net: hisilicon: Cleanup for got restricted __be32
net: hisilicon: Cleanup for cast to restricted __be32
net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REG
net: hisilicon: HI13X1_GMAX need dreq reset at first
net: hisilicon: dt-bindings: Add an field of port-handle
net: hisilicon: Add group field to adapt HI13X1_GMAC
net: hisilicon: Offset buf address to adapt HI13X1_GMAC
net: hisilicon: Add an rx_desc to adapt HI13X1_GMAC
net: hisilicon: Add an tx_desc to adapt HI13X1_GMAC
.../bindings/net/hisilicon-hip04-net.txt | 7 +-
drivers/net/ethernet/hisilicon/Kconfig | 10 ++
drivers/net/ethernet/hisilicon/hip04_eth.c | 142 ++++++++++++++++++---
3 files changed, 136 insertions(+), 23 deletions(-)
--
1.8.5.6
Powered by blists - more mailing lists