Re: [PATCH v5 0/5] stmmac: pci: Refactor DMI probing
From: David Miller <davem@davemloft.net>
Date: 2017-06-22 17:40:35
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2017-06-22 17:40:35
Also in:
lkml
From: Jan Kiszka <jan.kiszka@siemens.com> Date: Thu, 22 Jun 2017 08:17:56 +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. Changes in v5: - fixed a remaining issue in patch 5 - dropped patch 6 for now
Series applied to net-next. Any chance the DMI table can be marked const as well?