Re: [PATCH v2 0/8] Support for Exynos specific UFS driver

2016-10-08 Thread Subhash Jadavani

On 2016-10-07 20:13, Kiwoong Kim wrote:
This series of patches introduce support for Exynos specific UFS 
driver.

An original version of this has been applied on mass production
of commercial mobile devices.

I checked compiling with Subhash's patch
- [PATCH v3] scsi: ufshcd: fix possible unclocked register access

---
Changes from v1:
* Separate a set of newer callbacks to be added
* Make Exynos specific UFS driver compatible with a following patch
 [PATCH v3] scsi: ufshcd: fix possible unclocked register access
 (http://www.spinics.net/lists/linux-scsi/msg100290.html)
* Rename three of the callbacks as follows:
   set_nexus_t_xfer_req -> setup_xfer_req
   set_nexus_t_task_mgmt -> setup_task_mgmt
   hibern8_notify -> setup_hibern8
---
 Documentation/devicetree/bindings/ufs/ufs-exynos.txt |   93 +
 drivers/scsi/ufs/Kconfig   |   10 
+

 drivers/scsi/ufs/Makefile |1 +
 drivers/scsi/ufs/mphy.h|   38 
+

 drivers/scsi/ufs/ufs-exynos.c| 2099

 drivers/scsi/ufs/ufs-exynos.h|  621 
++
 drivers/scsi/ufs/ufshcd.c |  144 
+-

 drivers/scsi/ufs/ufshcd.h |   55 +
 drivers/scsi/ufs/ufshci.h |   14 
+-

 drivers/scsi/ufs/unipro.h |   24 +
 10 files changed, 3079 insertions(+), 20 deletions(-)
 create mode 100644 
Documentation/devicetree/bindings/ufs/ufs-exynos.txt

 create mode 100644 drivers/scsi/ufs/mphy.h
 create mode 100644 drivers/scsi/ufs/ufs-exynos.c
 create mode 100644 drivers/scsi/ufs/ufs-exynos.h


I could only see one patch "[PATCH 01/10] ufs: introduce setup_xfer_req 
callback" posted. can you post all of them? Also, please add the version 
number for each patch in patch series.


Thanks,
Subhash

--
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 0/8] Support for Exynos specific UFS driver

2016-10-07 Thread Kiwoong Kim
This series of patches introduce support for Exynos specific UFS driver.
An original version of this has been applied on mass production
of commercial mobile devices.

I checked compiling with Subhash's patch
- [PATCH v3] scsi: ufshcd: fix possible unclocked register access

---
Changes from v1:
* Separate a set of newer callbacks to be added
* Make Exynos specific UFS driver compatible with a following patch
 [PATCH v3] scsi: ufshcd: fix possible unclocked register access
 (http://www.spinics.net/lists/linux-scsi/msg100290.html)
* Rename three of the callbacks as follows:
   set_nexus_t_xfer_req -> setup_xfer_req
   set_nexus_t_task_mgmt -> setup_task_mgmt
   hibern8_notify -> setup_hibern8
---
 Documentation/devicetree/bindings/ufs/ufs-exynos.txt |   93 +
 drivers/scsi/ufs/Kconfig   |   10 +
 drivers/scsi/ufs/Makefile |1 +
 drivers/scsi/ufs/mphy.h|   38 +
 drivers/scsi/ufs/ufs-exynos.c| 2099 

 drivers/scsi/ufs/ufs-exynos.h|  621 ++
 drivers/scsi/ufs/ufshcd.c |  144 +-
 drivers/scsi/ufs/ufshcd.h |   55 +
 drivers/scsi/ufs/ufshci.h |   14 +-
 drivers/scsi/ufs/unipro.h |   24 +
 10 files changed, 3079 insertions(+), 20 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ufs/ufs-exynos.txt
 create mode 100644 drivers/scsi/ufs/mphy.h
 create mode 100644 drivers/scsi/ufs/ufs-exynos.c
 create mode 100644 drivers/scsi/ufs/ufs-exynos.h

-- 
1.7.9.5

--

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html