remarkable-linux/drivers/scsi/pm8001
Yijing Wang e1e819cc96 [SCSI] pm8001: clean up unnecessary MSI/MSI-X capability find
PCI core will initialize device MSI/MSI-X capability in
pci_msi_init_pci_dev(). So device driver should use
pci_dev->msi_cap/msix_cap to determine whether the device
support MSI/MSI-X instead of using
pci_find_capability(pci_dev, PCI_CAP_ID_MSI/MSIX).
Access to PCIe device config space again will consume more time.

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Acked-by: lindar_liu <lindar_liu@usish.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2013-08-26 18:53:47 +04:00
..
Makefile [SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant changes in common files 2013-05-10 07:47:47 -07:00
pm80xx_hwi.c SCSI misc on 20130702 2013-07-04 12:30:30 -07:00
pm80xx_hwi.h [SCSI] pm80xx: thermal, sas controller config and error handling update 2013-05-10 07:47:51 -07:00
pm8001_chips.h [SCSI] pm8001: fix endian issue with code optimization. 2012-02-29 16:54:09 -06:00
pm8001_ctl.c [SCSI] pm80xx: Firmware flash memory free fix, with addition of new memory region for it 2013-05-10 07:47:49 -07:00
pm8001_ctl.h [SCSI] pm8001: enable read HBA SAS address from VPD 2009-12-10 10:09:23 -06:00
pm8001_defs.h [SCSI] pm80xx: Firmware flash memory free fix, with addition of new memory region for it 2013-05-10 07:47:49 -07:00
pm8001_hwi.c [SCSI] pm80xx: remove unneeded NULL check 2013-06-04 11:16:18 -07:00
pm8001_hwi.h [SCSI] pm80xx: SPC new firmware changes for device id 0x8081 alone 2013-05-10 07:47:48 -07:00
pm8001_init.c [SCSI] pm8001: clean up unnecessary MSI/MSI-X capability find 2013-08-26 18:53:47 +04:00
pm8001_sas.c [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type 2013-05-10 07:47:52 -07:00
pm8001_sas.h [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type 2013-05-10 07:47:52 -07:00