summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001/pm8001_hwi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2019-06-201-2/+2
* scsi: pm8001: fix spelling mistake, interupt -> interruptColin Ian King2019-04-041-2/+2
* scsi: pm8001: clean up dead code when PM8001_USE_MSIX is definedColin Ian King2019-04-041-9/+12
* scsi: pm8001: remove set but not used variables 'param, sas_ha'YueHaibing2019-03-261-4/+0Star
* scsi: pm8001: clean up various indentation issuesColin Ian King2019-03-191-4/+4
* scsi: pm8001: switch to generic DMA APIChristoph Hellwig2018-10-181-11/+11
* scsi: pm80xx: Fixed system hang issue during kexec bootDeepak Ukey2018-09-121-0/+6
* scsi: pm80xx: Fix for phy enable/disable functionalityDeepak Ukey2018-09-121-1/+2
* scsi: pm80xx: fix spelling mistake "UNSORPORTED" -> "SUPPORTED"Colin Ian King2018-05-291-1/+1
* scsi: pm80xx: corrected SATA abort handling sequence.Viswas G2017-10-191-1/+7
* scsi: pm80xx: tag allocation for phy control request.Viswas G2017-10-191-0/+3
* scsi: pm8001: Mark symbols static where possibleBaoyou Xie2016-09-271-2/+2
* pm80xx: Don't override ts->stat on IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSYJohannes Thumshirn2015-09-061-0/+1
* pm80xx: Updated link rateViswas G2015-08-271-0/+4
* libsas: use ata_dev_classify()Hannes Reinecke2014-11-051-1/+1
* pm8001: Update nvmd response data to request bufferSuresh Thiagarajan2014-09-161-0/+8
* pm8001: fix pm8001_store_update_fwTomas Henzl2014-08-011-2/+2
* pm8001: fix a memory leak in nvmd_respTomas Henzl2014-07-251-6/+2Star
* pm8001: fix a memory leak in flash_updateTomas Henzl2014-07-251-6/+6
* pm8001: Fix to remove null pointer checks that could never happenRickard Strandqvist2014-07-251-1/+1
* pm8001: honor return valueTomas Henzl2014-07-251-8/+25
* pm8001: clean bitmap management functionsTomas Henzl2014-07-251-5/+5
* [SCSI] pm80xx: Spinlock fixSuresh Thiagarajan2014-03-151-71/+13Star
* [SCSI] pm80xx: Enable BAR shift to avoid BIOS conflict with MPI space for ATT...Bradley Grove2014-03-151-3/+3
* [SCSI] pm80xx: Fixed return value issueViswas G2014-03-151-4/+4
* [SCSI] pm80xx: Removing redundant code snippetsViswas G2014-03-151-6/+1Star
* [SCSI] pm80xx: Resetting the phy state.Nikith Ganigarakoppal2013-12-021-0/+2
* [SCSI] pm80xx: Firmware logging support.Anand Kumar Santhanam2013-10-251-0/+83
* [SCSI] pm80xx: Phy settings support for motherboard controller.Anand Kumar Santhanam2013-10-251-0/+10
* [SCSI] pm80xx: Print SAS address of IO failed device.Anand Kumar Santhanam2013-10-251-1/+52
* [SCSI] pm80xx: Set device state response logic fix.Anand Kumar Santhanam2013-10-251-2/+4
* [SCSI] pm80xx: fix Adaptec 71605H hangHans Verkuil2013-08-261-2/+2
* [SCSI] pm80xx: remove unneeded NULL checkDan Carpenter2013-06-041-1/+1
* [SCSI] libsas: implement > 16 byte CDB supportJames Bottomley2013-06-041-1/+2
* [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley2013-05-101-9/+9
* [SCSI] pm80xx: thermal, sas controller config and error handling updateSakthivel K2013-05-101-1/+1
* [SCSI] pm80xx: NCQ error handling changesSakthivel K2013-05-101-11/+261
* [SCSI] pm80xx: Changed module name and debug messages updateSakthivel K2013-05-101-5/+6
* [SCSI] pm80xx: Firmware flash memory free fix, with addition of new memory re...Sakthivel K2013-05-101-24/+6Star
* [SCSI] pm80xx: SPC new firmware changes for device id 0x8081 aloneSakthivel K2013-05-101-3/+28
* [SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant c...Sakthivel K2013-05-101-2/+2
* [SCSI] pm80xx: Updated common functions common for SPC and SPCv/veSakthivel K2013-05-101-93/+100
* [SCSI] pm80xx: Multiple inbound/outbound queue configurationSakthivel K2013-05-101-21/+22
* [SCSI] pm80xx: Added SPCv/ve specific ids, variables and modify for SPCSakthivel K2013-05-101-85/+128
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-21/+15Star
* [SCSI] pm8001: raise host can queueMark Salyzyn2012-05-101-7/+10
* [SCSI] pm8001: fix endian issue with code optimization.Santosh Nayak2012-04-231-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-311-8/+10
|\
| * [SCSI] pm8001: Use spin_lock_irqsave() for task_state.Santosh Nayak2012-03-281-8/+10
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-221-114/+320
|\|