Re: [PATCH net-next v1 0/3] net: fec: add Wake-on-LAN support
From: Shawn Guo <hidden>
Date: 2015-01-06 11:22:02
From: Shawn Guo <hidden>
Date: 2015-01-06 11:22:02
On Wed, Dec 31, 2014 at 01:07:27PM -0500, David Miller wrote:
From: Fugang Duan <redacted> Date: Wed, 24 Dec 2014 17:30:38 +0800quoted
The patch series enable FEC Wake-on-LAN feature for i.MX6q/dl and i.MX6SX SOCs. FEC HW support sleep mode, when system in suspend status with FEC all clock gate off, magic packet can wake up system. For different SOCs, there have special SOC GPR register to let FEC enter sleep mode or exit sleep mode, add these to platform callback for driver' call. Patch#1: add WOL interface supports. Patch#2: add SOC special sleep of/off operations for driver's sleep callback. Patch#3: add magic pattern support for devicetree.Series applied, thanks.
I'm not sure you want to take the last two patches. Doing so will likely causes merge conflict between net and arm-soc tree. Shawn