devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] scsi: ufs: Add support for clock and regulator initializaiton
@ 2013-08-27  4:18 Sujit Reddy Thumma
  2013-08-27  4:18 ` [PATCH V2 1/3] scsi: ufs: Allow vendor specific initialization Sujit Reddy Thumma
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Sujit Reddy Thumma @ 2013-08-27  4:18 UTC (permalink / raw)
  To: Vinayak Holikatti, Santosh Y
  Cc: James E.J. Bottomley, linux-scsi, devicetree, Sujit Reddy Thumma,
	linux-arm-msm

UFS HCI specificaiton allows the hardware vendors to have vendor specific
configurations using a dedicated register space. Most of these register
configurations are unique to each controller. The generic UFSHCD exports
a set of useful vendor operations that can be used to configure the host
controller. In addition, the vendor specific operations can also be used
to control the power supply of controller and Uni-Pro h/w blocks.

This patchset adds support for vendor specific initialization, regulator
and clock initialization based on device-tree properties.

Changes from v1:
 - Rebased on scsi-misc.
 - Minor code fixes.

Sujit Reddy Thumma (3):
  scsi: ufs: Allow vendor specific initialization
  scsi: ufs: Add regulator enable support
  scsi: ufs: Add clock initialization support

 .../devicetree/bindings/ufs/ufshcd-pltfrm.txt      |  37 ++
 drivers/scsi/ufs/ufs.h                             |  25 ++
 drivers/scsi/ufs/ufshcd-pci.c                      |   8 +-
 drivers/scsi/ufs/ufshcd-pltfrm.c                   | 195 +++++++++-
 drivers/scsi/ufs/ufshcd.c                          | 429 +++++++++++++++++++--
 drivers/scsi/ufs/ufshcd.h                          |  55 ++-
 6 files changed, 713 insertions(+), 36 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] 11+ messages in thread

end of thread, other threads:[~2013-09-19 11:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27  4:18 [PATCH V2 0/3] scsi: ufs: Add support for clock and regulator initializaiton Sujit Reddy Thumma
2013-08-27  4:18 ` [PATCH V2 1/3] scsi: ufs: Allow vendor specific initialization Sujit Reddy Thumma
2013-08-27  8:17   ` Subhash Jadavani
2013-08-29 17:30   ` Santosh Y
2013-09-09 11:33   ` Seungwon Jeon
     [not found]     ` <000901cead50$573ede90$05bc9bb0$%jun-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-09-19 11:27       ` Sujit Reddy Thumma
2013-08-27  4:18 ` [PATCH V2 2/3] scsi: ufs: Add regulator enable support Sujit Reddy Thumma
2013-08-27  8:17   ` Subhash Jadavani
2013-08-29 17:39   ` Santosh Y
2013-08-27  4:18 ` [PATCH V2 3/3] scsi: ufs: Add clock initialization support Sujit Reddy Thumma
2013-08-27  8:17   ` Subhash Jadavani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).