aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-19scsi: pm80xx: Fix dereferencing dangling pointerVikram Auradkar1-6/+6
2019-11-19scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_checkianyar2-2/+5
2019-11-19scsi: pm80xx: Squashed logging cleanup changespeter chang5-37/+170
2019-11-19scsi: pm80xx: Convert 'long' mdelay to msleepVikram Auradkar1-2/+2
2019-11-19scsi: pm80xx: Initialize variable used as return statusJohn Sperbeck1-1/+1
2019-11-19scsi: pm80xx: Make phy enable completion as NULLpeter chang1-1/+3
2019-11-19scsi: pm80xx: Fix for SATA device discoverypeter chang1-0/+2
2019-11-01scsi: 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 Efremov2-2/+2
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