summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001/pm8001_hwi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * [SCSI] pm8001: fix endian issue with code optimization.Santosh Nayak2012-02-291-43/+46
| * [SCSI] pm8001: Fix possible racing condition.Santosh Nayak2012-02-291-3/+3
| * [SCSI] pm8001: Fix bogus interrupt state flag issue.Santosh Nayak2012-02-291-30/+28Star
| * [SCSI] pm8001: deficient responses to IO_XFER_ERROR_BREAK and IO_XFER_OPEN_RE...Mark Salyzyn2012-02-191-12/+184
| * [SCSI] pm8001: Add FUNC_GET_EVENTSMark Salyzyn2012-02-191-26/+59
* | pm8001: fix printk typo in pm8001_hwi.cMasanari Iida2012-02-031-1/+1
|/
* [SCSI] pm8001: missing break statementsMark Salyzyn2011-10-021-36/+37
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [SCSI] pm8001: simplify workqueue usageTejun Heo2011-02-121-20/+17Star