aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-07scsi: pm80xx: Fix error return in pm8001_pci_probe()Zhang Qilong1-1/+2
2020-12-01scsi: pm80xx: Do not sleep in atomic contextAhmed S. Darwish1-1/+1
2020-11-30scsi: pm8001: Remove space in a debug messageColin Ian King1-1/+1
2020-11-30scsi: pm8001: Fix misindentationJoe Perches1-10/+10
2020-11-30scsi: pm8001: Convert pm8001_printk() to pm8001_info()Joe Perches3-6/+6
2020-11-25scsi: pm_8001: Use generic power managementVaibhav Gupta1-29/+17
2020-11-25scsi: pm_8001: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-11-23scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk() explicitJoe Perches3-11/+10
2020-11-23scsi: pm8001: Neaten debug logging macros and usesJoe Perches6-1887/+1354
2020-11-23scsi: pm8001: Remove typecast for pointer returned by kcalloc()Xu Wang1-1/+1
2020-11-16scsi: pm8001: Remove unused variable 'value'Lee Jones1-2/+2
2020-11-10scsi: pm8001: pm8001_sas: Fix strncpy() warning when space is not left for NULLee Jones1-1/+1
2020-11-04scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race conditionyuuzheng1-1/+6
2020-11-04scsi: pm80xx: Avoid busywait in FW ready checkakshatzen2-10/+17
2020-11-04scsi: pm80xx: Make running_req atomicViswas G5-27/+147
2020-11-04scsi: pm80xx: Make mpi_build_cmd locking consistentpeter chang2-14/+15
2020-10-07scsi: pm80xx: Driver version updateViswas G1-1/+1
2020-10-07scsi: pm80xx: Increase the number of outstanding I/O supported to 1024Viswas G5-47/+73
2020-10-07scsi: pm80xx: Remove DMA memory allocation for ccb and device structuresViswas G2-23/+33
2020-10-07scsi: pm80xx: Increase number of supported queuesViswas G6-104/+160
2020-08-31scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abortDinghao Liu1-1/+1
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-44/+68
2020-07-24scsi: pm8001: Staticify 'pm80xx_pci_mem_copy' and 'mpi_set_phy_profile_req'Lee Jones1-3/+4
2020-07-24scsi: pm8001: Remove a bunch of set but unused variablesLee Jones1-3/+3
2020-07-24scsi: pm8001: Fix some function documentation issuesLee Jones1-8/+8
2020-07-24scsi: pm8001: Fix a bunch of kerneldoc issuesLee Jones1-10/+11
2020-07-24scsi: pm8001: Add descriptions for unused 'attr' function parametersLee Jones1-1/+8
2020-07-24scsi: pm8001: Move function header and supply some missing parameter descriptionsLee Jones1-4/+5
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-2/+2
2020-07-15scsi: pm8001: Provide descriptions for the many undocumented 'attr'sLee Jones1-0/+14
2020-07-15scsi: pm8001: Demote obvious misuse of kerneldoc and update othersLee Jones1-15/+15
2020-06-15scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig1-0/+1
2020-03-17scsi: pm80xx: Introduce read and write length for IOCTL payload structureViswas G4-21/+22
2020-03-17scsi: pm80xx: sysfs attribute for non fatal dumpDeepak Ukey4-0/+180
2020-03-17scsi: pm80xx: Cleanup initialization loading fail pathPeter Chang1-6/+11
2020-03-17scsi: pm80xx: Free the tag when mpi_set_phy_profile_resp is receivedyuuzheng1-3/+7
2020-03-17scsi: pm80xx: Deal with kexec rebootsVikram Auradkar2-9/+54
2020-03-17scsi: pm80xx: Increase request sg lengthPeter Chang2-3/+4
2020-01-30scsi: pm80xx: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+3
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+2
2019-11-26scsi: pm80xx: Remove unused include of linux/version.hYueHaibing1-1/+0
2019-11-26scsi: pm80xx: fix logic to break out of loop when register value is 2 or 3Colin Ian King1-1/+1
2019-11-19scsi: pm80xx: Modified the logic to collect fatal dumpDeepak Ukey2-59/+195
2019-11-19scsi: pm80xx: Tie the interrupt name to the module instanceVikram Auradkar2-5/+8
2019-11-19scsi: pm80xx: Controller fatal error through sysfsDeepak Ukey1-0/+20
2019-11-19scsi: pm80xx: Do not request 12G sas speedspeter chang3-17/+22
2019-11-19scsi: pm80xx: Cleanup command when a reset times outpeter chang1-13/+37
2019-11-19scsi: pm80xx: Fix command issue sizingpeter chang3-40/+79