netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] stmmac: pci: Refactor DMI probing
@ 2017-05-30  7:33 Jan Kiszka
  2017-05-30  7:33 ` [PATCH v3 1/6] stmmac: pci: Make stmmac_pci_info structure constant Jan Kiszka
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Jan Kiszka @ 2017-05-30  7:33 UTC (permalink / raw)
  To: Giuseppe Cavallaro, Alexandre Torgue, David Miller
  Cc: netdev, linux-kernel, Andy Shevchenko

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 v3:
 - Rename STMAC vendor ID define and use PCI_VDEVICE
 - rearrange stmmac_pci_find_phy_addr according to review 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 | 187 ++++++++++++-----------
 1 file changed, 100 insertions(+), 87 deletions(-)

-- 
2.12.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-05-31 18:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-30  7:33 [PATCH v3 0/6] stmmac: pci: Refactor DMI probing Jan Kiszka
2017-05-30  7:33 ` [PATCH v3 1/6] stmmac: pci: Make stmmac_pci_info structure constant Jan Kiszka
2017-05-30  7:33 ` [PATCH v3 2/6] stmmac: pci: Use stmmac_pci_info for all devices Jan Kiszka
2017-05-30  7:33 ` [PATCH v3 3/6] stmmac: pci: Make stmmac_pci_find_phy_addr truly generic Jan Kiszka
2017-05-30  7:33 ` [PATCH v3 4/6] stmmac: pci: Select quark_pci_dmi_data from quark_default_data Jan Kiszka
2017-05-30  7:33 ` [PATCH v3 5/6] stmmac: pci: Use dmi_system_id table for retrieving PHY addresses Jan Kiszka
2017-05-31 18:09   ` Andy Shevchenko
2017-05-30  7:33 ` [PATCH v3 6/6] stmmac: pci: Remove setup handler indirection via stmmac_pci_info Jan Kiszka
2017-05-30 18:48 ` [PATCH v3 0/6] stmmac: pci: Refactor DMI probing Andy Shevchenko
2017-05-31 16:32   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).