mbox series

[V4,0/2] scsi: ufs: Add DeepSleep feature

Message ID 20201103141403.2142-1-adrian.hunter@intel.com (mailing list archive)
Headers show
Series scsi: ufs: Add DeepSleep feature | expand

Message

Adrian Hunter Nov. 3, 2020, 2:14 p.m. UTC
Hi

Here is V4 of the DeepSleep feature patches.


Changes in V4:
	Rebased
	Added new patch "scsi: ufs: Allow an error return value from ->device_reset()"

Changes in V3:
	Updated sysfs doc for rpm_lvl and spm_lvl

Changes in V2:
	Fix SSU command IMMED setting and consequently drop patch 2.


Adrian Hunter (2):
      scsi: ufs: Add DeepSleep feature
      scsi: ufs: Allow an error return value from ->device_reset()

 Documentation/ABI/testing/sysfs-driver-ufs | 34 +++++++++++++++-----------
 drivers/scsi/ufs/ufs-mediatek.c            |  4 ++-
 drivers/scsi/ufs/ufs-qcom.c                |  6 +++--
 drivers/scsi/ufs/ufs-sysfs.c               |  7 ++++++
 drivers/scsi/ufs/ufs.h                     |  1 +
 drivers/scsi/ufs/ufshcd.c                  | 39 ++++++++++++++++++++++++++++--
 drivers/scsi/ufs/ufshcd.h                  | 28 +++++++++++++++++----
 include/trace/events/ufs.h                 |  3 ++-
 8 files changed, 97 insertions(+), 25 deletions(-)


Regards
Adrian

Comments

Martin K. Petersen Nov. 5, 2020, 4:06 a.m. UTC | #1
Adrian,

> Here is V4 of the DeepSleep feature patches.

Applied to 5.11/scsi-staging, thanks!

I left out the sysfs ABI piece due to the conflicts. I suggest you send
that piece through the doc tree.
Martin K. Petersen Nov. 11, 2020, 2:58 a.m. UTC | #2
On Tue, 3 Nov 2020 16:14:01 +0200, Adrian Hunter wrote:

> Here is V4 of the DeepSleep feature patches.
> 
> 
> Changes in V4:
> 	Rebased
> 	Added new patch "scsi: ufs: Allow an error return value from ->device_reset()"
> 
> [...]

Applied to 5.11/scsi-queue, thanks!

[1/2] scsi: ufs: Add DeepSleep feature
      https://git.kernel.org/mkp/scsi/c/fe1d4c2ebcae
[2/2] scsi: ufs: Allow an error return value from ->device_reset()
      https://git.kernel.org/mkp/scsi/c/151f1b664ffb