From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Gorski Subject: [PATCH 0/4] bcm63xx_enet: remove mac_id usage Date: Sun, 17 Dec 2017 17:02:51 +0100 Message-ID: <20171217160255.30342-1-jonas.gorski@gmail.com> Cc: Ralf Baechle , "David S. Miller" , Florian Fainelli , bcm-kernel-feedback-list@broadcom.com To: netdev@vger.kernel.org, linux-mips@linux-mips.org Return-path: Received: from mail-wr0-f194.google.com ([209.85.128.194]:45357 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751833AbdLQQDQ (ORCPT ); Sun, 17 Dec 2017 11:03:16 -0500 Received: by mail-wr0-f194.google.com with SMTP id h1so11918854wre.12 for ; Sun, 17 Dec 2017 08:03:16 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: 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