summaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001/pm8001_init.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-21scsi: pm80xx: Switch from 'pci_' to 'dma_' APIChristophe JAILLET1-4/+5
2021-01-13scsi: pm80xx: Check main config table addressakshatzen1-3/+8
2020-12-08scsi: pm80xx: Fix error return in pm8001_pci_probe()Zhang Qilong1-1/+2
2020-12-01scsi: pm8001: Fix misindentationJoe Perches1-10/+10
2020-12-01scsi: pm8001: Convert pm8001_printk() to pm8001_info()Joe Perches1-2/+2
2020-11-26scsi: pm_8001: Use generic power managementVaibhav Gupta1-29/+17
2020-11-26scsi: pm_8001: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-11-24scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk() explicitJoe Perches1-6/+5
2020-11-24scsi: pm8001: Neaten debug logging macros and usesJoe Perches1-48/+43
2020-11-24scsi: pm8001: Remove typecast for pointer returned by kcalloc()Xu Wang1-1/+1
2020-11-05scsi: pm80xx: Make running_req atomicViswas G1-1/+1
2020-10-08scsi: pm80xx: Increase the number of outstanding I/O supported to 1024Viswas G1-21/+59
2020-10-08scsi: pm80xx: Remove DMA memory allocation for ccb and device structuresViswas G1-18/+30
2020-10-08scsi: pm80xx: Increase number of supported queuesViswas G1-44/+73
2020-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+15
2020-07-15scsi: pm8001: Demote obvious misuse of kerneldoc and update othersLee Jones1-15/+15
2020-06-16scsi: 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 G1-6/+6
2020-03-17scsi: pm80xx: sysfs attribute for non fatal dumpDeepak Ukey1-0/+1
2020-03-17scsi: pm80xx: Cleanup initialization loading fail pathPeter Chang1-6/+11
2020-03-17scsi: pm80xx: Deal with kexec rebootsVikram Auradkar1-5/+43
2020-03-17scsi: pm80xx: Increase request sg lengthPeter Chang1-1/+1
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+3
2019-12-04Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-11-20scsi: pm80xx: Tie the interrupt name to the module instanceVikram Auradkar1-5/+6
2019-11-20scsi: pm80xx: Do not request 12G sas speedspeter chang1-0/+17
2019-11-20scsi: pm80xx: Squashed logging cleanup changespeter chang1-1/+5
2019-11-02scsi: pm8001: Fix Use plain integer as NULL pointerSaurav Girepunje1-1/+1
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-04-04scsi: pm8001: fix spelling mistake, interupt -> interruptColin Ian King1-2/+2
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-10-18scsi: pm8001: switch to generic DMA APIChristoph Hellwig1-23/+5
2018-09-12scsi: pm80xx: Fix for phy enable/disable functionalityDeepak Ukey1-1/+2
2017-10-19scsi: pm80xx: Different SAS addresses for phys.Viswas G1-4/+9
2017-08-26scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-1/+1
2017-08-11scsi: pm8001: fix double free in pm8001_pci_probePan Bian1-3/+2
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2017-02-07scsi: pm8001: switch to pci_irq_alloc_vectorsChristoph Hellwig1-21/+14
2016-07-13pm8001: fix typoJulia Lawall1-1/+1
2016-04-15pm80xx: Remove bogus address masking in pm8001_ioremap()David Daney1-2/+0
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-13/+202
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-11-10pm80xx: remove the SCSI host before detaching from SAS transportBenjamin Rood1-1/+1
2015-11-03pm80xx: avoid a panic if MSI(X) interrupts are disabledBenjamin Rood1-5/+11
2015-11-03pm80xx: wait a minimum of 500ms before issuing commands to SPCvBenjamin Rood1-0/+13
2015-11-03pm80xx: set PHY profiles for ATTO 12Gb SAS controllersBenjamin Rood1-0/+130
2015-11-03pm80xx: add support for ATTO devices during SAS address initiailizationBenjamin Rood1-0/+10
2015-11-03pm80xx: add ATTO PCI IDs to pm8001_pci_tableBenjamin Rood1-0/+14
2015-11-03pm80xx: add support for PMC Sierra 8070 and PMC Sierra 8072 SAS controllersBenjamin Rood1-1/+3
2015-11-03pm80xx: configure PHY settings based on subsystem vendor IDBenjamin Rood1-6/+20