From: David Miller <davem@davemloft.net> Date: 2014-08-05 23:47:24
From: Tom Lendacky <thomas.lendacky@amd.com>
Date: Tue, 5 Aug 2014 13:30:32 -0500
The following series of patches includes fixes/updates to the driver.
- Use dma_set_mask_and_coherent to set the DMA mask
- Move the phy connect/disconnect logic to allow for module unloading
This patch series is based on net-next.
Changes in V2:
- Check the return value of the dma_set_mask_and_coherent call