mbox series

[0/4] bcm63xx_enet: remove mac_id usage

Message ID 20171217160255.30342-1-jonas.gorski@gmail.com
Headers show
Series bcm63xx_enet: remove mac_id usage | expand

Message

Jonas Gorski Dec. 17, 2017, 4:02 p.m. UTC
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(-)

Comments

David Miller Dec. 19, 2017, 4:07 p.m. UTC | #1
From: Jonas Gorski <jonas.gorski@gmail.com>
Date: Sun, 17 Dec 2017 17:02:51 +0100

> 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.

Series applied, thank you.