Revision 6d297540f75d759489054e8b07932208fc4db2cb authored by Rahul Lakkireddy on 11 June 2021, 06:47:47 UTC, committed by David S. Miller on 11 June 2021, 18:15:00 UTC
When using firmware-assisted PHY firmware image write to flash,
halt the chip before beginning the flash write operation to allow
the running firmware to store the image persistently. Otherwise,
the running firmware will only store the PHY image in local on-chip
RAM, which will be lost after next reset.

Fixes: 4ee339e1e92a ("cxgb4: add support to flash PHY image")
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent f046bd0
History
File Mode Size
.kunitconfig -rw-r--r-- 58 bytes
Kconfig -rw-r--r-- 4.0 KB
Makefile -rw-r--r-- 703 bytes
acl.c -rw-r--r-- 6.7 KB
acl.h -rw-r--r-- 1.6 KB
balloc.c -rw-r--r-- 26.9 KB
bitmap.c -rw-r--r-- 2.7 KB
block_validity.c -rw-r--r-- 9.3 KB
dir.c -rw-r--r-- 17.5 KB
ext4.h -rw-r--r-- 131.4 KB
ext4_extents.h -rw-r--r-- 8.4 KB
ext4_jbd2.c -rw-r--r-- 9.9 KB
ext4_jbd2.h -rw-r--r-- 16.9 KB
extents.c -rw-r--r-- 164.0 KB
extents_status.c -rw-r--r-- 60.3 KB
extents_status.h -rw-r--r-- 8.0 KB
fast_commit.c -rw-r--r-- 61.1 KB
fast_commit.h -rw-r--r-- 4.6 KB
file.c -rw-r--r-- 23.9 KB
fsmap.c -rw-r--r-- 19.8 KB
fsmap.h -rw-r--r-- 2.0 KB
fsync.c -rw-r--r-- 5.2 KB
hash.c -rw-r--r-- 7.3 KB
ialloc.c -rw-r--r-- 44.5 KB
indirect.c -rw-r--r-- 42.6 KB
inline.c -rw-r--r-- 48.4 KB
inode-test.c -rw-r--r-- 7.5 KB
inode.c -rw-r--r-- 178.2 KB
ioctl.c -rw-r--r-- 32.3 KB
mballoc.c -rw-r--r-- 180.4 KB
mballoc.h -rw-r--r-- 5.9 KB
migrate.c -rw-r--r-- 16.8 KB
mmp.c -rw-r--r-- 10.0 KB
move_extent.c -rw-r--r-- 20.8 KB
namei.c -rw-r--r-- 113.9 KB
page-io.c -rw-r--r-- 15.2 KB
readpage.c -rw-r--r-- 11.3 KB
resize.c -rw-r--r-- 60.6 KB
super.c -rw-r--r-- 192.1 KB
symlink.c -rw-r--r-- 1.7 KB
sysfs.c -rw-r--r-- 16.3 KB
truncate.h -rw-r--r-- 1.5 KB
verity.c -rw-r--r-- 10.7 KB
xattr.c -rw-r--r-- 82.1 KB
xattr.h -rw-r--r-- 7.2 KB
xattr_hurd.c -rw-r--r-- 1.3 KB
xattr_security.c -rw-r--r-- 1.6 KB
xattr_trusted.c -rw-r--r-- 1.2 KB
xattr_user.c -rw-r--r-- 1.3 KB

back to top