1
0
Fork 0
remarkable-linux/drivers/scsi/bfa
Linus Torvalds 84cbd7222b SCSI misc on 20130702
The patch set is mostly driver updates (usf, zfcp, lpfc, mpt2sas,
 megaraid_sas, bfa, ipr) and a few bug fixes.  Also of note is that the
 Buslogic driver has been rewritten to a better coding style and 64 bit support
 added.  We also removed the libsas limitation on 16 bytes for the command size
 (currently no drivers make use of this).
 
 Signed-off-by: James Bottomley <JBottomley@Parallels.com>
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (GNU/Linux)
 
 iQEcBAABAgAGBQJR0ugCAAoJEDeqqVYsXL0MX2sH+gOkWuy5p3igz+VEim8TNaOA
 VV5EIxG1v7Q0ZiXCp/wcF6eqhgQkWvkrKSxWkaN0yzq8LEWfQeY7VmFDbGgFeVUZ
 XMlX5ay8+FLCIK9M76oxwhV7VAXYbeUUZafh+xX6StWCdKrl0eJbicOGoUk/pjsi
 ZjCBpK5BM0SW+s2gMSDQhO2eMsgMp9QrJMiCJHUF1wWPN8Yez6va1tg4b9iW39BZ
 dd3sJq+PuN6yDbYAJIjEpiGF9gDaaYxSE6bTKJuY+oy08+VsP/RRWjorTENs9Aev
 rQXZIC3nwsv26QRSX7RDSj+UE+kFV6FcPMWMU3HN2UG6ttprtOxT8tslVJf7LcA=
 =BxtF
 -----END PGP SIGNATURE-----

Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull first round of SCSI updates from James Bottomley:
 "The patch set is mostly driver updates (usf, zfcp, lpfc, mpt2sas,
  megaraid_sas, bfa, ipr) and a few bug fixes.  Also of note is that the
  Buslogic driver has been rewritten to a better coding style and 64 bit
  support added.  We also removed the libsas limitation on 16 bytes for
  the command size (currently no drivers make use of this)"

* tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (101 commits)
  [SCSI] megaraid: minor cut and paste error fixed.
  [SCSI] ufshcd-pltfrm: remove unnecessary dma_set_coherent_mask() call
  [SCSI] ufs: fix register address in UIC error interrupt handling
  [SCSI] ufshcd-pltfrm: add missing empty slot in ufs_of_match[]
  [SCSI] ufs: use devres functions for ufshcd
  [SCSI] ufs: Fix the response UPIU length setting
  [SCSI] ufs: rework link start-up process
  [SCSI] ufs: remove version check before IS reg clear
  [SCSI] ufs: amend interrupt configuration
  [SCSI] ufs: wrap the i/o access operations
  [SCSI] storvsc: Update the storage protocol to win8 level
  [SCSI] storvsc: Increase the value of scsi timeout for storvsc devices
  [SCSI] MAINTAINERS: Add myself as the maintainer for BusLogic SCSI driver
  [SCSI] BusLogic: Port driver to 64-bit.
  [SCSI] BusLogic: Fix style issues
  [SCSI] libiscsi: Added new boot entries in the session sysfs
  [SCSI] aacraid: Fix for arrays are going offline in the system. System hangs
  [SCSI] ipr: IOA Status Code(IOASC) update
  [SCSI] sd: Update WRITE SAME heuristics
  [SCSI] fnic: potential dead lock in fnic_is_abts_pending()
  ...
2013-07-04 12:30:30 -07:00
..
Makefile [SCSI] bfa: Add BSG interface to support ELS, CT and vendor commands. 2011-06-29 15:59:53 -05:00
bfa.h [SCSI] bfa: Revised Fabric Assigned Address(FAA) feature implementation. 2012-03-28 09:55:22 +01:00
bfa_core.c [SCSI] bfa: Allow rsp queue process during ioc disable 2013-06-26 16:38:46 -07:00
bfa_cs.h [SCSI] bfa: Make changes to FCXP resource management. 2012-09-24 12:10:56 +04:00
bfa_defs.h [SCSI] bfa: Support for chinook-quad port card 2013-06-26 17:16:09 -07:00
bfa_defs_fcs.h [SCSI] bfa: Add support to register node symbolic name with name server 2012-09-24 12:10:57 +04:00
bfa_defs_svc.h [SCSI] bfa: firmware statistics update 2013-06-26 15:07:16 -07:00
bfa_fc.h [SCSI] bfa: FDMI enhancements 2013-06-26 11:47:00 -07:00
bfa_fcbuild.c [SCSI] bfa: Add support for FC Arbitrated Loop topology. 2012-10-07 11:03:50 +01:00
bfa_fcbuild.h [SCSI] bfa: Add support to register node symbolic name with name server 2012-09-24 12:10:57 +04:00
bfa_fcpim.c [SCSI] bfa: Fix WARN_ON condition check 2013-06-26 11:45:51 -07:00
bfa_fcpim.h [SCSI] bfa: Add support for IO throttling at port level 2012-10-07 11:21:29 +01:00
bfa_fcs.c [SCSI] bfa: Support for FC BB credit recovery 2013-06-26 11:40:12 -07:00
bfa_fcs.h [SCSI] bfa: fru vpd date update changes 2013-06-26 14:44:35 -07:00
bfa_fcs_fcpim.c [SCSI] bfa: Add support for max target ports discovery 2012-09-24 12:10:57 +04:00
bfa_fcs_lport.c [SCSI] bfa: Fix FDISC timeout handling 2013-06-26 12:03:20 -07:00
bfa_fcs_rport.c [SCSI] bfa: Fix bug_on condition in RPSC rsp handling 2013-06-26 16:47:36 -07:00
bfa_hw_cb.c [SCSI] bfa: Update RME interrupt handling. 2011-07-27 14:44:48 +04:00
bfa_hw_ct.c [SCSI] bfa: Update RME interrupt handling. 2011-07-27 14:44:48 +04:00
bfa_ioc.c [SCSI] bfa: Support for chinook-quad port card 2013-06-26 17:16:09 -07:00
bfa_ioc.h [SCSI] bfa: fru vpd date update changes 2013-06-26 14:44:35 -07:00
bfa_ioc_cb.c [SCSI] bfa: kdump fix on 815 and 825 adapters 2013-06-26 13:12:19 -07:00
bfa_ioc_ct.c [SCSI] bfa: kdump fix on 815 and 825 adapters 2013-06-26 13:12:19 -07:00
bfa_modules.h [SCSI] bfa: Add support to read/update the FRU data. 2012-10-07 11:26:53 +01:00
bfa_plog.h [SCSI] bfa: clean up one line functions 2010-12-21 12:32:43 -06:00
bfa_port.c [SCSI] bfa: Add diagnostic port (D-Port) support 2012-10-07 11:17:27 +01:00
bfa_port.h [SCSI] bfa: Add diagnostic port (D-Port) support 2012-10-07 11:17:27 +01:00
bfa_svc.c [SCSI] bfa: Add dynamic diagnostic port support 2013-06-26 11:44:20 -07:00
bfa_svc.h [SCSI] bfa: Add dynamic diagnostic port support 2013-06-26 11:44:20 -07:00
bfad.c [SCSI] bfa: Update the driver version to 3.2.21.1 2013-06-26 17:38:38 -07:00
bfad_attr.c [SCSI] bfa: dis-associate bfa path_tov with dev_loss_tmo 2013-06-26 17:27:08 -07:00
bfad_bsg.c [SCSI] bfa: fru vpd date update changes 2013-06-26 14:44:35 -07:00
bfad_bsg.h [SCSI] bfa: fru vpd date update changes 2013-06-26 14:44:35 -07:00
bfad_debugfs.c bfa: switch to fixed_size_llseek() 2013-06-29 12:57:32 +04:00
bfad_drv.h [SCSI] bfa: Update the driver version to 3.2.21.1 2013-06-26 17:38:38 -07:00
bfad_im.c [SCSI] bfa: Fixes for 0-terminated strncpy and possible null pointer dereference 2013-06-26 07:59:37 -07:00
bfad_im.h [SCSI] bfa: Fix to set vport FC host sysfs entries 2012-05-22 11:06:29 +01:00
bfi.h [SCSI] bfa: fru vpd date update changes 2013-06-26 14:44:35 -07:00
bfi_ms.h [SCSI] bfa: Support for FC BB credit recovery 2013-06-26 11:40:12 -07:00
bfi_reg.h [SCSI] bfa: Flash Controller PLL initialization fixes 2012-10-07 11:12:12 +01:00