Re: [PATCH net-next v7 00/12] drivers: net: xgene: Fix module crash and 1G hot-plug

2016-07-25 Thread David Miller
From: Iyappan Subramanian Date: Mon, 25 Jul 2016 17:12:35 -0700 > This patchset addresses the following issues, > > 1. Fixes the kernel crash when the driver loaded as an kernel module > - by fixing hardware cleanups and rearrange kernel API calls > > 2. Hot-plug issue on the SGMII 1G int

[PATCH net-next v7 00/12] drivers: net: xgene: Fix module crash and 1G hot-plug

2016-07-25 Thread Iyappan Subramanian
This patchset addresses the following issues, 1. Fixes the kernel crash when the driver loaded as an kernel module - by fixing hardware cleanups and rearrange kernel API calls 2. Hot-plug issue on the SGMII 1G interface - by adding a driver for MDIO management Signed-off-by: Iyap