All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/2] scsi: ufs: Add support to control UFS device background operations
@ 2013-07-23  7:08 Sujit Reddy Thumma
  2013-07-23  7:08 ` [PATCH V4 1/2] scsi: ufs: Add support for host assisted " Sujit Reddy Thumma
  2013-07-23  7:08 ` [PATCH V4 2/2] scsi: ufs: Add runtime PM support for UFS host controller driver Sujit Reddy Thumma
  0 siblings, 2 replies; 3+ messages in thread
From: Sujit Reddy Thumma @ 2013-07-23  7:08 UTC (permalink / raw)
  To: Vinayak Holikatti, Santosh Y
  Cc: James E.J. Bottomley, linux-scsi, Sujit Reddy Thumma, linux-arm-msm

Add host assisted background operations for UFS device and runtime PM
helpers for ufshcd platform and pci glue drivers. The background operations
are disabled during runtime resume and enabled when the device is idle and
runtime suspended.

These patches depends on:
[PATCH V4 1/2] scsi: ufs: Add support for sending NOP OUT UPIU
[PATCH V4 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

Changes from v3:
	- Addressed some of the comments by Seungwon Jeon on runtime PM.
Changes from v2:
	- Enable auto bkops by default explicitly during bootup so that we
	  may not assume it as enabled after reset.
	- Enable runtime PM support for contexts that are not part of SCSI,
	  so that the host is not suspended while running other contexts
	  like bkops exception handling.
Changes from v1:
	- Minor cleanup and rebase
	- Forced enable of auto bkops during initialization to make sure device
	  and driver state are matched.


Sujit Reddy Thumma (2):
  scsi: ufs: Add support for host assisted background operations
  scsi: ufs: Add runtime PM support for UFS host controller driver

 drivers/scsi/ufs/ufs.h           |   23 +++
 drivers/scsi/ufs/ufshcd-pci.c    |   62 ++++++-
 drivers/scsi/ufs/ufshcd-pltfrm.c |   48 +++++-
 drivers/scsi/ufs/ufshcd.c        |  351 ++++++++++++++++++++++++++++++++++++++
 drivers/scsi/ufs/ufshcd.h        |   10 +
 5 files changed, 487 insertions(+), 7 deletions(-)

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation.


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

end of thread, other threads:[~2013-07-23  7:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-23  7:08 [PATCH V4 0/2] scsi: ufs: Add support to control UFS device background operations Sujit Reddy Thumma
2013-07-23  7:08 ` [PATCH V4 1/2] scsi: ufs: Add support for host assisted " Sujit Reddy Thumma
2013-07-23  7:08 ` [PATCH V4 2/2] scsi: ufs: Add runtime PM support for UFS host controller driver Sujit Reddy Thumma

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.