FROMLIST: ufs: skip manual flush for write booster
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 Bug: 165776315 Link: https://lore.kernel.org/linux-scsi/cover.1598319701.git.kwmad.kim@samsung.com/T/#t Change-Id: Ia8297c7372e276d74ae7143ab1e9bf332630de87 Signed-off-by:Kiwoong Kim <kwmad.kim@samsung.com>
Loading
Please sign in to comment