From 090b134786a009427442aee7e2ea48e47be5e60f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 27 Apr 2016 08:58:15 +0000 Subject: mediatek: sync and patches add support for several boards Signed-off-by: John Crispin SVN-Revision: 49263 --- .../patches-4.4/0090-net-mediatek-v4.4-backports.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'target/linux/mediatek/patches-4.4/0090-net-mediatek-v4.4-backports.patch') diff --git a/target/linux/mediatek/patches-4.4/0090-net-mediatek-v4.4-backports.patch b/target/linux/mediatek/patches-4.4/0090-net-mediatek-v4.4-backports.patch index abfa1779ff..4665444fb6 100644 --- a/target/linux/mediatek/patches-4.4/0090-net-mediatek-v4.4-backports.patch +++ b/target/linux/mediatek/patches-4.4/0090-net-mediatek-v4.4-backports.patch @@ -1,14 +1,14 @@ -From 65f0d87a26f7cec860b89b40eebc48a4eb71acf8 Mon Sep 17 00:00:00 2001 +From 9ad385f5a3d79d40938bfc265dc69821f6ecb5b8 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 11 Apr 2016 06:00:23 +0200 -Subject: [PATCH 90/91] net: mediatek: v4.4 backports +Subject: [PATCH 90/90] net: mediatek: v4.4 backports --- drivers/net/ethernet/mediatek/mtk_eth_soc.c | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c -index eee4324a..b466f45 100644 +index bb62b91..5d33053 100644 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c @@ -207,7 +207,7 @@ static int mtk_phy_connect_node(struct mtk_eth *eth, struct mtk_mac *mac, @@ -20,7 +20,7 @@ index eee4324a..b466f45 100644 phydev->drv->name); mac->phy_dev = phydev; -@@ -1267,9 +1267,10 @@ static irqreturn_t mtk_handle_irq_rx(int irq, void *_eth) +@@ -1268,9 +1268,10 @@ static irqreturn_t mtk_handle_irq_rx(int irq, void *_eth) return IRQ_NONE; if (status & MTK_RX_DONE_INT) { @@ -33,7 +33,7 @@ index eee4324a..b466f45 100644 } mtk_w32(eth, status, MTK_QMTK_INT_STATUS); -@@ -1288,9 +1289,10 @@ static irqreturn_t mtk_handle_irq_tx(int irq, void *_eth) +@@ -1289,9 +1290,10 @@ static irqreturn_t mtk_handle_irq_tx(int irq, void *_eth) return IRQ_NONE; if (status & MTK_TX_DONE_INT) { @@ -46,7 +46,7 @@ index eee4324a..b466f45 100644 } mtk_w32(eth, status, MTK_QMTK_INT_STATUS); -@@ -1382,6 +1384,7 @@ static int mtk_stop(struct net_device *dev) +@@ -1383,6 +1385,7 @@ static int mtk_stop(struct net_device *dev) struct mtk_mac *mac = netdev_priv(dev); struct mtk_eth *eth = mac->hw; @@ -54,7 +54,7 @@ index eee4324a..b466f45 100644 netif_tx_disable(dev); phy_stop(mac->phy_dev); -@@ -1581,11 +1584,13 @@ static int mtk_set_settings(struct net_device *dev, +@@ -1582,11 +1585,13 @@ static int mtk_set_settings(struct net_device *dev, { struct mtk_mac *mac = netdev_priv(dev); -- cgit v1.2.3