[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BY5PR04MB67053A1985F6FD419214C6B9FC0F0@BY5PR04MB6705.namprd04.prod.outlook.com>
Date: Sun, 4 Oct 2020 07:20:57 +0000
From: Avri Altman <Avri.Altman@....com>
To: Adrian Hunter <adrian.hunter@...el.com>,
"Martin K . Petersen" <martin.petersen@...cle.com>,
"James E . J . Bottomley" <jejb@...ux.ibm.com>
CC: "linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Alim Akhtar <alim.akhtar@...sung.com>
Subject: RE: [PATCH 1/2] scsi: ufs: Add DeepSleep feature
> + /*
> + * DeepSleep requires the Immediate flag. DeepSleep state is actually
> + * entered when the link state goes to Hibern8.
> + */
> + if (pwr_mode == UFS_DEEPSLEEP_PWR_MODE)
> + cmd[1] = 1;
Shouldn't it be bit1, i.e. cmd[1] = 2 ?
> cmd[4] = pwr_mode << 4;
>
Powered by blists - more mailing lists