*** BLURB HERE *** Yaniv Gardi (4): phy: qcom-ufs: add support for 20nm phy scsi: ufs-qcom: add support for Qualcomm Technologies Inc platforms phy: qcom-ufs: add support for 14nm phy scsi: ufs-qcom-ice: add Inline Crypto Engine (ICE) support for UFS drivers/phy/Kconfig | 7 + drivers/phy/Makefile | 3 + drivers/phy/phy-qcom-ufs-i.h | 159 ++++++ 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 | 25 + 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 | 59 ++ 15 files changed, 3756 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.5.2 -- QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html