All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Two changes of UFS sysfs
@ 2020-12-24 17:20 Bean Huo
  2020-12-24 17:20 ` [PATCH v2 1/3] scsi: ufs: Replace sprintf and snprintf with sysfs_emit Bean Huo
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bean Huo @ 2020-12-24 17:20 UTC (permalink / raw)
  To: alim.akhtar, avri.altman, asutoshd, jejb, martin.petersen,
	stanley.chu, beanhuo, bvanassche, tomas.winkler, cang
  Cc: linux-scsi, linux-kernel, rjw

From: Bean Huo <beanhuo@micron.com>

Changelog:

V1---v2:
    1. Add new patch "Let resume callback return -EBUSY after ufshcd_shutdown",
       Because the ufshcd_*_resume still returns successful result 0 after
       ufshcd_shutdown(). Even add handling of the return value of
       pm_runtime_get_sync(), but still there is timeout.

Bean Huo (3):
  scsi: ufs: Replace sprintf and snprintf with sysfs_emit
  scsi: ufs: Add handling of the return value of pm_runtime_get_sync()
  scsi: ufs: Let resume callback return -EBUSY after ufshcd_shutdown

 drivers/scsi/ufs/ufs-sysfs.c | 68 +++++++++++++++++++++++++-----------
 drivers/scsi/ufs/ufshcd.c    | 12 ++++---
 2 files changed, 55 insertions(+), 25 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-05  1:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24 17:20 [PATCH v2 0/3] Two changes of UFS sysfs Bean Huo
2020-12-24 17:20 ` [PATCH v2 1/3] scsi: ufs: Replace sprintf and snprintf with sysfs_emit Bean Huo
2020-12-24 17:20 ` [PATCH v2 2/3] scsi: ufs: Add handling of the return value of pm_runtime_get_sync() Bean Huo
2020-12-28  1:50   ` Can Guo
2021-01-04 17:39     ` Bean Huo
2020-12-24 17:20 ` [PATCH v2 3/3] scsi: ufs: Let resume callback return -EBUSY after ufshcd_shutdown Bean Huo
2021-01-04 19:26   ` Bean Huo
2021-01-05  1:10   ` Can Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.