aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001
Commit message (Expand)AuthorAge
* [SCSI] pm8001: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)Yijing Wang2013-07-05
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-07-04
|\
| * [SCSI] pm80xx: remove unneeded NULL checkDan Carpenter2013-06-04
| * [SCSI] libsas: implement > 16 byte CDB supportJames Bottomley2013-06-04
* | treewide: Fix typo in printkMasanari Iida2013-05-28
|/
* [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley2013-05-10
* [SCSI] pm80xx: thermal, sas controller config and error handling updateSakthivel K2013-05-10
* [SCSI] pm80xx: NCQ error handling changesSakthivel K2013-05-10
* [SCSI] pm80xx: WWN Modification for PM8081/88/89 controllersSakthivel K2013-05-10
* [SCSI] pm80xx: Changed module name and debug messages updateSakthivel K2013-05-10
* [SCSI] pm80xx: Firmware flash memory free fix, with addition of new memory re...Sakthivel K2013-05-10
* [SCSI] pm80xx: SPC new firmware changes for device id 0x8081 aloneSakthivel K2013-05-10
* [SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant c...Sakthivel K2013-05-10
* [SCSI] pm80xx: MSI-X implementation for using 64 interruptsSakthivel K2013-05-10
* [SCSI] pm80xx: Updated common functions common for SPC and SPCv/veSakthivel K2013-05-10
* [SCSI] pm80xx: Multiple inbound/outbound queue configurationSakthivel K2013-05-10
* [SCSI] pm80xx: Added SPCv/ve specific ids, variables and modify for SPCSakthivel K2013-05-10
* [SCSI] pm80xx: fix for memory region freeSakthivel K2013-02-22
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* [SCSI] libsas: trim sas_task of slow path infrastructureDan Williams2012-07-20
* [SCSI] libsas: use ->lldd_I_T_nexus_reset for ->eh_bus_reset_handlerDan Williams2012-07-20
* [SCSI] pm8001: raise host can queueMark Salyzyn2012-05-10
* [SCSI] pm8001: fix endian issue with code optimization.Santosh Nayak2012-04-23
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-31
|\
| * [SCSI] pm8001: Use spin_lock_irqsave() for task_state.Santosh Nayak2012-03-28
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-22
|\|
| * [SCSI] pm8001: fix endian issue with code optimization.Santosh Nayak2012-02-29
| * [SCSI] pm8001: Fix possible racing condition.Santosh Nayak2012-02-29
| * [SCSI] pm8001: Fix bogus interrupt state flag issue.Santosh Nayak2012-02-29
| * [SCSI] libsas: async ata scanningDan Williams2012-02-29
| * [SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams2012-02-29
| * [SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams2012-02-19
| * [SCSI] libsas: introduce sas_drain_work()Dan Williams2012-02-19
| * [SCSI] libsas: kill sas_slave_destroyDan Williams2012-02-19
| * [SCSI] pm8001: deficient responses to IO_XFER_ERROR_BREAK and IO_XFER_OPEN_RE...Mark Salyzyn2012-02-19
| * [SCSI] pm8001: Add FUNC_GET_EVENTSMark Salyzyn2012-02-19
| * [SCSI] pm8001: fix lockup on phy_control hard reset.Mark Salyzyn2012-02-19
* | pm8001: fix printk typo in pm8001_hwi.cMasanari Iida2012-02-03
|/
* [SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams2011-10-02
* [SCSI] pm8001: missing break statementsMark Salyzyn2011-10-02
* [SCSI] pm8001: fix DEV_IS_GONE infinite retryMark Salyzyn2011-10-02
* [SCSI] pm8001: remove pm8001_slave_{alloc|configure}Dan Williams2011-10-02
* [SCSI] libsas: export sas_alloc_task()Dan Williams2011-08-27
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* Merge branch 'master' into for-nextJiri Kosina2011-04-26
|\
| * Fix common misspellingsLucas De Marchi2011-03-31
* | treewide: remove extra semicolonsJustin P. Mattock2011-04-10
|/
* [SCSI] pm8001: simplify workqueue usageTejun Heo2011-02-12
* Merge branch 'master' into for-nextJiri Kosina2010-12-22
|\
| * BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17