lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 19 Dec 2019 23:32:07 +0530
From:   Alim Akhtar <alim.akhtar@...il.com>
To:     Sheeba B <sheebab@...ence.com>
Cc:     Alim Akhtar <alim.akhtar@...sung.com>,
        Avri Altman <avri.altman@....com>,
        "James E.J. Bottomley" <jejb@...ux.ibm.com>,
        "Martin K. Petersen" <martin.petersen@...cle.com>,
        Stanley Chu <stanley.chu@...iatek.com>,
        "Bean Huo (beanhuo)" <beanhuo@...ron.com>, yuehaibing@...wei.com,
        linux-scsi@...r.kernel.org,
        open list <linux-kernel@...r.kernel.org>,
        Vignesh Raghavendra <vigneshr@...com>, rafalc@...ence.com,
        mparab@...ence.com
Subject: Re: [PATCH] scsi: ufs: Power off hook for Cadence UFS driver

Hi Sheeba

On Mon, Dec 16, 2019 at 4:55 PM Sheeba B <sheebab@...ence.com> wrote:
>
> Attach Power off hook on Cadence UFS driver
>
> Signed-off-by: Sheeba B <sheebab@...ence.com>

Reviewed-by: Alim Akhtar <alim.akhtar@...sung.com>

> ---
>  drivers/scsi/ufs/cdns-pltfrm.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/scsi/ufs/cdns-pltfrm.c b/drivers/scsi/ufs/cdns-pltfrm.c
> index 1c80f9633da6..56a6a1ed5ec2 100644
> --- a/drivers/scsi/ufs/cdns-pltfrm.c
> +++ b/drivers/scsi/ufs/cdns-pltfrm.c
> @@ -325,6 +325,7 @@ static const struct dev_pm_ops cdns_ufs_dev_pm_ops = {
>  static struct platform_driver cdns_ufs_pltfrm_driver = {
>         .probe  = cdns_ufs_pltfrm_probe,
>         .remove = cdns_ufs_pltfrm_remove,
> +       .shutdown = ufshcd_pltfrm_shutdown,
>         .driver = {
>                 .name   = "cdns-ufshcd",
>                 .pm     = &cdns_ufs_dev_pm_ops,
> --
> 2.17.1
>


-- 
Regards,
Alim

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ