summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-081-2/+1
|\
| * scsi: pm80xx: Remove unused include of linux/version.hYueHaibing2019-11-261-1/+0
| * scsi: pm80xx: fix logic to break out of loop when register value is 2 or 3Colin Ian King2019-11-261-1/+1
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-032-2/+2
|\ \ | |/ |/|
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-142-2/+2
* | scsi: pm80xx: Modified the logic to collect fatal dumpDeepak Ukey2019-11-192-59/+195
* | scsi: pm80xx: Tie the interrupt name to the module instanceVikram Auradkar2019-11-192-5/+8
* | scsi: pm80xx: Controller fatal error through sysfsDeepak Ukey2019-11-191-0/+20
* | scsi: pm80xx: Do not request 12G sas speedspeter chang2019-11-193-17/+22
* | scsi: pm80xx: Cleanup command when a reset times outpeter chang2019-11-191-13/+37
* | scsi: pm80xx: Fix command issue sizingpeter chang2019-11-193-40/+79
* | scsi: pm80xx: Fix dereferencing dangling pointerVikram Auradkar2019-11-191-6/+6
* | scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_checkianyar2019-11-192-2/+5
* | scsi: pm80xx: Squashed logging cleanup changespeter chang2019-11-195-37/+170
* | scsi: pm80xx: Convert 'long' mdelay to msleepVikram Auradkar2019-11-191-2/+2
* | scsi: pm80xx: Initialize variable used as return statusJohn Sperbeck2019-11-191-1/+1
* | scsi: pm80xx: Make phy enable completion as NULLpeter chang2019-11-191-1/+3
* | scsi: pm80xx: Fix for SATA device discoverypeter chang2019-11-191-0/+2
* | scsi: pm8001: Fix Use plain integer as NULL pointerSaurav Girepunje2019-11-011-1/+1
|/
* scsi: pm80xx: remove redundant assignments to variable rcColin Ian King2019-08-071-10/+3
* scsi: pm80xx: Fixed kernel panic during error recovery for SATA driveDeepak Ukey2019-07-113-2/+8
* scsi: pm80xx: Modified the logic to collect IOP event logsDeepak Ukey2019-06-271-16/+17
* scsi: pm80xx: Event log size through sysfsDeepak Ukey2019-06-271-0/+19
* scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2019-06-204-6/+5
* scsi: pm8001: Fix typo in code commentsWeitao Hou2019-06-181-1/+1
* scsi: pm8001: fix spelling mistake, interupt -> interruptColin Ian King2019-04-034-7/+7
* scsi: pm8001: clean up dead code when PM8001_USE_MSIX is definedColin Ian King2019-04-032-12/+16
* scsi: pm8001: remove set but not used variables 'param, sas_ha'YueHaibing2019-03-251-4/+0
* scsi: pm8001: clean up various indentation issuesColin Ian King2019-03-193-28/+28
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-201-1/+1
|\
| * scsi: pm80xx: reduce indentationJulia Lawall2019-01-081-1/+1
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
|/
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: pm8001: switch to generic DMA APIChristoph Hellwig2018-10-174-49/+31
* scsi: pm80xx: Remove set but not used variable 'page_code'YueHaibing2018-09-171-2/+1
* scsi: pm80xx: Remove set but not used variable 'device_id'YueHaibing2018-09-171-4/+0
* scsi: pm80xx: Update driver version to 0.1.39Deepak Ukey2018-09-111-1/+1
* scsi: pm80xx: Fixed system hang issue during kexec bootDeepak Ukey2018-09-115-6/+91
* scsi: pm80xx: Corrected dma_unmap_sg() parameterDeepak Ukey2018-09-111-1/+1
* scsi: pm80xx: Fix for phy enable/disable functionalityDeepak Ukey2018-09-117-17/+49
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* scsi: pm80xx: fix spelling mistake "UNSORPORTED" -> "SUPPORTED"Colin Ian King2018-05-281-1/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-147-58/+318
|\
| * scsi: pm80xx: corrected linkrate value.Viswas G2017-10-181-1/+1
| * scsi: pm80xx: panic on ncq error cleaning up the read log.Viswas G2017-10-181-0/+1
| * scsi: pm80xx: corrected SATA abort handling sequence.Viswas G2017-10-184-10/+119
| * scsi: pm80xx: modified port reset timer value for PM8006 cardViswas G2017-10-181-0/+6
| * scsi: pm80xx: cleanup in pm8001_abort_task function.Viswas G2017-10-181-38/+13
| * scsi: pm80xx: tag allocation for phy control request.Viswas G2017-10-182-4/+10