Merge branch 'fec-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 31 Dec 2014 18:06:57 +0000 (13:06 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Dec 2014 18:06:57 +0000 (13:06 -0500)
commit5164172f3350b631f869a9b856d8e0956015609e
treec3337be4aaa169f75e2a0b1ea5fa7f72a6e440f5
parent03366a33db91abd298457b0f707187247f1a6b7d
parent07b4d2dda0c00f56248ac35e2200474609c294b7
Merge branch 'fec-next'

Fugang Duan says:

====================
net: fec: add Wake-on-LAN support

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>