Re: [PATCH v2 1/3] ufs: Reduce code duplication in the runtime power managment implementation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2021-06-24 at 16:29 -0700, Bart Van Assche wrote:
>  static const struct dev_pm_ops tc_dwc_g210_pci_pm_ops = {
> 
> -       .suspend        = tc_dwc_g210_pci_suspend,
> 
> -       .resume         = tc_dwc_g210_pci_resume,
> 
> -       .runtime_suspend = tc_dwc_g210_pci_runtime_suspend,
> 
> -       .runtime_resume  = tc_dwc_g210_pci_runtime_resume,
> 
> -       .runtime_idle    = tc_dwc_g210_pci_runtime_idle,
> 
> +       .suspend         = ufshcd_system_suspend,
> 
> +       .resume          = ufshcd_system_resume,
> 
> +       .runtime_suspend = ufshcd_runtime_suspend,
> 
> +       .runtime_resume  = ufshcd_runtime_resume,
> 
>         .prepare         = ufshcd_suspend_prepare,
> 
>         .complete        = ufshcd_resume_complete,

Hi Bart,
you need to update this patch since you forgot to change the vendor's
driver.


drivers/scsi/ufs/cdns-pltfrm.c
drivers/scsi/ufs/tc-dwc-g210-pltfrm.c
drivers/scsi/ufs/ufs-exynos.c
drivers/scsi/ufs/ufs-hisi.c
drivers/scsi/ufs/ufs-mediatek.c
drivers/scsi/ufs/ufs-qcom.c


Bean




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux