From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelson Chang Subject: [PATCH net-next v4 0/2] net: ethernet: mediatek: modify to use the PDMA for Ethernet RX Date: Fri, 26 Aug 2016 01:09:41 +0800 Message-ID: <1472144983-5048-1-git-send-email-nelson.chang@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: netdev-owner@vger.kernel.org To: john@phrozen.org, davem@davemloft.net Cc: nbd@openwrt.org, netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, nelsonch.tw@gmail.com, Nelson Chang List-Id: linux-mediatek@lists.infradead.org This series have some modifications and refines to support Ethernet RX by the PDMA. changes since v4: - Remove the redundant OR operation in mtk_hw_init() changes since v3: - Add GDM hardware settings to send packets to PDMA for RX changes since v2: - Fix the bugs of PDMA cpu index and interrupt settings in mtk_poll_rx() changes since v1: - Modify to use the PDMA instead of the QDMA for Ethernet RX Nelson Chang (2): net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ethernet RX net: ethernet: mediatek: modify GDM to send packets to the PDMA for RX drivers/net/ethernet/mediatek/mtk_eth_soc.c | 79 ++++++++++++++++------------- drivers/net/ethernet/mediatek/mtk_eth_soc.h | 31 ++++++++++- 2 files changed, 75 insertions(+), 35 deletions(-) -- 1.9.1