From: Santosh Yaraganavi Date: Mon, 23 Apr 2012 13:22:11 +0000 (+0530) Subject: [SCSI] ufs: Assign UTRLBAU = upper_32_ bits(UTRLD base address) X-Git-Tag: v3.5-rc1~172^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85bb4457ef47db81afef98f97de524199e139433;p=pandora-kernel.git [SCSI] ufs: Assign UTRLBAU = upper_32_ bits(UTRLD base address) UTP Transfer request list base registers UTRLBA and UTRLBAU must be assigned, lower-32 and upper-32 bits of UTRLD list physical base addresses respectively. Currently UTRLBAU is being assigned lower-32 bits of UTRLD physical base address. This will cause an issue with controllers that can support 64-bit addressing. This patch correctly assigns upper-32 bits of UTRLD physical base address to UTRLBAU. Reported-by: Rene De Jong Signed-off-by: Santosh Yaraganavi Reviewed-by: Vinayak Holikatti Signed-off-by: James Bottomley --- Reading git-diff-tree failed