linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC V3 0/2] Add support for pci/non-pci probing for UFS
@ 2012-05-21  6:31 Girish K S
  2012-05-21  6:31 ` [RFC V3 1/2] SCSI: UFS: Create separate UFS core and pci modules Girish K S
  2012-05-21  6:31 ` [RFC V3 2/2] SCSI: UFS: Add platform support for ufs host controller Girish K S
  0 siblings, 2 replies; 9+ messages in thread
From: Girish K S @ 2012-05-21  6:31 UTC (permalink / raw)
  To: linux-scsi
  Cc: james.bottomley, vinholikatti, santoshsy, hch, patches, svenkatr,
	Girish K S

The existing UFS driver is tightly bound to only pci specific devices.
It cannot work for non-pci devices.

"SCSI: UFS: Create separate UFS core and pci modules" patch splits the
ufs driver into core driver and pci probe driver.

"SCSI: UFS: Add platform support for ufs host controller" patch adds
support for the platform probing for non-pci devices

changes in v3:
		-Modified the ufshcd.c ufshcd-pci.c ufshcd0pltfm.c to follow the
driver module initialization standard. suggested by venkatraman.

changes in v2:
		Reduced the number of patches from 4 to 2. merged the core and
pci probing modules as single patch. suggested by Christoph Hellwig.

changes in v1:
		Changes suggested by Namjae to split the existing driver as 3 independent
modules and retain the author's name in the files created by me.

Girish K S (2):
  SCSI: UFS: Create separate UFS core and pci modules
  SCSI: UFS: Add platform support for ufs host controller

 drivers/scsi/ufs/Kconfig        |   32 +++-
 drivers/scsi/ufs/Makefile       |    2 +
 drivers/scsi/ufs/ufs.h          |  103 +++++++++++
 drivers/scsi/ufs/ufshcd-pci.c   |  206 ++++++++++++++++++++++
 drivers/scsi/ufs/ufshcd-pltfm.c |  180 +++++++++++++++++++
 drivers/scsi/ufs/ufshcd.c       |  370 ++++++++++-----------------------------
 6 files changed, 615 insertions(+), 278 deletions(-)
 create mode 100644 drivers/scsi/ufs/ufshcd-pci.c
 create mode 100644 drivers/scsi/ufs/ufshcd-pltfm.c

-- 
1.7.4.1


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

end of thread, other threads:[~2012-05-22  8:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21  6:31 [RFC V3 0/2] Add support for pci/non-pci probing for UFS Girish K S
2012-05-21  6:31 ` [RFC V3 1/2] SCSI: UFS: Create separate UFS core and pci modules Girish K S
2012-05-22  5:29   ` S, Venkatraman
2012-05-22  7:22     ` Girish K S
2012-05-22  7:34     ` James Bottomley
2012-05-22  8:46       ` Girish K S
2012-05-21  6:31 ` [RFC V3 2/2] SCSI: UFS: Add platform support for ufs host controller Girish K S
2012-05-22  5:37   ` S, Venkatraman
2012-05-22  7:29     ` Girish K S

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).