Merge branch 'cxgb4-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2021 18:15:01 +0000 (11:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2021 18:15:01 +0000 (11:15 -0700)
commitf4cdcae03f9cfbfd6a74b8d785c92a6b48fd833e
tree8fef917986ea4d9244e570ce4e7f5ce1de97ac9d
parent33e381448cf7a05d76ac0b47d4a6531ecd0e5c53
parent6d297540f75d759489054e8b07932208fc4db2cb
Merge branch 'cxgb4-fixes'

Rahul Lakkireddy says:

====================
cxgb4: bug fixes for ethtool flash ops

This series of patches add bug fixes in ethtool flash operations.

Patch 1 fixes an endianness issue when writing boot image to flash
after the device ID has been updated.

Patch 2 fixes sleep in atomic when writing PHY firmware to flash.

Patch 3 fixes issue with PHY firmware image not getting written to
flash when chip is still running.
-====================

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