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

[SCSI] ufshcd: UFS Host controller driver


This patch adds support for Universal Flash Storage(UFS)
host controllers. The UFS host controller driver
includes host controller initialization method.

The Initialization process involves following steps:
 - Initiate UFS Host Controller initialization process by writing
   to Host controller enable register
 - Configure UFS Host controller registers with host memory space
   datastructure offsets.
 - Unipro link startup procedure
 - Check for connected device
 - Configure UFS host controller to process requests
 - Enable required interrupts
 - Configure interrupt aggregation

[jejb: fix warnings in 32 bit compile]
Signed-off-by: default avatarSantosh Yaraganavi <santoshsy@gmail.com>
Signed-off-by: default avatarVinayak Holikatti <vinholikatti@gmail.com>
Reviewed-by: default avatarArnd Bergmann <arnd@linaro.org>
Reviewed-by: default avatarVishak G <vishak.g@samsung.com>
Reviewed-by: default avatarGirish K S <girish.shivananjappa@linaro.org>
Reviewed-by: default avatarNamjae Jeon <linkinjeon@gmail.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 0bd7f842
No related branches found
No related tags found
No related merge requests found
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