From e2428ebd83861f693ac94cbe2662021d4e7f3775 Mon Sep 17 00:00:00 2001 From: jogo Date: Tue, 23 Apr 2013 13:55:36 +0000 Subject: bcm63xx: update patches with upstream submissions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36407 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...net-disable-clock-when-uninitializing-devic.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 target/linux/brcm63xx/patches-3.8/413-bcm63xx_enet-disable-clock-when-uninitializing-devic.patch (limited to 'target/linux/brcm63xx/patches-3.8/413-bcm63xx_enet-disable-clock-when-uninitializing-devic.patch') diff --git a/target/linux/brcm63xx/patches-3.8/413-bcm63xx_enet-disable-clock-when-uninitializing-devic.patch b/target/linux/brcm63xx/patches-3.8/413-bcm63xx_enet-disable-clock-when-uninitializing-devic.patch deleted file mode 100644 index 5fc0b19eb..000000000 --- a/target/linux/brcm63xx/patches-3.8/413-bcm63xx_enet-disable-clock-when-uninitializing-devic.patch +++ /dev/null @@ -1,20 +0,0 @@ -From fd15ecd10c95480be5635f8993b781fe3a1527c2 Mon Sep 17 00:00:00 2001 -From: Maxime Bizon -Date: Fri, 29 Apr 2011 16:54:50 +0200 -Subject: [PATCH 29/63] bcm63xx_enet: disable clock when uninitializing device. - ---- - drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - ---- a/drivers/net/ethernet/broadcom/bcm63xx_enet.c -+++ b/drivers/net/ethernet/broadcom/bcm63xx_enet.c -@@ -1870,6 +1870,8 @@ static int bcm_enet_remove(struct platfo - } - - /* release device resources */ -+ clk_disable(priv->mac_clk); -+ clk_put(priv->mac_clk); - iounmap(priv->base); - res = platform_get_resource(pdev, IORESOURCE_MEM, 0); - release_mem_region(res->start, resource_size(res)); -- cgit v1.2.3