All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/4] [SCSI] ufs: Adds glue drivers to ufshcd
@ 2012-07-13 14:07 Vinayak Holikatti
  2012-07-13 14:07 ` [PATCH V2 1/4] [SCSI] drivers/scsi/ufs: Remove PCI specific code Vinayak Holikatti
  2012-07-13 15:45 ` [PATCH V2 0/4] [SCSI] ufs: Adds glue drivers to ufshcd Arnd Bergmann
  0 siblings, 2 replies; 6+ messages in thread
From: Vinayak Holikatti @ 2012-07-13 14:07 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, dsaxena, ilho215.lee, nala.la, sreekumar.c,
	Vinayak Holikatti

This patch set adds following features
 - Seprates PCI specific code from ufshcd.c to make it as core
 - Adds PCI glue driver ufshcd-pci.c
 - Adds Platform glue driver ufshcd-pltfrm.c
 - Update correct transfer size in Command UPIU

Vinayak Holikatti (4):
  [SCSI] drivers/scsi/ufs: Remove PCI specific code
  [SCSI] drivers/scsi/ufs: Add PCI glue driver
  [SCSI] ufs: Add Platform glue driver for ufshcd
  [SCSI] ufs: Correct the expected data transfer size

 drivers/scsi/ufs/Kconfig         |   37 +++-
 drivers/scsi/ufs/Makefile        |    2 +
 drivers/scsi/ufs/ufshcd-pci.c    |  227 ++++++++++++++++++++
 drivers/scsi/ufs/ufshcd-pltfrm.c |  215 +++++++++++++++++++
 drivers/scsi/ufs/ufshcd.c        |  422 ++++++--------------------------------
 drivers/scsi/ufs/ufshcd.h        |  206 +++++++++++++++++++
 drivers/scsi/ufs/ufshcd_common.h |   53 +++++
 7 files changed, 805 insertions(+), 357 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
 create mode 100644 drivers/scsi/ufs/ufshcd_common.h

-- 
1.7.9.5


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-13 14:07 [PATCH V2 0/4] [SCSI] ufs: Adds glue drivers to ufshcd Vinayak Holikatti
2012-07-13 14:07 ` [PATCH V2 1/4] [SCSI] drivers/scsi/ufs: Remove PCI specific code Vinayak Holikatti
2012-07-13 15:45 ` [PATCH V2 0/4] [SCSI] ufs: Adds glue drivers to ufshcd Arnd Bergmann
2012-07-16 14:00   ` James Bottomley
2012-07-16 16:22     ` Arnd Bergmann
2012-07-19 11:29       ` 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.