Re: [PATCH 0/3] stmmac: pci: Refactor DMI probing

2017-05-22 Thread David Miller
From: Jan Kiszka Date: Mon, 22 May 2017 19:06:07 +0200 > On 2017-05-22 18:35, David Miller wrote: >> From: Jan Kiszka >> Date: Mon, 22 May 2017 13:12:06 +0200 >> >>> Some cleanups of the way we probe DMI platforms in the driver. Reduces >>> a bit

Re: [PATCH 0/3] stmmac: pci: Refactor DMI probing

2017-05-22 Thread Jan Kiszka
On 2017-05-22 18:35, David Miller wrote: > From: Jan Kiszka > Date: Mon, 22 May 2017 13:12:06 +0200 > >> 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 !=

Re: [PATCH 0/3] stmmac: pci: Refactor DMI probing

2017-05-22 Thread David Miller
From: Jan Kiszka Date: Mon, 22 May 2017 13:12:06 +0200 > 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.

[PATCH 0/3] stmmac: pci: Refactor DMI probing

2017-05-22 Thread Jan Kiszka
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. Jan Jan Kiszka (3): stmmac: pci: Overcome stmmac_pci_info structure stmmac: pci: Make