summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001
Commit message (Expand)AuthorAgeFilesLines
* scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-223-41/+36
* scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-223-38/+65
* scsi: libsas: Remove notifier indirectionJohn Garry2021-01-223-46/+36
* scsi: pm80xx: Switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-01-201-4/+5
* scsi: pm80xx: Clean up indentation of a code blockColin Ian King2021-01-201-19/+15
* scsi: pm80xx: Log SATA IOMB completion status on failureVishakha Channapattan2021-01-131-5/+8
* scsi: pm80xx: Simultaneous poll for all FW readinessBhavesh Jashnani2021-01-131-57/+23
* scsi: pm80xx: Fix driver fatal dump failureViswas G2021-01-131-5/+9
* scsi: pm80xx: Fix missing tag_free in NVMD DATA reqakshatzen2021-01-131-4/+10
* scsi: pm80xx: Check main config table addressakshatzen2021-01-132-6/+58
* scsi: pm80xx: Check for fatal errorakshatzen2021-01-135-0/+61
* scsi: pm80xx: Do not busy wait in MPI init checkakshatzen2021-01-132-5/+5
* scsi: pm80xx: Fix error return in pm8001_pci_probe()Zhang Qilong2020-12-071-1/+2
* scsi: pm80xx: Do not sleep in atomic contextAhmed S. Darwish2020-12-011-1/+1
* scsi: pm8001: Remove space in a debug messageColin Ian King2020-11-301-1/+1
* scsi: pm8001: Fix misindentationJoe Perches2020-11-301-10/+10
* scsi: pm8001: Convert pm8001_printk() to pm8001_info()Joe Perches2020-11-303-6/+6
* scsi: pm_8001: Use generic power managementVaibhav Gupta2020-11-251-29/+17
* scsi: pm_8001: Drop PCI Wakeup calls from .resumeVaibhav Gupta2020-11-251-1/+0
* scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk() explicitJoe Perches2020-11-233-11/+10
* scsi: pm8001: Neaten debug logging macros and usesJoe Perches2020-11-236-1887/+1354
* scsi: pm8001: Remove typecast for pointer returned by kcalloc()Xu Wang2020-11-231-1/+1
* scsi: pm8001: Remove unused variable 'value'Lee Jones2020-11-161-2/+2
* scsi: pm8001: pm8001_sas: Fix strncpy() warning when space is not left for NULLee Jones2020-11-101-1/+1
* scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race conditionyuuzheng2020-11-041-1/+6
* scsi: pm80xx: Avoid busywait in FW ready checkakshatzen2020-11-042-10/+17
* scsi: pm80xx: Make running_req atomicViswas G2020-11-045-27/+147
* scsi: pm80xx: Make mpi_build_cmd locking consistentpeter chang2020-11-042-14/+15
* scsi: pm80xx: Driver version updateViswas G2020-10-071-1/+1
* scsi: pm80xx: Increase the number of outstanding I/O supported to 1024Viswas G2020-10-075-47/+73
* scsi: pm80xx: Remove DMA memory allocation for ccb and device structuresViswas G2020-10-072-23/+33
* scsi: pm80xx: Increase number of supported queuesViswas G2020-10-076-104/+160
* scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abortDinghao Liu2020-08-311-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-065-44/+68
|\
| * scsi: pm8001: Staticify 'pm80xx_pci_mem_copy' and 'mpi_set_phy_profile_req'Lee Jones2020-07-241-3/+4
| * scsi: pm8001: Remove a bunch of set but unused variablesLee Jones2020-07-241-3/+3
| * scsi: pm8001: Fix some function documentation issuesLee Jones2020-07-241-8/+8
| * scsi: pm8001: Fix a bunch of kerneldoc issuesLee Jones2020-07-241-10/+11
| * scsi: pm8001: Add descriptions for unused 'attr' function parametersLee Jones2020-07-241-1/+8
| * scsi: pm8001: Move function header and supply some missing parameter descript...Lee Jones2020-07-241-4/+5
| * scsi: pm8001: Provide descriptions for the many undocumented 'attr'sLee Jones2020-07-151-0/+14
| * scsi: pm8001: Demote obvious misuse of kerneldoc and update othersLee Jones2020-07-151-15/+15
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
* | scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig2020-06-151-0/+1
|/
* scsi: pm80xx: Introduce read and write length for IOCTL payload structureViswas G2020-03-174-21/+22
* scsi: pm80xx: sysfs attribute for non fatal dumpDeepak Ukey2020-03-174-0/+180
* scsi: pm80xx: Cleanup initialization loading fail pathPeter Chang2020-03-171-6/+11
* scsi: pm80xx: Free the tag when mpi_set_phy_profile_resp is receivedyuuzheng2020-03-171-3/+7
* scsi: pm80xx: Deal with kexec rebootsVikram Auradkar2020-03-172-9/+54
* scsi: pm80xx: Increase request sg lengthPeter Chang2020-03-172-3/+4