Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/kernel_samsung_sm7125/commit/70233973ff7eba8b4b370237fb6348d6d29fb521 You should set ROOT_URL correctly, otherwise the web may not work correctly.

scsi: ufs: Keep UniPro in FASTMODE

During FASTAUTO operation, device Rx turns on/off frequently.
This generates noise to internal mPHY power.

Keep UniPro in FASTMODE to avoid stability issue.

Bug: 145560423
Bug: 146108838
Bug: 145883809
Change-Id: I1c3b9d22250b7998030c137e5f240091a4f45e81
Signed-off-by: Randall Huang <huangrandall@google.com>
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
fourteen
Randall Huang 5 years ago committed by Jenna
parent f20df49910
commit 70233973ff
  1. 3
      drivers/scsi/ufs/ufshcd.c

@ -515,7 +515,8 @@ static struct ufs_dev_fix ufs_fixups[] = {
UFS_DEVICE_QUIRK_HS_G1_TO_HS_G3_SWITCH),
UFS_FIX(UFS_VENDOR_SKHYNIX, "hC8HL1",
UFS_DEVICE_QUIRK_HS_G1_TO_HS_G3_SWITCH),
UFS_FIX(UFS_ANY_VENDOR, UFS_ANY_MODEL,
UFS_DEVICE_NO_FASTAUTO),
END_FIX
};

Loading…
Cancel
Save