aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04scsi: mpt3sas: Update driver version to 27.102.00.00Suganath Prabu S1-2/+2
2019-02-04scsi: mpt3sas: Add support for ATLAS PCIe switchSuganath Prabu S2-0/+9
2019-02-04scsi: mpt3sas: Add support for NVMe Switch AdapterSuganath Prabu S2-0/+5
2019-02-04scsi: mpt3sas: Rename mpi endpoint device ID macro.Suganath Prabu S2-4/+4
2018-12-20scsi: mpt3sas: mpt3sas_scsih: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-12-19scsi: mpt3sas: fix memory ordering on 64bit writesStephan Günther1-1/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-2/+0
2018-12-12scsi: mpt3sas: Update driver version to 27.101.00.00Suganath Prabu1-2/+2
2018-12-12scsi: mpt3sas: Replace readl with ioc->base_readlSuganath Prabu1-19/+20
2018-12-12scsi: mpt3sas: Add separate function for aero doorbell readsSuganath Prabu2-0/+32
2018-12-12scsi: mpt3sas: Introduce flag for aero based controllersSuganath Prabu2-6/+9
2018-11-28scsi: mpt3sas: fix spelling mistake "manufaucturing" -> "manufacturing"Colin Ian King1-1/+1
2018-11-21scsi: mpt3sas: Display message on Configurable secure HBASreekanth Reddy1-3/+4
2018-11-06scsi: mpt3sas: Bump driver version to 27.100.00.00Suganath Prabu1-2/+2
2018-11-06scsi: mpt3sas: Fix driver modifying persistent data in Manufacturing page11Suganath Prabu1-4/+0
2018-11-06scsi: mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devicesSuganath Prabu1-1/+1
2018-11-06scsi: mpt3sas: Fix Sync cache command failure during driver unloadSuganath Prabu1-1/+35
2018-11-06scsi: mpt3sas: Call sas_remove_host before removing the target devicesSuganath Prabu2-3/+6
2018-11-06scsi: mpt3sas: Refactor mpt3sas_wait_for_ioc functionSuganath Prabu1-11/+9
2018-11-06scsi: mpt3sas: Separate out mpt3sas_wait_for_iocSuganath Prabu5-141/+61
2018-11-06scsi: mpt3sas: Added new #define variable IOC_OPERATIONAL_WAIT_COUNTSuganath Prabu4-7/+10
2018-11-06scsi: mpt3sas: Add support for Aero controllersSuganath Prabu1-0/+26
2018-11-06scsi: mpt3sas: Update MPI headers to support Aero controllersSuganath Prabu10-388/+678
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-2146/+1681
2018-10-17scsi: mpt3sas: switch to generic DMA APIChristoph Hellwig3-58/+61
2018-10-10scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor1-2/+2
2018-10-10scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder1-4/+2
2018-10-10scsi: mpt3sas: Remove unused macro MPT3SAS_FMTJoe Perches1-2/+0
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches3-31/+28
2018-10-10scsi: mpt3sas: Remove KERN_WARNING from panic usesJoe Perches1-26/+15
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches1-5/+5
2018-10-10scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMTJoe Perches2-39/+29
2018-10-10scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches7-1982/+1533
2018-10-10scsi: mpt3sas: Add ioc_<level> logging macrosJoe Perches1-0/+9
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-830/+658
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-08-08scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy2-1/+2
2018-08-03scsi: mpt3sas: Swap I/O memory read value back to cpu endiannessSreekanth Reddy1-8/+8
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy1-1/+1
2018-07-12scsi: mpt3sas: Fix for regression caused by sparse cleanupsChaitra P B1-6/+6
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-2/+2
2018-06-19scsi: mpt3sas: Improve kernel-doc headersBart Van Assche7-555/+363
2018-06-19scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and mpt3sas_ctl_reset_handler()Bart Van Assche4-148/+166
2018-06-19scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler()Bart Van Assche2-10/+1
2018-06-19scsi: mpt3sas: Fix _transport_smp_handler() error pathBart Van Assche1-2/+3
2018-06-19scsi: mpt3sas: Introduce struct mpt3sas_nvme_cmdBart Van Assche2-11/+9
2018-06-19scsi: mpt3sas: Annotate switch/case fall-throughBart Van Assche2-0/+4
2018-06-19scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche2-15/+0
2018-06-19scsi: mpt3sas: Fix indentationBart Van Assche3-22/+22