From: Seungwon Jeon Date: Sat, 31 Aug 2013 16:10:20 +0000 (+0530) Subject: [SCSI] ufs: fix the setting interrupt aggregation counter X-Git-Tag: v3.12-rc1~7^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d568652d3abc81a6d684d4760571a3ccb6f68d9;p=pandora-kernel.git [SCSI] ufs: fix the setting interrupt aggregation counter 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, existing 'ufshcd_config_int_aggr' is split into two part [reset, configure]. Signed-off-by: Seungwon Jeon Reviewed-by: Subhash Jadavani Tested-by: Yaniv Gardi Signed-off-by: Santosh Y Signed-off-by: James Bottomley --- Reading git-diff-tree failed