[GIT PULL] first round of SCSI updates for the 4.14+ merge window

From: James Bottomley
Date: Tue Nov 14 2017 - 11:36:17 EST


This is mostly updates of the usual suspects: lpfc, qla2xxx, hisi_sas,
megaraid_sas, pm80xx, mpt3sas, be2iscsi, hpsa. and a host of minor
updates.

There's no major behaviour change or additions to the core in all of
this, so the potential for regressions should be small (biggest
potential being in the scsi error handler changes).

The patch is available here:

git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc

The short changelog is:

Alim Akhtar (4):
ÂÂÂÂÂÂscsi: ufs: Remove unused UFS_BIT() macro
ÂÂÂÂÂÂscsi: ufs: Remove unused #defines
ÂÂÂÂÂÂscsi: ufs-qcom: Remove uses of UFS_BIT() macro
ÂÂÂÂÂÂscsi: ufs: Change HCI macro to actual bit position

Arnd Bergmann (3):
ÂÂÂÂÂÂscsi: aacraid: use timespec64 instead of timeval
ÂÂÂÂÂÂscsi: mpt3sas: fix dma_addr_t casts
ÂÂÂÂÂÂscsi: nsp32: fix logic bug in error handling

Arvind Yadav (1):
ÂÂÂÂÂÂscsi: scsi_transport_iscsi: fix spelling mistake: 'Cound' -> 'Could'

Bader Ali Saleh (1):
ÂÂÂÂÂÂscsi: hpsa: update discovery polling

Bart Van Assche (1):
ÂÂÂÂÂÂscsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()

Cathy Avery (1):
ÂÂÂÂÂÂscsi: storvsc: Allow only one remove lun work item to be issued per lun

Christoph Hellwig (4):
ÂÂÂÂÂÂscsi: qla2xxx: don't break the bsg-lib abstractions
ÂÂÂÂÂÂscsi: scsi_transport_sas: check reply payload length instead of bidi request
ÂÂÂÂÂÂscsi: libfc: don't assign resid_len in fc_lport_bsg_request
ÂÂÂÂÂÂscsi: bfa: don't reset max_segments for every bsg request

Christos Gkekas (2):
ÂÂÂÂÂÂscsi: qedi: Delete redundant variables
ÂÂÂÂÂÂscsi: bnx2i: Clean up unused pointers in bnx2i_hwi

Colin Ian King (6):
ÂÂÂÂÂÂscsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"
ÂÂÂÂÂÂscsi: aic7xxx: make a couple of functions static
ÂÂÂÂÂÂscsi: libsas: remove unused variable sas_ha
ÂÂÂÂÂÂscsi: libcxgbi: remove redundant check and close on csk
ÂÂÂÂÂÂscsi: ufs: tc-dwc-g210: make arrays static, reduces object code size
ÂÂÂÂÂÂscsi: lpfc: remove redundant null check on eqe

Damien Le Moal (6):
ÂÂÂÂÂÂscsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
ÂÂÂÂÂÂscsi: sd_zbc: Use well defined macros
ÂÂÂÂÂÂscsi: sd_zbc: Rearrange code
ÂÂÂÂÂÂscsi: sd_zbc: Fix comments and indentation
ÂÂÂÂÂÂscsi: sd_zbc: Move ZBC declarations to scsi_proto.h
ÂÂÂÂÂÂscsi: sd: Align maximum write same blocks to physical block size

Dan Carpenter (4):
ÂÂÂÂÂÂscsi: mpt3sas: remove a stray KERN_INFO
ÂÂÂÂÂÂscsi: mpt3sas: cleanup _scsih_pcie_enumeration_event()
ÂÂÂÂÂÂscsi: lpfc: Fix a precedence bug in lpfc_nvme_io_cmd_wqe_cmpl()
ÂÂÂÂÂÂscsi: bfa: integer overflow in debugfs

Dick Kennedy (19):
ÂÂÂÂÂÂscsi: lpfc: Fix hard lock up NMI in els timeout handling.
ÂÂÂÂÂÂscsi: lpfc: change version to 11.4.0.4
ÂÂÂÂÂÂscsi: lpfc: Fix oops of nvme host during driver unload.
ÂÂÂÂÂÂscsi: lpfc: Extend RDP support
ÂÂÂÂÂÂscsi: lpfc: Ensure io aborts interlocked with the target.
ÂÂÂÂÂÂscsi: lpfc: Fix secure firmware updates
ÂÂÂÂÂÂscsi: lpfc: Fix crash in lpfc_nvme_fcp_io_submit during LIP
ÂÂÂÂÂÂscsi: lpfc: Disable NPIV support if NVME is enabled
ÂÂÂÂÂÂscsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
ÂÂÂÂÂÂscsi: lpfc: Revise NVME module parameter descriptions for better clarity
ÂÂÂÂÂÂscsi: lpfc: Fix FCP hba_wqidx assignment
ÂÂÂÂÂÂscsi: lpfc: Move CQ processing to a soft IRQ
ÂÂÂÂÂÂscsi: lpfc: Make ktime sampling more accurate
ÂÂÂÂÂÂscsi: lpfc: PLOGI failures during NPIV testing
ÂÂÂÂÂÂscsi: lpfc: Fix warning messages when NVME_TARGET_FC not defined
ÂÂÂÂÂÂscsi: lpfc: Fix lpfc nvme host rejecting IO with Not Ready message
ÂÂÂÂÂÂscsi: lpfc: Fix crash receiving ELS while detaching driver
ÂÂÂÂÂÂscsi: lpfc: fix pci hot plug crash in list_add call
ÂÂÂÂÂÂscsi: lpfc: fix pci hot plug crash in timer management routines

Don Brace (10):
ÂÂÂÂÂÂscsi: hpsa: bump driver version
ÂÂÂÂÂÂscsi: hpsa: add enclosure logical identifier
ÂÂÂÂÂÂscsi: hpsa: correct logical volume removal
ÂÂÂÂÂÂscsi: hpsa: reduce warning messages on device removal
ÂÂÂÂÂÂscsi: hpsa: update queue depth for externals
ÂÂÂÂÂÂscsi: hpsa: correct smart path enabled
ÂÂÂÂÂÂscsi: hpsa: change timeout for internal cmds
ÂÂÂÂÂÂscsi: hpsa: add controller checkpoint
ÂÂÂÂÂÂscsi: smartpqi: correct spelling error in documentation
ÂÂÂÂÂÂscsi: smartpqi: update driver version to 1.1.2-126

Douglas Gilbert (1):
ÂÂÂÂÂÂscsi: scsi_debug: write_same: fix error report

Duane Grigsby (2):
ÂÂÂÂÂÂscsi: qla2xxx: Changes to support N2N logins
ÂÂÂÂÂÂscsi: qla2xxx: Allow MBC_GET_PORT_DATABASE to query and save the port states

Finn Thain (1):
ÂÂÂÂÂÂscsi: NCR5380: Suppress SDTR and WDTR message logging

Giridhar Malavali (1):
ÂÂÂÂÂÂscsi: qla2xxx: Query FC4 type during RSCN processing

Hannes Reinecke (14):
ÂÂÂÂÂÂscsi: scsi_error: Handle power-on reset unit attention
ÂÂÂÂÂÂscsi: scsi_error: Do not retry illegal function error
ÂÂÂÂÂÂscsi: scsi_devinfo: Add TRY_VPD_PAGES to HITACHI OPEN-V blacklist entry
ÂÂÂÂÂÂscsi: scsi_devinfo: Add 'AIX VDASD' to blacklist
ÂÂÂÂÂÂscsi: scsi_devinfo: fixup string compare
ÂÂÂÂÂÂscsi: scsi_devinfo: Whitespace fixes
ÂÂÂÂÂÂscsi: scsi_devinfo: Reformat blacklist flags
ÂÂÂÂÂÂscsi: scsi: Export blacklist flags to sysfs
ÂÂÂÂÂÂscsi: scsi_debug: allow to specify inquiry vendor and model
ÂÂÂÂÂÂscsi: scsi_dh: suppress errors from unsupported devices
ÂÂÂÂÂÂscsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()
ÂÂÂÂÂÂscsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTER
ÂÂÂÂÂÂscsi: fcoe: separate out fcoe_vport_remove()
ÂÂÂÂÂÂscsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()

Himanshu Jha (1):
ÂÂÂÂÂÂscsi: be2iscsi: Use kasprintf

Himanshu Madhani (4):
ÂÂÂÂÂÂscsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMe
ÂÂÂÂÂÂscsi: qla2xxx: Update driver version to 10.00.00.02-k
ÂÂÂÂÂÂscsi: qla2xxx: Add ATIO-Q processing for INTx mode
ÂÂÂÂÂÂscsi: qla2xxx: Reinstate module parameter ql2xenablemsix

Huanlin Ke (1):
ÂÂÂÂÂÂscsi: ufs: continue to boot even with Boot LUN is disabled

James Smart (4):
ÂÂÂÂÂÂscsi: scsi_transport_fc: add 64GBIT and 128GBIT port speed definitions
ÂÂÂÂÂÂscsi: lpfc: correct nvme sg segment count check
ÂÂÂÂÂÂscsi: lpfc: Set missing abort context
ÂÂÂÂÂÂscsi: lpfc: Reduce log spew on controller reconnects

Jason Yan (4):
ÂÂÂÂÂÂscsi: libsas: rename notify_port_event() for consistency
ÂÂÂÂÂÂscsi: libsas: remove unused port_gone_completion and DISCE_PORT_GONE
ÂÂÂÂÂÂscsi: libsas: remove the numbering for each event enum
ÂÂÂÂÂÂscsi: libsas: kill useless ha_event and do some cleanup

Jeffy Chen (1):
ÂÂÂÂÂÂscsi: scsi_devinfo: Add scsi_devinfo_tbl.c

Jitendra Bhivare (10):
ÂÂÂÂÂÂscsi: be2iscsi: Update driver version
ÂÂÂÂÂÂscsi: be2iscsi: Remove A-circumflex character in copyright marking
ÂÂÂÂÂÂscsi: be2iscsi: Fix misc static analysis errors
ÂÂÂÂÂÂscsi: be2iscsi: Add cmd to set host data
ÂÂÂÂÂÂscsi: be2iscsi: Modify IOCTL to fetch user configured IQN
ÂÂÂÂÂÂscsi: be2iscsi: Fix _get_initname buffer overflow
ÂÂÂÂÂÂscsi: be2iscsi: Fix _modify_eq_delay buffer overflow
ÂÂÂÂÂÂscsi: be2iscsi: Free msi_name and disable HW intr
ÂÂÂÂÂÂscsi: be2iscsi: Fix return value in mgmt_open_connection
ÂÂÂÂÂÂscsi: be2iscsi: Fix boot flags in sysfs

Kevin Barnett (2):
ÂÂÂÂÂÂscsi: smartpqi: cleanup raid map warning message
ÂÂÂÂÂÂscsi: smartpqi: update controller ids

Kurt Garloff (1):
ÂÂÂÂÂÂscsi: scsi_devinfo: Add REPORTLUN2 to EMC SYMMETRIX blacklist entry

Long Li (1):
ÂÂÂÂÂÂscsi: storvsc: Avoid excessive host scan on controller change

Martin K. Petersen (1):
ÂÂÂÂÂÂscsi: Clarify SCSI core module parameter documentation

Martin Wilck (2):
ÂÂÂÂÂÂscsi: hpsa: cleanup sas_phy structures in sysfs when unloading
ÂÂÂÂÂÂscsi: hpsa: destroy sas transport properties before scsi_host

Matthew R. Ochs (3):
ÂÂÂÂÂÂscsi: cxlflash: Derive pid through accessors
ÂÂÂÂÂÂscsi: cxlflash: Allow cards without WWPN VPD to configure
ÂÂÂÂÂÂscsi: cxlflash: Use derived maximum write same length

Meng Xu (1):
ÂÂÂÂÂÂscsi: mpt3sas: remove redundant copy_from_user in _ctl_getiocinfo

Petros Koutoupis (1):
ÂÂÂÂÂÂscsi: scsi_error: DID_SOFT_ERROR comment clean up

Randy Dunlap (2):
ÂÂÂÂÂÂscsi: update description of logging_level bits
ÂÂÂÂÂÂscsi: fix doc. typo for I2O

Scott Teel (1):
ÂÂÂÂÂÂscsi: hpsa: clear tmpdevice in scan thread

Shiju Jose (1):
ÂÂÂÂÂÂscsi: hisi_sas: use array for v2 hw AXI errors

Shivasharan S (19):
ÂÂÂÂÂÂscsi: megaraid_sas: driver version upgrade
ÂÂÂÂÂÂscsi: megaraid_sas: Add support for 64bit consistent DMA
ÂÂÂÂÂÂscsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ mode
ÂÂÂÂÂÂscsi: megaraid_sas: Retry with reduced queue depth when alloc fails for higher QD
ÂÂÂÂÂÂscsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commands
ÂÂÂÂÂÂscsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4k
ÂÂÂÂÂÂscsi: megaraid_sas: Update current host time to FW during IOC Init
ÂÂÂÂÂÂscsi: megaraid_sas: Move controller memory allocations and DMA mask settings from probe to megasas_init_fw
ÂÂÂÂÂÂscsi: megaraid_sas: Move initialization of instance parameters inside newly created function megasas_init_ctrl_params
ÂÂÂÂÂÂscsi: megaraid_sas: remove instance->ctrl_info
ÂÂÂÂÂÂscsi: megaraid_sas: Pre-allocate frequently used DMA buffers
ÂÂÂÂÂÂscsi: megaraid_sas: Create separate functions for allocating and freeing controller DMA buffers
ÂÂÂÂÂÂscsi: megaraid_sas: Create separate functions to allocate ctrl memory
ÂÂÂÂÂÂscsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocation
ÂÂÂÂÂÂscsi: megaraid_sas: replace is_ventura with adapter_type checks
ÂÂÂÂÂÂscsi: megaraid_sas: Remove redundant checks for ctrl_context
ÂÂÂÂÂÂscsi: megaraid_sas: replace instance->ctrl_context checks with instance->adapter_type
ÂÂÂÂÂÂscsi: megaraid_sas: Add support for Crusader controllers
ÂÂÂÂÂÂscsi: megaraid_sas: use adapter_type for all gen controllers

Sreekanth Reddy (10):
ÂÂÂÂÂÂscsi: mpt3sas: Bump mpt3sas driver version to v16.100.00.00
ÂÂÂÂÂÂscsi: mpt3sas: Adding support for SAS3616 HBA device
ÂÂÂÂÂÂscsi: mpt3sas: Fix possibility of using invalid Enclosure Handle for SAS device after host reset
ÂÂÂÂÂÂscsi: mpt3sas: Display chassis slot information of the drive
ÂÂÂÂÂÂscsi: mpt3sas: Updated MPI headers to v2.00.48
ÂÂÂÂÂÂscsi: mpt3sas: Fix IO error occurs on pulling out a drive from RAID1 volume created on two SATA drive
ÂÂÂÂÂÂscsi: mpt3sas: Fix removal and addition of vSES device during host reset
ÂÂÂÂÂÂscsi: mpt3sas: Reduce memory footprint in kdump kernel
ÂÂÂÂÂÂscsi: mpt3sas: Fixed memory leaks in driver
ÂÂÂÂÂÂscsi: mpt3sas: Processing of Cable Exception events

Suganath Prabu Subramani (13):
ÂÂÂÂÂÂscsi: mpt3sas: Update mpt3sas driver version.
ÂÂÂÂÂÂscsi: mpt3sas: Fix sparse warnings
ÂÂÂÂÂÂscsi: mpt3sas: Fix nvme drives checking for tlr.
ÂÂÂÂÂÂscsi: mpt3sas: NVMe drive support for BTDHMAPPING ioctl command and log info
ÂÂÂÂÂÂscsi: mpt3sas: Add-Task-management-debug-info-for-NVMe-drives.
ÂÂÂÂÂÂscsi: mpt3sas: scan and add nvme device after controller reset
ÂÂÂÂÂÂscsi: mpt3sas: Set NVMe device queue depth as 128
ÂÂÂÂÂÂscsi: mpt3sas: Handle NVMe PCIe device related events generated from firmware.
ÂÂÂÂÂÂscsi: mpt3sas: API's to remove nvme drive from sml
ÂÂÂÂÂÂscsi: mpt3sas: API 's to support NVMe drive addition to SML
ÂÂÂÂÂÂscsi: mpt3sas: Added support for nvme encapsulated request message.
ÂÂÂÂÂÂscsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devices
ÂÂÂÂÂÂscsi: mpt3sas: Add nvme device support in slave alloc, target alloc and probe

Thomas Meyer (2):
ÂÂÂÂÂÂscsi: qla2xxx: Cocci spatch "pool_zalloc-simple"
ÂÂÂÂÂÂscsi: lpfc: Cocci spatch "pool_zalloc-simple"

Varun Prakash (4):
ÂÂÂÂÂÂscsi: libcxgbi: simplify task->hdr allocation for mgmt cmds
ÂÂÂÂÂÂscsi: cxgb4i: fix Tx skb leak
ÂÂÂÂÂÂscsi: libcxgbi: in case of vlan pass 0 as ifindex to find route
ÂÂÂÂÂÂscsi: csiostor: enable PCIe relaxed ordering if supported

Vasyl Gomonovych (1):
ÂÂÂÂÂÂscsi: lpfc: fix kzalloc-simple.cocci warnings

Viswas G (9):
ÂÂÂÂÂÂscsi: pm80xx: corrected linkrate value.
ÂÂÂÂÂÂscsi: pm80xx: panic on ncq error cleaning up the read log.
ÂÂÂÂÂÂscsi: pm80xx: corrected SATA abort handling sequence.
ÂÂÂÂÂÂscsi: pm80xx: modified port reset timer value for PM8006 card
ÂÂÂÂÂÂscsi: pm80xx: cleanup in pm8001_abort_task function.
ÂÂÂÂÂÂscsi: pm80xx: tag allocation for phy control request.
ÂÂÂÂÂÂscsi: pm80xx: Different SAS addresses for phys.
ÂÂÂÂÂÂscsi: pm80xx: ILA and inactive firmware version through sysfs
ÂÂÂÂÂÂscsi: pm80xx: redefine sas_identify_frame structure

Xiang Chen (6):
ÂÂÂÂÂÂscsi: hisi_sas: fix a bug when free device for v3 hw
ÂÂÂÂÂÂscsi: hisi_sas: us start_phy in PHY_FUNC_LINK_RESET
ÂÂÂÂÂÂscsi: hisi_sas: fix SATA breakpoint memory size
ÂÂÂÂÂÂscsi: hisi_sas: grab hisi_hba.lock when processing slots
ÂÂÂÂÂÂscsi: hisi_sas: fix internal abort slot timeout bug
ÂÂÂÂÂÂscsi: hisi_sas: delete get_ncq_tag_v3_hw()

Xiaofei Tan (10):
ÂÂÂÂÂÂscsi: hisi_sas: add v3 hw port AXI error handling
ÂÂÂÂÂÂscsi: hisi_sas: add v3 hw support for AXI fatal error
ÂÂÂÂÂÂscsi: hisi_sas: complete all tasklets prior to host reset
ÂÂÂÂÂÂscsi: hisi_sas: add hisi_hba.rst_work init for v3 hw
ÂÂÂÂÂÂscsi: hisi_sas: add v3 hw DFX feature
ÂÂÂÂÂÂscsi: hisi_sas: init connect cfg register for v3 hw
ÂÂÂÂÂÂscsi: hisi_sas: check PHY state in get_wideport_bitmap_v3_hw()
ÂÂÂÂÂÂscsi: hisi_sas: fix the risk of freeing slot twice
ÂÂÂÂÂÂscsi: hisi_sas: fix NULL check in SMP abort task path
ÂÂÂÂÂÂscsi: hisi_sas: use spin_lock_irqsave() for hisi_hba.lock

Yisheng Xie (1):
ÂÂÂÂÂÂscsi: megaraid: Remove redundant code in megasas_alloc_cmds

Zang Leigang (2):
ÂÂÂÂÂÂscsi: ufs: add ufs a command complete time stamp
ÂÂÂÂÂÂscsi: ufs: fix a pclint warning

chenxiang (1):
ÂÂÂÂÂÂscsi: libsas: add event to defer list tail instead of head when draining

kehuanlin (1):
ÂÂÂÂÂÂscsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1

weiping zhang (2):
ÂÂÂÂÂÂscsi: sd: change manage_start_stop to bool in sysfs interface
ÂÂÂÂÂÂscsi: sd: change allow_restart to bool in sysfs interface

And the diffstat:

Documentation/driver-api/scsi.rst | 2 +-
Documentation/scsi/scsi-parameters.txt | 13 +-
Documentation/scsi/smartpqi.txt | 2 +-
drivers/scsi/.gitignore | 1 +
drivers/scsi/Makefile | 8 +
drivers/scsi/NCR5380.c | 18 +-
drivers/scsi/aacraid/commsup.c | 26 +-
drivers/scsi/aic7xxx/aic7xxx_core.c | 2 +-
drivers/scsi/aic7xxx/aic7xxx_osm.c | 2 +-
drivers/scsi/aic94xx/aic94xx_hwi.c | 3 -
drivers/scsi/be2iscsi/be.h | 19 +-
drivers/scsi/be2iscsi/be_cmds.c | 55 +-
drivers/scsi/be2iscsi/be_cmds.h | 48 +-
drivers/scsi/be2iscsi/be_iscsi.c | 54 +-
drivers/scsi/be2iscsi/be_iscsi.h | 2 +-
drivers/scsi/be2iscsi/be_main.c | 114 +-
drivers/scsi/be2iscsi/be_main.h | 51 +-
drivers/scsi/be2iscsi/be_mgmt.c | 278 ++--
drivers/scsi/be2iscsi/be_mgmt.h | 10 +-
drivers/scsi/bfa/bfad_bsg.c | 7 -
drivers/scsi/bfa/bfad_debugfs.c | 5 +-
drivers/scsi/bnx2i/bnx2i_hwi.c | 10 -
drivers/scsi/csiostor/csio_hw.h | 3 +
drivers/scsi/csiostor/csio_init.c | 3 +
drivers/scsi/csiostor/csio_mb.c | 3 +
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 1 +
drivers/scsi/cxgbi/libcxgbi.c | 50 +-
drivers/scsi/cxgbi/libcxgbi.h | 1 -
drivers/scsi/cxlflash/main.c | 24 +-
drivers/scsi/cxlflash/main.h | 3 +-
drivers/scsi/cxlflash/sislite.h | 3 -
drivers/scsi/cxlflash/superpipe.c | 6 +-
drivers/scsi/cxlflash/vlun.c | 6 +-
drivers/scsi/device_handler/scsi_dh_alua.c | 10 +-
drivers/scsi/device_handler/scsi_dh_emc.c | 6 +-
drivers/scsi/device_handler/scsi_dh_hp_sw.c | 12 +-
drivers/scsi/device_handler/scsi_dh_rdac.c | 6 +-
drivers/scsi/fcoe/fcoe.c | 81 +-
drivers/scsi/hisi_sas/hisi_sas.h | 13 +-
drivers/scsi/hisi_sas/hisi_sas_main.c | 46 +-
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 2 +-
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 253 ++-
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 257 ++-
drivers/scsi/hpsa.c | 356 +++-
drivers/scsi/hpsa_cmd.h | 3 +
drivers/scsi/libfc/fc_lport.c | 3 -
drivers/scsi/libsas/sas_dump.c | 10 -
drivers/scsi/libsas/sas_dump.h | 1 -
drivers/scsi/libsas/sas_event.c | 26 +-
drivers/scsi/libsas/sas_init.c | 12 -
drivers/scsi/lpfc/lpfc.h | 3 +
drivers/scsi/lpfc/lpfc_attr.c | 10 +-
drivers/scsi/lpfc/lpfc_bsg.c | 4 +-
drivers/scsi/lpfc/lpfc_debugfs.c | 9 +-
drivers/scsi/lpfc/lpfc_els.c | 19 +-
drivers/scsi/lpfc/lpfc_hbadisc.c | 8 +-
drivers/scsi/lpfc/lpfc_hw4.h | 2 +-
drivers/scsi/lpfc/lpfc_init.c | 30 +-
drivers/scsi/lpfc/lpfc_nportdisc.c | 2 +-
drivers/scsi/lpfc/lpfc_nvme.c | 174 +-
drivers/scsi/lpfc/lpfc_nvmet.c | 148 +-
drivers/scsi/lpfc/lpfc_sli.c | 232 ++-
drivers/scsi/lpfc/lpfc_sli4.h | 4 +-
drivers/scsi/lpfc/lpfc_version.h | 2 +-
drivers/scsi/lpfc/lpfc_vport.c | 9 +
drivers/scsi/megaraid/megaraid_sas.h | 64 +-
drivers/scsi/megaraid/megaraid_sas_base.c | 1025 +++++++-----
drivers/scsi/megaraid/megaraid_sas_fp.c | 20 +-
drivers/scsi/megaraid/megaraid_sas_fusion.c | 676 ++++++--
drivers/scsi/megaraid/megaraid_sas_fusion.h | 29 +-
drivers/scsi/mpt3sas/mpi/mpi2.h | 43 +-
drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h | 564 ++++++-
drivers/scsi/mpt3sas/mpi/mpi2_init.h | 11 +-
drivers/scsi/mpt3sas/mpi/mpi2_ioc.h | 282 +++-
drivers/scsi/mpt3sas/mpi/mpi2_pci.h | 111 ++
drivers/scsi/mpt3sas/mpi/mpi2_tool.h | 14 +-
drivers/scsi/mpt3sas/mpt3sas_base.c | 658 +++++++-
drivers/scsi/mpt3sas/mpt3sas_base.h | 177 +-
drivers/scsi/mpt3sas/mpt3sas_config.c | 100 ++
drivers/scsi/mpt3sas/mpt3sas_ctl.c | 164 +-
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 2355 +++++++++++++++++++++++----
drivers/scsi/mpt3sas/mpt3sas_warpdrive.c | 2 +-
drivers/scsi/nsp32.c | 2 +-
drivers/scsi/pm8001/pm8001_ctl.c | 54 +
drivers/scsi/pm8001/pm8001_hwi.c | 11 +-
drivers/scsi/pm8001/pm8001_init.c | 13 +-
drivers/scsi/pm8001/pm8001_sas.c | 124 +-
drivers/scsi/pm8001/pm8001_sas.h | 10 +
drivers/scsi/pm8001/pm80xx_hwi.c | 62 +-
drivers/scsi/pm8001/pm80xx_hwi.h | 102 +-
drivers/scsi/qedi/qedi_fw.c | 17 +-
drivers/scsi/qla2xxx/qla_bsg.c | 13 +-
drivers/scsi/qla2xxx/qla_def.h | 29 +
drivers/scsi/qla2xxx/qla_fw.h | 4 +-
drivers/scsi/qla2xxx/qla_gbl.h | 5 +
drivers/scsi/qla2xxx/qla_init.c | 140 +-
drivers/scsi/qla2xxx/qla_iocb.c | 195 ++-
drivers/scsi/qla2xxx/qla_isr.c | 73 +-
drivers/scsi/qla2xxx/qla_mbx.c | 132 +-
drivers/scsi/qla2xxx/qla_mid.c | 2 +-
drivers/scsi/qla2xxx/qla_mr.c | 3 +-
drivers/scsi/qla2xxx/qla_os.c | 40 +-
drivers/scsi/qla2xxx/qla_target.c | 12 +-
drivers/scsi/qla2xxx/qla_version.h | 2 +-
drivers/scsi/scsi_debug.c | 31 +-
drivers/scsi/scsi_devinfo.c | 72 +-
drivers/scsi/scsi_dh.c | 36 +-
drivers/scsi/scsi_error.c | 13 +-
drivers/scsi/scsi_lib.c | 9 +-
drivers/scsi/scsi_logging.h | 8 +-
drivers/scsi/scsi_priv.h | 4 +-
drivers/scsi/scsi_scan.c | 1 +
drivers/scsi/scsi_sysfs.c | 45 +-
drivers/scsi/scsi_transport_fc.c | 2 +
drivers/scsi/scsi_transport_iscsi.c | 2 +-
drivers/scsi/scsi_transport_sas.c | 2 +-
drivers/scsi/sd.c | 32 +-
drivers/scsi/sd_zbc.c | 169 +-
drivers/scsi/smartpqi/smartpqi_init.c | 18 +-
drivers/scsi/storvsc_drv.c | 52 +-
drivers/scsi/ufs/tc-dwc-g210.c | 10 +-
drivers/scsi/ufs/ufs-qcom.c | 4 +-
drivers/scsi/ufs/ufs-qcom.h | 7 +-
drivers/scsi/ufs/ufshcd.c | 40 +-
drivers/scsi/ufs/ufshcd.h | 16 +-
drivers/scsi/ufs/ufshci.h | 70 +-
include/scsi/libsas.h | 56 +-
include/scsi/scsi_device.h | 3 +-
include/scsi/scsi_devinfo.h | 76 +-
include/scsi/scsi_proto.h | 45 +-
include/scsi/scsi_transport_fc.h | 2 +
131 files changed, 8278 insertions(+), 2473 deletions(-)
create mode 100644 drivers/scsi/mpt3sas/mpi/mpi2_pci.h

James