All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/4] [SCSI] ufs: Adds glue drivers to ufshcd
@ 2012-10-17 11:53 Vinayak Holikatti
  2012-10-17 11:53 ` [PATCH V4 1/4] [SCSI] drivers/scsi/ufs: Seggregate PCI Specific Code Vinayak Holikatti
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Vinayak Holikatti @ 2012-10-17 11:53 UTC (permalink / raw)
  To: James.Bottomley
  Cc: linux-scsi, linux-kernel, patches, linux-samsung-soc, arnd,
	girish.shivananjappa, saugata.das, vishak.g, venkat, k.rajesh,
	dsaxena, ilho215.lee, nala.la, sreekumar.c, Vinayak Holikatti

This patch set adds following features
 - Seggregate PCI specific code in ufshcd.c and corrected copyright
 - Adds PCI glue driver ufshcd-pci.c and ufshcd.c become core module
 - Adds Platform glue driver ufshcd-pltfrm.c
 - Update correct transfer size in Command UPIU

Vinayak Holikatti (4):
  [SCSI] drivers/scsi/ufs: Seggregate PCI Specific Code
  [SCSI] drivers/scsi/ufs: Separate PCI code into glue driver
  [SCSI] ufs: Add Platform glue driver for ufshcd
  [SCSI] ufs: Correct the expected data transfer size

 drivers/scsi/ufs/Kconfig         |   87 +++++---
 drivers/scsi/ufs/Makefile        |    2 +
 drivers/scsi/ufs/ufs.h           |   42 ++---
 drivers/scsi/ufs/ufshcd-pci.c    |  211 ++++++++++++++++++
 drivers/scsi/ufs/ufshcd-pltfrm.c |  205 ++++++++++++++++++
 drivers/scsi/ufs/ufshcd.c        |  433 +++++++------------------------------
 drivers/scsi/ufs/ufshcd.h        |  200 ++++++++++++++++++
 drivers/scsi/ufs/ufshci.h        |   42 ++---
 8 files changed, 786 insertions(+), 436 deletions(-)
 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

-- 
1.7.5.4

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

end of thread, other threads:[~2012-11-21 12:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 11:53 [PATCH V4 0/4] [SCSI] ufs: Adds glue drivers to ufshcd Vinayak Holikatti
2012-10-17 11:53 ` [PATCH V4 1/4] [SCSI] drivers/scsi/ufs: Seggregate PCI Specific Code Vinayak Holikatti
2012-10-18  6:43   ` Venkatraman S
2012-10-18  6:43     ` Venkatraman S
2012-10-18 12:07     ` vinayak holikatti
2012-11-13 21:26       ` James Bottomley
2012-11-21 10:32         ` vinayak holikatti
2012-11-21 10:56           ` James Bottomley
2012-11-21 12:04             ` vinayak holikatti
2012-10-17 11:53 ` [PATCH V4 2/4] [SCSI] drivers/scsi/ufs: Separate PCI code into glue driver Vinayak Holikatti
2012-10-17 11:53 ` [PATCH V4 3/4] [SCSI] ufs: Add Platform glue driver for ufshcd Vinayak Holikatti
2012-10-17 11:53 ` [PATCH V4 4/4] [SCSI] ufs: Correct the expected data transfer size Vinayak Holikatti

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.