summaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001/pm8001_init.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-22scsi: libsas: Delete enum sas_classJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry1-1/+0
2023-05-08scsi: pm80xx: Add GET_NVMD timeout during probeChangyuan Lyu1-7/+22
2023-05-08scsi: pm80xx: Enable init loggingAkshat Jain1-1/+1
2023-05-08scsi: pm80xx: Log some HW events by defaultAkshat Jain1-1/+2
2023-03-25scsi: pcmcia-pm8001: Declare SCSI host template constBart Van Assche1-1/+1
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+4
2022-10-22scsi: pm80xx: Display proc_name in sysfsIgor Pylypiv1-0/+1
2022-10-22scsi: pm8001: Use sas_task_find_rq() for taggingJohn Garry1-8/+4
2022-10-22scsi: pm8001: Remove pm8001_tag_init()Igor Pylypiv1-2/+0
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-1/+1
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-24/+49
2022-07-14scsi: pm80xx: Fix 'Unknown' max/min linkrateChangyuan Lyu1-0/+2
2022-06-17scsi: pm8001: Expose hardware queues for pm80xxJohn Garry1-11/+39
2022-06-17scsi: pm8001: Set up tags before using themJohn Garry1-9/+9
2022-06-17scsi: pm8001: Rework shost initial valuesJohn Garry1-4/+1
2022-02-23scsi: pm8001: Fix tag values handlingDamien Le Moal1-1/+2
2022-02-23scsi: pm8001: Remove local variable in pm8001_pci_resume()Damien Le Moal1-4/+4
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry1-1/+1
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry1-0/+1
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry1-0/+1
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry1-1/+0
2021-12-17Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen1-4/+2
2021-12-03scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()Igor Pylypiv1-4/+2
2021-11-19scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocationIgor Pylypiv1-2/+2
2021-10-17scsi: pm8001: Switch to attribute groupsBart Van Assche1-1/+1
2021-09-15scsi: pm80xx: Fix memory leak during rmmodAjish Koshy1-0/+11
2021-09-15scsi: pm80xx: Fix incorrect port value when registering a deviceAjish Koshy1-0/+1
2021-07-13scsi: pm8001: Clean up kernel-doc and commentsRandy Dunlap1-14/+15
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2021-06-23scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+1
2021-05-16scsi: pm80xx: Fix drives missing during rmmod/insmod loopAjish Koshy1-1/+1
2021-04-16scsi: pm80xx: Remove global lock from outbound queue processingViswas G1-3/+6
2021-03-25scsi: pm8001: Avoid -Wrestrict warningArnd Bergmann1-1/+5
2021-03-16scsi: pm8001: Provide function name and fix a misspellingLee Jones1-2/+2
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