linux-mips
[Top] [All Lists]

[PATCH 0/4] bcm63xx_enet: remove mac_id usage

To: netdev@vger.kernel.org, linux-mips@linux-mips.org
Subject: [PATCH 0/4] bcm63xx_enet: remove mac_id usage
From: Jonas Gorski <jonas.gorski@gmail.com>
Date: Sun, 17 Dec 2017 17:02:51 +0100
Cc: Ralf Baechle <ralf@linux-mips.org>, "David S. Miller" <davem@davemloft.net>, Florian Fainelli <f.fainelli@gmail.com>, bcm-kernel-feedback-list@broadcom.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=vpO1cY683t0+lK5mzUFmZV7kCASza6in4gjQZXHEQak=; b=f2nuT5j1GjoL4JL4EerXj6k3scI7Yt3dX8Y7PMF6mG04EwPG77rA4RKBHiifCIDy1z cnjV+yw9e2KAs13hSREOzgH/keZZh8P0dDwttW/m/mxr2Px76bxHyv/6JC9QFAKO8uqq mi4VhFvF3n3dJyLpwpkSbSmMQ5Ke7UAc7KBPZ8iu59kEiiEszxJIBZB1IqgbeCvfM9o5 exT5vdudQhzRHLS35HMJNht35p0BwWiEmbhfCvYcNx3PNepxHlMMaKC8L3s0Hlhy45TB XTUo1v2Dyr8lkZy238cEtMhf5uWIyC6dQH91O+IPvZVt8POPzKj/t9JcMnkGZ/DXmTBo 1OTw==
List-archive: <http://www.linux-mips.org/archives/linux-mips/>
List-help: <mailto:ecartis@linux-mips.org?Subject=help>
List-id: linux-mips <linux-mips.eddie.linux-mips.org>
List-owner: <mailto:ralf@linux-mips.org>
List-post: <mailto:linux-mips@linux-mips.org>
List-software: Ecartis version 1.0.0
List-subscribe: <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips>
List-unsubscribe: <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips>
Original-recipient: rfc822;linux-mips@linux-mips.org
Sender: linux-mips-bounce@linux-mips.org
This patchset aims at reducing the platform device id number usage with
the target of making it eventually possible to probe the driver through OF.

Runtested on BCM6358.

Since the patches touch mostly net/, they should go through net-next.

Jonas Gorski (4):
  bcm63xx_enet: just use "enet" as the clock name
  bcm63xx_enet: use platform data for dma channel numbers
  bcm63xx_enet: remove pointless mac_id check
  bcm63xx_enet: use platform device id directly for miibus name

 arch/mips/bcm63xx/dev-enet.c                        |  8 ++++++++
 .../include/asm/mach-bcm63xx/bcm63xx_dev_enet.h     |  4 ++++
 drivers/net/ethernet/broadcom/bcm63xx_enet.c        | 21 +++++----------------
 drivers/net/ethernet/broadcom/bcm63xx_enet.h        |  3 ---
 4 files changed, 17 insertions(+), 19 deletions(-)

-- 
1.9.1


<Prev in Thread] Current Thread [Next in Thread>