mbox series

[net,0/3] cxgb4: bug fixes for ethtool flash ops

Message ID cover.1623400558.git.rahul.lakkireddy@chelsio.com
Headers show
Series cxgb4: bug fixes for ethtool flash ops | expand

Message

Rahul Lakkireddy June 11, 2021, 6:47 a.m. UTC
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.

Thanks,
Rahul

Rahul Lakkireddy (3):
  cxgb4: fix endianness when flashing boot image
  cxgb4: fix sleep in atomic when flashing PHY firmware
  cxgb4: halt chip before flashing PHY firmware image

 .../ethernet/chelsio/cxgb4/cxgb4_ethtool.c    | 24 ++++++++--
 .../net/ethernet/chelsio/cxgb4/cxgb4_main.c   |  2 -
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c    | 46 ++++++++++++-------
 3 files changed, 48 insertions(+), 24 deletions(-)