Message ID | cover.1598319701.git.kwmad.kim@samsung.com (mailing list archive) |
---|---|
Headers | show |
Series | ufs: introduce skipping manual flush for wb | expand |
On Tue, 25 Aug 2020 10:43:14 +0900, Kiwoong Kim wrote: > v1 -> v2: enable the quirk in exynos > v2 -> v3: modify some commit messages > > We have two knobs to flush for write booster, i.e. > fWriteBoosterBufferFlushDuringHibernate and fWriteBoosterBufferFlushEn. > However, many product makers uses only fWriteBoosterBufferFlushDuringHibernate, > because this can reportedly cover most scenarios and > there have been some reports that flush by fWriteBoosterBufferFlushEn > could lead to raise power consumption thanks to unexpected internal > operations. So we need a way to enable or disable fWriteBoosterEn > operations. For those case, this quirk will allow to avoid manual flush > > [...] Applied to 5.10/scsi-queue, thanks! [1/2] scsi: ufs: Introduce skipping manual flush for Write Booster https://git.kernel.org/mkp/scsi/c/5df6f2def50c [2/2] scsi: ufs: exynos: Enable UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRL https://git.kernel.org/mkp/scsi/c/7973b8ac669e