2012/7/17 vinayak holikatti :
> On Mon, Jul 16, 2012 at 7:19 PM, Namjae Jeon wrote:
>> Hi Vinayak.
>>> + * ufshcd_pltfrm_remove - remove platform driver routine
>>> + * @pdev: pointer to platform device handle
>>> + *
>>> + * Returns 0 on success, n
Hi Vinayak.
> + * ufshcd_pltfrm_remove - remove platform driver routine
> + * @pdev: pointer to platform device handle
> + *
> + * Returns 0 on success, non-zero value on failure
> + */
> +static int __devexit ufshcd_pltfrm_remove(struct platform_device *pdev)
> +{
> + struct resource *mem_res;
Hi. Santosh.
The whole patch-set looks good to me.
Reviewed-by: Namjae Jeon
2012/2/24 Santosh Y :
> From: Santosh Yaraganavi
>
> UFS:
> Universal Flash Storage is a storage specification for flash devices.
> It is aimed to provide a universal storage interface for both
2012/2/6 Santosh Y :
> On Mon, Feb 6, 2012 at 4:15 AM, Namjae Jeon wrote:
>> 2012/2/5 Namjae Jeon :
>>> 2012/2/2 Vinayak Holikatti :
>>>> From: Santosh Yaraganavi
>>>>
>>>> UFS is designed to be the most advanced specification for
>>
2012/2/5 Namjae Jeon :
> 2012/2/2 Vinayak Holikatti :
>> From: Santosh Yaraganavi
>>
>> UFS is designed to be the most advanced specification for
>> both embedded and removable flash memory-based storage in mobile devices
>> such as smart phones and tablet comput
2012/2/2 Vinayak Holikatti :
> From: Santosh Yaraganavi
>
> This patch adds support for Transfer request handling.
>
> ufshcd includes following implementations:
> - SCSI queuecommand
> - Compose UPIU(UFS Protocol information unit)
> - Issue commands to UFS host controller
> - Handle completed
> +
> +/**
> + * ufshcd_abort - abort a specific command
> + * @cmd: SCSI command pointer
> + *
> + * Returns 0 on success, non-zero value on failure
> + */
> +static int ufshcd_abort(struct scsi_cmnd *cmd)
> +{
> + struct Scsi_Host *host;
> + struct ufs_hba *hba;
> + unsigned lon
2012/2/2 Vinayak Holikatti :
> From: Santosh Yaraganavi
>
> UFS is designed to be the most advanced specification for
> both embedded and removable flash memory-based storage in mobile devices
> such as smart phones and tablet computers. The UFS standard represents
> an evolutionary progression o