aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-07scsi: pm80xx: remove redundant assignments to variable rcColin Ian King1-10/+3
2019-07-11scsi: pm80xx: Fixed kernel panic during error recovery for SATA driveDeepak Ukey3-2/+8
2019-06-27scsi: pm80xx: Modified the logic to collect IOP event logsDeepak Ukey1-16/+17
2019-06-27scsi: pm80xx: Event log size through sysfsDeepak Ukey1-0/+19
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry4-6/+5
2019-06-18scsi: pm8001: Fix typo in code commentsWeitao Hou1-1/+1
2019-04-03scsi: pm8001: fix spelling mistake, interupt -> interruptColin Ian King4-7/+7
2019-04-03scsi: pm8001: clean up dead code when PM8001_USE_MSIX is definedColin Ian King2-12/+16
2019-03-25scsi: pm8001: remove set but not used variables 'param, sas_ha'YueHaibing1-4/+0
2019-03-19scsi: pm8001: clean up various indentation issuesColin Ian King3-28/+28
2019-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-01-08scsi: pm80xx: reduce indentationJulia Lawall1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-10-17scsi: pm8001: switch to generic DMA APIChristoph Hellwig4-49/+31
2018-09-17scsi: pm80xx: Remove set but not used variable 'page_code'YueHaibing1-2/+1
2018-09-17scsi: pm80xx: Remove set but not used variable 'device_id'YueHaibing1-4/+0
2018-09-11scsi: pm80xx: Update driver version to 0.1.39Deepak Ukey1-1/+1
2018-09-11scsi: pm80xx: Fixed system hang issue during kexec bootDeepak Ukey5-6/+91
2018-09-11scsi: pm80xx: Corrected dma_unmap_sg() parameterDeepak Ukey1-1/+1
2018-09-11scsi: pm80xx: Fix for phy enable/disable functionalityDeepak Ukey7-17/+49
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-28scsi: pm80xx: fix spelling mistake "UNSORPORTED" -> "SUPPORTED"Colin Ian King1-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-58/+318
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook1-6/+5
2017-10-18scsi: pm80xx: corrected linkrate value.Viswas G1-1/+1
2017-10-18scsi: pm80xx: panic on ncq error cleaning up the read log.Viswas G1-0/+1
2017-10-18scsi: pm80xx: corrected SATA abort handling sequence.Viswas G4-10/+119
2017-10-18scsi: pm80xx: modified port reset timer value for PM8006 cardViswas G1-0/+6
2017-10-18scsi: pm80xx: cleanup in pm8001_abort_task function.Viswas G1-38/+13
2017-10-18scsi: pm80xx: tag allocation for phy control request.Viswas G2-4/+10
2017-10-18scsi: pm80xx: Different SAS addresses for phys.Viswas G2-6/+10
2017-10-18scsi: pm80xx: ILA and inactive firmware version through sysfsViswas G4-0/+63
2017-10-18scsi: pm80xx: redefine sas_identify_frame structureViswas G1-1/+97
2017-08-25scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-1/+1
2017-08-10scsi: 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-06scsi: pm8001: switch to pci_irq_alloc_vectorsChristoph Hellwig2-23/+14
2016-09-26scsi: pm8001: Mark symbols static where possibleBaoyou Xie2-3/+3
2016-07-12pm8001: fix typoJulia Lawall1-1/+1
2016-05-09libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke1-1/+2
2016-05-09libsas: enable FPDMA SEND/RECEIVEHannes Reinecke1-1/+3
2016-04-15pm80xx: Remove bogus address masking in pm8001_ioremap()David Daney1-2/+0
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley4-14/+243
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-11-09pm80xx: remove the SCSI host before detaching from SAS transportBenjamin Rood1-1/+1
2015-11-02pm80xx: avoid a panic if MSI(X) interrupts are disabledBenjamin Rood1-5/+11