Skip to content
Snippets Groups Projects
Commit 85bb4457 authored by Santosh Yaraganavi's avatar Santosh Yaraganavi Committed by James Bottomley
Browse files

[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: default avatarRene De Jong <rene.dejong@arm.com>
Signed-off-by: default avatarSantosh Yaraganavi <santoshsy@gmail.com>
Reviewed-by: default avatarVinayak Holikatti <vinholikatti@gmail.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent b3b8abd8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment