]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] ufs: Separate PCI code into glue driver
authorVinayak Holikatti <vinholikatti@gmail.com>
Mon, 25 Feb 2013 16:14:33 +0000 (21:44 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 25 Feb 2013 16:56:32 +0000 (16:56 +0000)
commit3b1b497e84518ffdc2b3552189e14f40213d5169
tree3e5c881c16ba56157905fdc492029a7ad2ddfbcc
parent2b63be235a05a9de911c3c6136ab787229632ee0
[SCSI] ufs: Separate PCI code into glue driver

This patch separates PCI code from ufshcd.c and makes it as a
core driver module and adds a new file ufshcd-pci.c as PCI glue
driver.

[jejb: strip __devinit and devexit_p()]
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Namjae Jeon <linkinjeon@gmail.com>
Reviewed-by: Subhash Jadavani <subhashj@codeaurora.org>
Tested-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Vinayak Holikatti <vinholikatti@gmail.com>
Signed-off-by: Santosh Yaraganavi <santoshsy@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/ufs/Kconfig
drivers/scsi/ufs/Makefile
drivers/scsi/ufs/ufshcd-pci.c [new file with mode: 0644]
drivers/scsi/ufs/ufshcd.c
drivers/scsi/ufs/ufshcd.h [new file with mode: 0644]