From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753143AbdEZQIJ (ORCPT ); Fri, 26 May 2017 12:08:09 -0400 Received: from goliath.siemens.de ([192.35.17.28]:39399 "EHLO goliath.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751852AbdEZQIA (ORCPT ); Fri, 26 May 2017 12:08:00 -0400 From: Jan Kiszka To: Giuseppe Cavallaro , Alexandre Torgue , David Miller Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko Subject: [PATCH v2 0/6] stmmac: pci: Refactor DMI probing Date: Fri, 26 May 2017 18:07:47 +0200 Message-Id: X-Mailer: git-send-email 2.12.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some cleanups of the way we probe DMI platforms in the driver. Reduces a bit of open-coding and makes the logic easier reusable for any potential DMI platform != Quark. Tested on IOT2000 and Galileo Gen2. Changes in v2: - fixed bug that broke x86-64 build (and likely more) - refactored series to do smaller steps All this remains cosmetic from a certain distance, but the result looks more appealing, at least to me. Jan Jan Kiszka (6): stmmac: pci: Make stmmac_pci_info structure constant stmmac: pci: Use stmmac_pci_info for all devices stmmac: pci: Make stmmac_pci_find_phy_addr truly generic stmmac: pci: Select quark_pci_dmi_data from quark_default_data stmmac: pci: Use dmi_system_id table for retrieving PHY addresses stmmac: pci: Remove setup handler indirection via stmmac_pci_info drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 184 ++++++++++++----------- 1 file changed, 98 insertions(+), 86 deletions(-) -- 2.12.0