RE: [PATCH v3 2/6] scsi: ufs: fix the setting interrupt aggregation counter

2013-08-28 Thread Yaniv Gardi
f Subhash Jadavani = > Sent: Tuesday, August 27, 2013 12:02 PM = > To: Seungwon Jeon = > Cc: linux-scsi@vger.kernel.org; 'Vinayak Holikatti'; 'Santosh Y'; 'James E.J. = > Bottomley' = > Subject: Re: [PATCH v3 2/6] scsi: ufs: fix the setting interrupt

Re: [PATCH v3 2/6] scsi: ufs: fix the setting interrupt aggregation counter

2013-08-27 Thread Subhash Jadavani
Looks good to me. Reviewed-by: Subhash Jadavani On 8/26/2013 8:10 PM, Seungwon Jeon wrote: IACTH(Interrupt aggregation counter threshold) value is allowed up to 0x1F and current setting value is the maximum. This value is related with NUTRS(max:0x20) of HCI's capability. Considering HCI contro

[PATCH v3 2/6] scsi: ufs: fix the setting interrupt aggregation counter

2013-08-26 Thread Seungwon Jeon
IACTH(Interrupt aggregation counter threshold) value is allowed up to 0x1F and current setting value is the maximum. This value is related with NUTRS(max:0x20) of HCI's capability. Considering HCI controller doesn't support the maximum, IACTH setting should be adjusted with possible value. For that