linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] Add support for pci/non-pci probing for UFS
@ 2012-05-14 11:08 Girish K S
  2012-05-14 11:08 ` [RFC PATCH 1/4] SCSI: UFS: remove all pci code from core driver Girish K S
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Girish K S @ 2012-05-14 11:08 UTC (permalink / raw)
  To: linux-scsi; +Cc: james.bottomley, vinholikatti, santoshsy, patches, Girish K S

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

"SCSI: UFS: remove all pci code from core driver" patch removes all the
pci specific code from the core driver to make it generic

"SCSI: UFS: Add support for pci probe" patch adds a new file to support
pci probing.

"SCSI: UFS: Add platform support for ufs host controller" patch adds a new
file to support platform device probe

"SCSI: UFS: Added support of PCI/PLTFM for UFS" patch adds the menu option
in Kconfig and Makefile to enable/disable the specific option 

Girish K S (4):
  SCSI: UFS: remove all pci code from core driver
  SCSI: UFS: Add support for pci probe
  SCSI: UFS: Add platform support for ufs host controller
  SCSI: UFS: Added support of PCI/PLTFM for UFS

 drivers/scsi/ufs/Kconfig        |   32 +++-
 drivers/scsi/ufs/Makefile       |    2 +
 drivers/scsi/ufs/ufs.h          |  103 +++++++++++
 drivers/scsi/ufs/ufshcd-pci.c   |  217 ++++++++++++++++++++++
 drivers/scsi/ufs/ufshcd-pltfm.c |  191 ++++++++++++++++++++
 drivers/scsi/ufs/ufshcd.c       |  377 +++++++++------------------------------
 6 files changed, 623 insertions(+), 299 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] 16+ messages in thread

end of thread, other threads:[~2012-06-07 14:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 11:08 [RFC PATCH 0/4] Add support for pci/non-pci probing for UFS Girish K S
2012-05-14 11:08 ` [RFC PATCH 1/4] SCSI: UFS: remove all pci code from core driver Girish K S
2012-05-14 11:08 ` [RFC PATCH 2/4] SCSI: UFS: Add support for pci probe Girish K S
2012-05-14 11:08 ` [RFC PATCH 3/4] SCSI: UFS: Add platform support for ufs host controller Girish K S
2012-05-14 11:08 ` [RFC PATCH 4/4] SCSI: UFS: Added support of PCI/PLTFM for UFS Girish K S
2012-05-15  1:38 ` [RFC PATCH 0/4] Add support for pci/non-pci probing " Namjae Jeon
2012-05-15  2:53   ` Girish K S
2012-05-15  3:32     ` Namjae Jeon
2012-05-15  4:24       ` Girish K S
2012-05-15  4:51       ` Girish K S
2012-05-15  5:29         ` Namjae Jeon
2012-05-15  6:13           ` Girish K S
2012-06-07  4:22 ` vinayak holikatti
2012-06-07  4:51 ` vinayak holikatti
2012-06-07  6:45   ` Girish K S
2012-06-07 14:35     ` vinayak holikatti

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