summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-18scsi: mpt3sas: switch to generic DMA APIChristoph Hellwig1-34/+33
2018-10-11scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor1-2/+2
2018-10-11scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder1-4/+2
2018-10-11scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches1-22/+19
2018-10-11scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches1-5/+5
2018-10-11scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches1-600/+465
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-249/+189
2018-08-09scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy1-0/+1
2018-08-03scsi: mpt3sas: Swap I/O memory read value back to cpu endiannessSreekanth Reddy1-8/+8
2018-07-13scsi: 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-20scsi: mpt3sas: Improve kernel-doc headersBart Van Assche1-140/+73
2018-06-20scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and...Bart Van Assche1-57/+61
2018-06-20scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler()Bart Van Assche1-9/+1
2018-06-20scsi: mpt3sas: Introduce struct mpt3sas_nvme_cmdBart Van Assche1-9/+4
2018-06-20scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche1-10/+0
2018-06-20scsi: mpt3sas: Fix indentationBart Van Assche1-1/+1
2018-06-19scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5 controlle...Chaitra P B1-7/+8
2018-06-19scsi: mpt3sas: Fix, False timeout prints for ioctl and other internal command...Chaitra P B1-14/+38
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2018-06-06scsi: mpt3sas: Add an I/O barrierTomas Henzl1-0/+1
2018-05-08scsi: mpt3sas: For NVME device, issue a protocol level resetChaitra P B1-0/+13
2018-05-08scsi: mpt3sas: Report Firmware Package Version from HBA Driver.Chaitra P B1-2/+107
2018-05-08scsi: mpt3sas: Cache enclosure pages during enclosure add.Chaitra P B1-0/+22
2018-05-08scsi: mpt3sas: Added support for SAS Device Discovery Error Event.Chaitra P B1-0/+4
2018-05-08scsi: mpt3sas: Enhanced handling of Sense Buffer.Chaitra P B1-0/+56
2018-05-08scsi: mpt3sas: Optimize I/O memory consumption in driver.Chaitra P B1-29/+51
2018-05-08scsi: mpt3sas: Lockless access for chain buffers.Chaitra P B1-52/+59
2018-05-08scsi: mpt3sas: Pre-allocate RDPQ Array at driver boot time.Chaitra P B1-22/+35
2018-05-08scsi: mpt3sas: Bug fix for big endian systems.Chaitra P B1-23/+32
2018-05-02scsi: mpt3sas: fix spelling mistake: "disbale" -> "disable"Colin Ian King1-1/+1
2018-04-04Merge branch 'fixes' into miscJames Bottomley1-5/+8
2018-03-06scsi: mpt3sas: clarify mmio pointer typesArnd Bergmann1-19/+23
2018-02-28scsi: mpt3sas: Do not use 32-bit atomic request descriptor for Ventura contro...Suganath Prabu S1-147/+22
2018-02-28scsi: mpt3sas: Introduce function to clone mpi reply.Suganath Prabu Subramani1-1/+36
2018-02-28scsi: mpt3sas: Introduce function to clone mpi request.Suganath Prabu Subramani1-15/+125
2018-02-28scsi: mpt3sas: Introduce Base function for cloning.Suganath Prabu Subramani1-1/+214
2018-02-28scsi: mpt3sas: Introduce API to get BAR0 mapped buffer addressSuganath Prabu Subramani1-0/+93
2018-02-28scsi: mpt3sas: Configure reply post queue depth, DMA and sgl tablesize.Suganath Prabu Subramani1-17/+30
2018-02-22scsi: mpt3sas: wait for and flush running commands on shutdown/unloadSreekanth Reddy1-4/+4
2018-01-31scsi: mpt3sas: fix an out of bound writeTomas Henzl1-1/+4
2018-01-17scsi: mpt3sas: make function _get_st_from_smid staticColin Ian King1-1/+1
2018-01-11scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani1-80/+67
2018-01-11scsi: mpt3sas: simplify _wait_for_commands_to_complete()Hannes Reinecke1-10/+4
2018-01-11scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke1-6/+13
2018-01-11scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()Hannes Reinecke1-4/+18
2018-01-11scsi: mpt3sas: separate out _base_recovery_check()Hannes Reinecke1-9/+14
2018-01-11scsi: mpt3sas: use list_splice_init()Hannes Reinecke1-9/+2
2018-01-11scsi: mpt3sas: set default value for cb_idxHannes Reinecke1-3/+2
2017-12-05scsi: mpt3sas: Replace PCI pool old APIRomain Perier1-6/+6