From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelson Chang Subject: [PATCH net-next v2 0/3] net: ethernet: mediatek: check the hw lro capability by the chip id instead of the dtsi Date: Wed, 5 Oct 2016 20:12:09 +0800 Message-ID: <1475669532-23894-1-git-send-email-nelson.chang@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , Nelson Chang To: , Return-path: Received: from mailgw02.mediatek.com ([210.61.82.184]:41702 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752666AbcJEMMX (ORCPT ); Wed, 5 Oct 2016 08:12:23 -0400 Sender: netdev-owner@vger.kernel.org List-ID: The series modify to check if hw lro is supported by the chip id. changes since v2: - Refine mtk_get_chip_id() function changes since v1: - Because hw lro started to be supported from MT7623, the proper way to check if the feature is capable is to judge by the chip id instead of by the dtsi. Nelson Chang (3): net: ethernet: mediatek: get the chip id by ETHDMASYS registers net: ethernet: mediatek: get hw lro capability by the chip id instead of by the dtsi net: ethernet: mediatek: remove hwlro property in the device tree .../devicetree/bindings/net/mediatek-net.txt | 2 -- drivers/net/ethernet/mediatek/mtk_eth_soc.c | 39 ++++++++++++++++++++-- drivers/net/ethernet/mediatek/mtk_eth_soc.h | 6 ++++ 3 files changed, 43 insertions(+), 4 deletions(-) -- 1.9.1