Merge branch 'ncsi-phy-link-up'
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Jul 2021 21:16:39 +0000 (14:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Jul 2021 21:16:39 +0000 (14:16 -0700)
commit5702b81ea47b3ca3db2e5fa4a382e72fd8eef693
treeeeb50153991460ce1585cb7f17b508e7e3f7f11a
parent96248d6da65744e1baaa29e5c4e5dc233e29838b
parent163f5de509a8ec193df94a9b9afbeb1a9e3f46a6
Merge branch 'ncsi-phy-link-up'

Ivan Mikhaylov says:

====================
net/ncsi: Add NCSI Intel OEM command to keep PHY link up

Add NCSI Intel OEM command to keep PHY link up and prevents any channel
resets during the host load on i210. Also includes dummy response handler for
Intel manufacturer id.

Changes from v1:
 1. sparse fixes about casts
 2. put it after ncsi_dev_state_probe_cis instead of
    ncsi_dev_state_probe_channel because sometimes channel is not ready
    after it
 3. inl -> intel
====================

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