Re: [PATCH V2 3/4] [SCSI] ufs: Add Platform glue driver for ufshcd

2012-07-19 Thread Namjae Jeon
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

Re: [PATCH V2 3/4] [SCSI] ufs: Add Platform glue driver for ufshcd

2012-07-16 Thread Namjae Jeon
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;

Re: [PATCH v2 0/5] [SCSI] ufshcd: UFS Host Controller Driver

2012-02-25 Thread Namjae Jeon
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

Re: [PATCH 0/4] [SCSI] ufshcd: UFS Host Controller Driver

2012-02-08 Thread Namjae Jeon
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 >>

Re: [PATCH 0/4] [SCSI] ufshcd: UFS Host Controller Driver

2012-02-05 Thread Namjae Jeon
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

Re: [PATCH 2/4] [SCSI] ufshcd: UFS UTP Transfer requests handling

2012-02-05 Thread Namjae Jeon
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

Re: [PATCH 4/4] [SCSI] ufshcd: SCSI error handling

2012-02-04 Thread Namjae Jeon
> + > +/** > + * 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

Re: [PATCH 0/4] [SCSI] ufshcd: UFS Host Controller Driver

2012-02-04 Thread 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 computers.  The UFS standard represents > an evolutionary progression o