From: Krishna Gudipati <kgudipat@xxxxxxxxxxx> Hi James, The following patch-set includes bug-fixes and also adds new features to BFA such as PCIE - AER handling support, FCS remote port enhancements, changes to split the FCXP memory allocation, support to register the node symbolic name with the name server, support for max target ports discovery and updates the Brocade BFA driver to v3.1.2.0. I have compiled and tested the code against your scsi-misc. Thanks, Krishna C Gudipati Krishna Gudipati (10): bfa: Support vport symbolic name change from sysfs. bfa: FCS remote port enhancements. bfa: Make changes to FCXP resource management. bfa: Add new hardware model info to sysfs model description routine. bfa: Add PowerPC support and enable PCIE AER handling. bfa: Fix to process mbox interrupts only if interrupts are enabled in INTx mode. bfa: Add support to register node symbolic name with name server bfa: Add support for max target ports discovery bfa: Update MAINTAINERS file for BFA driver. bfa: Update the driver version to v3.1.2.0. MAINTAINERS | 1 - drivers/scsi/bfa/bfa_core.c | 21 +- drivers/scsi/bfa/bfa_cs.h | 4 +- drivers/scsi/bfa/bfa_defs_fcs.h | 18 + drivers/scsi/bfa/bfa_fc.h | 10 + drivers/scsi/bfa/bfa_fcbuild.c | 21 ++ drivers/scsi/bfa/bfa_fcbuild.h | 2 + drivers/scsi/bfa/bfa_fcpim.c | 12 +- drivers/scsi/bfa/bfa_fcs.c | 182 +++++++++++- drivers/scsi/bfa/bfa_fcs.h | 66 ++++- drivers/scsi/bfa/bfa_fcs_fcpim.c | 129 +++++---- drivers/scsi/bfa/bfa_fcs_lport.c | 632 +++++++++++++++++++++++++++++++++++--- drivers/scsi/bfa/bfa_fcs_rport.c | 466 +++++++++++++++++++++-------- drivers/scsi/bfa/bfa_ioc.c | 24 +- drivers/scsi/bfa/bfa_ioc.h | 2 + drivers/scsi/bfa/bfa_modules.h | 1 + drivers/scsi/bfa/bfa_svc.c | 95 +++++-- drivers/scsi/bfa/bfa_svc.h | 23 +- drivers/scsi/bfa/bfad.c | 236 ++++++++++++++- drivers/scsi/bfa/bfad_attr.c | 46 +++- drivers/scsi/bfa/bfad_bsg.c | 39 ++- drivers/scsi/bfa/bfad_bsg.h | 2 + drivers/scsi/bfa/bfad_drv.h | 5 +- drivers/scsi/bfa/bfad_im.c | 9 + 24 files changed, 1736 insertions(+), 310 deletions(-) -- 1.7.3.rc1 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html