commit | 490ed0b908d371cd9ab63fc142213e5d02d810ee | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 28 17:48:20 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 28 17:48:20 2020 -0700 |
tree | 4f87b2fa3a9e7c7abc9a8fa8e13c05999206f6d5 | |
parent | f11df0454f8ed6a83641c0dc1a9f6e9609516216 [diff] | |
parent | 77b2898394e3bb843228ee6f90066a23cf67e8a1 [diff] |
Merge branch 'net-stmmac-improve-WOL' Jisheng Zhang says: ==================== net: stmmac: improve WOL Currently, stmmac driver relies on the HW PMT to support WOL. We want to support phy based WOL. patch1 is a small improvement to disable WAKE_MAGIC for PMT case if no pmt_magic_frame. patch2 and patch3 are two prepation patches. patch4 implement the phy based WOL patch5 tries to save a bit energy if WOL is enabled. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>