kernel-ark/drivers/scsi/ufs
Akinobu Mita 36f4f3b672 [SCSI] ufshcd-pci: release ioremapped region during removing driver
Before commit 2953f850c3 ("[SCSI] ufs:
use devres functions for ufshcd"), UFSHCI register was ioremapped by
each glue-driver (ufshcd-pltfrm and ufshcd-pci) during probing and it
was iounmapped by core-driver during removing driver.  The commit
converted ufshcd-pltfrm to use devres functions, but it didn't convert
ufshcd-pci.

Therefore, the change causes ufshcd-pci driver not to iounmap UFSHCI
register region during removing driver.  This fixes it by converting
ufshcd-pci to use devres functions.

Signed-off-by: Akinobu Mita <mita@fixstars.com>
Signed-off-by: Santosh Y <santoshsy@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2013-08-26 12:51:27 +04:00
..
Kconfig [SCSI] ufs: SCSI_UFSHCD should depend on SCSI_DMA 2013-06-04 11:16:20 -07:00
Makefile [SCSI] ufs: Add Platform glue driver for ufshcd 2013-05-02 16:16:50 -07:00
ufs.h [SCSI] ufs: Add support for host assisted background operations 2013-08-26 12:51:25 +04:00
ufshcd-pci.c [SCSI] ufshcd-pci: release ioremapped region during removing driver 2013-08-26 12:51:27 +04:00
ufshcd-pltfrm.c [SCSI] ufs: Add runtime PM support for UFS host controller driver 2013-08-26 12:51:26 +04:00
ufshcd.c [SCSI] ufs: Add runtime PM support for UFS host controller driver 2013-08-26 12:51:26 +04:00
ufshcd.h [SCSI] ufs: Add support for host assisted background operations 2013-08-26 12:51:25 +04:00
ufshci.h [SCSI] ufs: Set fDeviceInit flag to initiate device initialization 2013-08-26 12:51:25 +04:00