Re: [PATCH v3 2/3] net: ibm: emac: replace custom PHY_MODE_* macros

2017-12-21 Thread David Miller
From: Christian Lamparter Date: Wed, 20 Dec 2017 23:01:49 +0100 > The ibm_emac driver predates the PHY_INTERFACE_MODE_* > enums by a few years. > > And while the driver has been retrofitted to use the PHYLIB, > the old definitions have stuck around to this day. > > This patch replaces all occur

[PATCH v3 2/3] net: ibm: emac: replace custom PHY_MODE_* macros

2017-12-20 Thread Christian Lamparter
The ibm_emac driver predates the PHY_INTERFACE_MODE_* enums by a few years. And while the driver has been retrofitted to use the PHYLIB, the old definitions have stuck around to this day. This patch replaces all occurences of PHY_MODE_* with the respective equivalent PHY_INTERFACE_MODE_* enum. An