[PATCH v3 2/5] drivers: net: xgene: Backward compatibility with older firmware

2016-07-04 Thread Iyappan Subramanian
This patch looks for CONFIG_MDIO_XGENE and based on phy-handle DT/ACPI fields, sets the mdio_driver flag. The rest of the driver uses the this flag for any MDIO management, in the case of backward compatibility. Also, some code clean up done around mdio configuration/remove. Signed-off-by: Iyappa

Re: [PATCH v3 2/5] drivers: net: xgene: Backward compatibility with older firmware

2016-06-08 Thread Matthias Brugger
On 06/06/16 20:15, Iyappan Subramanian wrote: This patch looks for CONFIG_MDIO_XGENE and based on phy-handle DT/ACPI fields, sets the mdio_driver flag. The rest of the driver uses the I'm a bit confused, you introduced mdio_driver flag already in patch 1. this flag for any MDIO management,

[PATCH v3 2/5] drivers: net: xgene: Backward compatibility with older firmware

2016-06-06 Thread Iyappan Subramanian
This patch looks for CONFIG_MDIO_XGENE and based on phy-handle DT/ACPI fields, sets the mdio_driver flag. The rest of the driver uses the this flag for any MDIO management, in the case of backward compatibility. Also, some code clean up done around mdio configuration/remove. Signed-off-by: Iyappa