linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ufshcd: Adds glue drivers to ufshcd
@ 2012-07-02 14:32 Vinayak Holikatti
  2012-07-02 14:32 ` [PATCH 1/4] [SCSI] ufs: Separate PCI glue driver for ufshcd Vinayak Holikatti
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Vinayak Holikatti @ 2012-07-02 14:32 UTC (permalink / raw)
  To: James.Bottomley
  Cc: linux-scsi, linux-kernel, patches, linux-samsung-soc, santoshsy,
	arnd, girish.shivananjappa, saugata.das, vishak.g, venkat,
	k.rajesh, yejin.moon, dsaxena, ilho215.lee, nala.la, stephen.doel,
	sreekumar.c, Vinayak Holikatti

This patch set adds following features
 - Seprates PCI glue layer from ufshcd.c into ufshcd-pci.c
 - Adds Platform glue driver ufshcd-pltfrm.c
 - Adds AMBA Primecell support with ufshcd-amba.c
 - Update correct transfer size in Command UPIU

Vinayak Holikatti (4):
  [SCSI] ufs: Separate PCI glue driver for ufshcd
  [SCSI] ufs: Add Platform glue driver for ufshcd
  [SCSI] ufs: Add AMBA glue driver to ufshcd
  [SCSI] ufs: Correct the expected data transfer size in UPIU

 drivers/scsi/ufs/Kconfig         |   47 ++++-
 drivers/scsi/ufs/Makefile        |    3 +
 drivers/scsi/ufs/ufshcd-amba.c   |  180 ++++++++++++++++
 drivers/scsi/ufs/ufshcd-pci.c    |  227 ++++++++++++++++++++
 drivers/scsi/ufs/ufshcd-pltfrm.c |  212 +++++++++++++++++++
 drivers/scsi/ufs/ufshcd.c        |  422 ++++++--------------------------------
 drivers/scsi/ufs/ufshcd.h        |  206 +++++++++++++++++++
 drivers/scsi/ufs/ufshcd_common.h |   53 +++++
 8 files changed, 993 insertions(+), 357 deletions(-)
 create mode 100644 drivers/scsi/ufs/ufshcd-amba.c
 create mode 100644 drivers/scsi/ufs/ufshcd-pci.c
 create mode 100644 drivers/scsi/ufs/ufshcd-pltfrm.c
 create mode 100644 drivers/scsi/ufs/ufshcd.h
 create mode 100644 drivers/scsi/ufs/ufshcd_common.h

-- 
1.7.5.4

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

end of thread, other threads:[~2012-07-11  4:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 14:32 [PATCH 0/4] ufshcd: Adds glue drivers to ufshcd Vinayak Holikatti
2012-07-02 14:32 ` [PATCH 1/4] [SCSI] ufs: Separate PCI glue driver for ufshcd Vinayak Holikatti
2012-07-02 15:17   ` Arnd Bergmann
2012-07-11  4:11     ` vinayak holikatti
2012-07-02 14:32 ` [PATCH 2/4] [SCSI] ufs: Add Platform " Vinayak Holikatti
2012-07-02 15:27   ` Arnd Bergmann
2012-07-11  4:14     ` vinayak holikatti
2012-07-02 14:32 ` [PATCH 3/4] [SCSI] ufs: Add AMBA glue driver to ufshcd Vinayak Holikatti
2012-07-02 15:20   ` Arnd Bergmann
2012-07-11  4:20     ` vinayak holikatti
2012-07-02 14:32 ` [PATCH 4/4] [SCSI] ufs: Correct the expected data transfer size in UPIU 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).