Message ID | 1544666173-5121-1-git-send-email-biao.huang@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | add Ethernet driver support for mt2712 | expand |
Dear All, Sorry, I misunderstood David's reply mail in v6 series, please ignore v7 series. Dear David, I send you another follow-up patch to fix up build warning, please check it. Thanks! On Thu, 2018-12-13 at 09:56 +0800, Biao Huang wrote: > Changes in v7: > Add MODULE_LICENSE info in driver. > > Biao Huang (2): > net:stmmac: dwmac-mediatek: add support for mt2712 > dt-binding: mediatek-dwmac: add binding document for MediaTek MT2712 > DWMAC > > .../devicetree/bindings/net/mediatek-dwmac.txt | 87 +++++ > drivers/net/ethernet/stmicro/stmmac/Kconfig | 8 + > drivers/net/ethernet/stmicro/stmmac/Makefile | 1 + > .../net/ethernet/stmicro/stmmac/dwmac-mediatek.c | 413 ++++++++++++++++++++ > 4 files changed, 509 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/mediatek-dwmac.txt > create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-mediatek.c >
From: Biao Huang <biao.huang@mediatek.com> Date: Thu, 13 Dec 2018 09:56:11 +0800 > Changes in v7: > Add MODULE_LICENSE info in driver. Biao, I said I need a "fixup" patch, not the whole series again. I've already applied your patches, and you need to send me a small fix on top. This shows that you are not generating your patches against my net-next tree properly. If you were, you would see that I applied your changes already.