On Tue, 2021-10-05 at 21:02 -0700, Bart Van Assche wrote: > On 10/5/21 20:09, peter.wang@xxxxxxxxxxxx wrote: > > Mediatek UFS design need disable auto-hibern8 before suspend. > > This patch introduce an solution to do pre suspned before SSU > > (sleep) command. > > > > Peter Wang (2): > > scsi: ufs: support vops pre suspend > > scsi: ufs: ufs-mediatek: disable auto-hibern8 before suspend > > Please always include a changelog when posting a new version of a > patch > series. > > I have the same comment about v3 as for v2: I don't think that this > series is bisectable so please combine the two patches into one patch > or add "if (status == PRE_CHANGE) return" in ufshcd_vops_suspend() in > patch 1/2 and remove this again in patch 2/2. > > Thanks, > > Bart. Hi Bart, OK, will merge to one patch. Thanks for review. Peter