Tested-by: Maya Erez <[email protected]>

> Hi James,
>
> look like these patches are fine. Can you please integrate these
> patches in your tree.
>
>
> On Tue, Feb 5, 2013 at 10:17 PM,  <[email protected]> wrote:
>> From: Vinayak Holikatti <[email protected]>
>>
>> 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 transfersize
>>
>>  drivers/scsi/ufs/Kconfig         |   87 +++++---
>>  drivers/scsi/ufs/Makefile        |    2 +
>>  drivers/scsi/ufs/ufs.h           |   44 ++---
>>  drivers/scsi/ufs/ufshcd-pci.c    |  211 +++++++++++++++++++
>>  drivers/scsi/ufs/ufshcd-pltfrm.c |  217 +++++++++++++++++++
>>  drivers/scsi/ufs/ufshcd.c        |  426
>> ++++++++------------------------------
>>  drivers/scsi/ufs/ufshcd.h        |  202 ++++++++++++++++++
>>  drivers/scsi/ufs/ufshci.h        |   44 ++---
>>  8 files changed, 811 insertions(+), 422 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
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


-- 
Maya Erez
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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to