Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1655992 > unrolled thread

[PATCH v4 0/6] stmmac: pci: Refactor DMI probing

Started byJan Kiszka <jan.kiszka@siemens.com>
First post2017-06-02 09:40 +0200
Last post2017-06-02 09:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v4 0/6] stmmac: pci: Refactor DMI probing Jan Kiszka <jan.kiszka@siemens.com> - 2017-06-02 09:40 +0200

#1655992 — [PATCH v4 0/6] stmmac: pci: Refactor DMI probing

FromJan Kiszka <jan.kiszka@siemens.com>
Date2017-06-02 09:40 +0200
Subject[PATCH v4 0/6] stmmac: pci: Refactor DMI probing
Message-ID<tNPlD-6o8-3@gated-at.bofh.it>
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 v4:
 - Refactor patch 5 according to feedback

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 | 205 +++++++++++++----------
 1 file changed, 119 insertions(+), 86 deletions(-)

-- 
2.12.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web