Re: [PATCH net-next] net: phy: convert further flags in struct phy_device to bit-field

2018-05-24 Thread Heiner Kallweit
Am 25.05.2018 um 01:03 schrieb Florian Fainelli: > On 05/24/2018 01:15 PM, Heiner Kallweit wrote: >> This patch is a follow-up to 87e5808d52b6 ("net: phy: replace bool >> members in struct phy_device with bit-fields") and converts further >> flags to bit-fields. > > This looks fine, but then you w

Re: [PATCH net-next] net: phy: convert further flags in struct phy_device to bit-field

2018-05-24 Thread Florian Fainelli
On 05/24/2018 01:15 PM, Heiner Kallweit wrote: > This patch is a follow-up to 87e5808d52b6 ("net: phy: replace bool > members in struct phy_device with bit-fields") and converts further > flags to bit-fields. This looks fine, but then you would also have to clean-up all code that does phydev->asym

[PATCH net-next] net: phy: convert further flags in struct phy_device to bit-field

2018-05-24 Thread Heiner Kallweit
This patch is a follow-up to 87e5808d52b6 ("net: phy: replace bool members in struct phy_device with bit-fields") and converts further flags to bit-fields. Signed-off-by: Heiner Kallweit --- include/linux/phy.h | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a