linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/4] *** add support for UFS in QCOM platforms ***
@ 2015-01-07 15:43 Yaniv Gardi
  2015-01-07 15:43 ` [PATCH v5 1/4] phy: qcom-ufs: add support for 20nm phy Yaniv Gardi
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Yaniv Gardi @ 2015-01-07 15:43 UTC (permalink / raw)
  To: James.Bottomley, hch
  Cc: linux-kernel, linux-scsi, linux-arm-msm, santoshsy,
	linux-scsi-owner, subhashj, ygardi, noag, draviv, Yaniv Gardi

*** BLURB HERE ***

Yaniv Gardi (4):
  phy: qcom-ufs: add support for 20nm phy
  scsi:ufs-qcom: add specific support for Qualcomm platforms
  phy: qcom-ufs: add support for 14nm phy
  scsi: ufs-qcom-ice: add Inline Crypto Engine (ICE) support for UFS

 drivers/phy/Makefile                |    3 +
 drivers/phy/phy-qcom-ufs-i.h        |  167 ++++++
 drivers/phy/phy-qcom-ufs-qmp-14nm.c |  201 +++++++
 drivers/phy/phy-qcom-ufs-qmp-14nm.h |  177 ++++++
 drivers/phy/phy-qcom-ufs-qmp-20nm.c |  257 +++++++++
 drivers/phy/phy-qcom-ufs-qmp-20nm.h |  235 ++++++++
 drivers/phy/phy-qcom-ufs.c          |  745 ++++++++++++++++++++++++
 drivers/scsi/ufs/Kconfig            |   24 +
 drivers/scsi/ufs/Makefile           |    2 +
 drivers/scsi/ufs/ufs-qcom-ice.c     |  520 +++++++++++++++++
 drivers/scsi/ufs/ufs-qcom-ice.h     |  113 ++++
 drivers/scsi/ufs/ufs-qcom.c         | 1058 +++++++++++++++++++++++++++++++++++
 drivers/scsi/ufs/ufs-qcom.h         |  195 +++++++
 include/linux/phy/phy-qcom-ufs.h    |   33 ++
 14 files changed, 3730 insertions(+)
 create mode 100644 drivers/phy/phy-qcom-ufs-i.h
 create mode 100644 drivers/phy/phy-qcom-ufs-qmp-14nm.c
 create mode 100644 drivers/phy/phy-qcom-ufs-qmp-14nm.h
 create mode 100644 drivers/phy/phy-qcom-ufs-qmp-20nm.c
 create mode 100644 drivers/phy/phy-qcom-ufs-qmp-20nm.h
 create mode 100644 drivers/phy/phy-qcom-ufs.c
 create mode 100644 drivers/scsi/ufs/ufs-qcom-ice.c
 create mode 100644 drivers/scsi/ufs/ufs-qcom-ice.h
 create mode 100644 drivers/scsi/ufs/ufs-qcom.c
 create mode 100644 drivers/scsi/ufs/ufs-qcom.h
 create mode 100644 include/linux/phy/phy-qcom-ufs.h

-- 
1.8.2.1

-- 
QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

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

end of thread, other threads:[~2015-01-11 11:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07 15:43 [PATCH v5 0/4] *** add support for UFS in QCOM platforms *** Yaniv Gardi
2015-01-07 15:43 ` [PATCH v5 1/4] phy: qcom-ufs: add support for 20nm phy Yaniv Gardi
2015-01-07 17:12   ` Kumar Gala
2015-01-11 11:10     ` ygardi
2015-01-07 15:43 ` [PATCH v5 2/4] scsi:ufs-qcom: add specific support for Qualcomm platforms Yaniv Gardi
2015-01-07 15:43 ` [PATCH v5 3/4] phy: qcom-ufs: add support for 14nm phy Yaniv Gardi
2015-01-07 15:43 ` [PATCH v5 4/4] scsi: ufs-qcom-ice: add Inline Crypto Engine (ICE) support for UFS Yaniv Gardi

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