aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2017-02-06scsi: pm8001: switch to pci_irq_alloc_vectorsChristoph Hellwig2-23/+14
2016-09-26scsi: pm8001: Mark symbols static where possibleBaoyou Xie2-3/+3
2016-07-12pm8001: fix typoJulia Lawall1-1/+1
2016-05-09libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke1-1/+2
2016-05-09libsas: enable FPDMA SEND/RECEIVEHannes Reinecke1-1/+3
2016-04-15pm80xx: Remove bogus address masking in pm8001_ioremap()David Daney1-2/+0
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley4-14/+243
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-11-09pm80xx: remove the SCSI host before detaching from SAS transportBenjamin Rood1-1/+1
2015-11-02pm80xx: avoid a panic if MSI(X) interrupts are disabledBenjamin Rood1-5/+11
2015-11-02pm80xx: wait a minimum of 500ms before issuing commands to SPCvBenjamin Rood1-0/+13
2015-11-02pm80xx: do not examine registers for iButton feature if ATTO adapterBenjamin Rood1-0/+2
2015-11-02pm80xx: set PHY profiles for ATTO 12Gb SAS controllersBenjamin Rood3-0/+164
2015-11-02pm80xx: add support for ATTO devices during SAS address initiailizationBenjamin Rood1-0/+10
2015-11-02pm80xx: add ATTO PCI IDs to pm8001_pci_tableBenjamin Rood1-0/+14
2015-11-02pm80xx: add support for PMC Sierra 8070 and PMC Sierra 8072 SAS controllersBenjamin Rood3-2/+8
2015-11-02pm80xx: configure PHY settings based on subsystem vendor IDBenjamin Rood1-6/+20
2015-09-06pm80xx: Don't override ts->stat on IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSYJohannes Thumshirn2-0/+2
2015-08-26pm80xx: Bump pm80xx driver version to 0.1.38Viswas G1-1/+1
2015-08-26pm80xx: Handling Invalid SSP Response frameViswas G2-1/+8
2015-08-26pm80xx: Add PORT RECOVERY TIMEOUT supportViswas G2-17/+68
2015-08-26pm80xx: Remove unnecessary phy disconnect while link errorViswas G1-12/+0
2015-08-26pm80xx: Fix for Incorrect DMA Unmapping of SG ListViswas G1-0/+1
2015-08-26pm80xx: Update For Thermal Page CodeViswas G2-2/+10
2015-08-26pm80xx: Corrected device state changes in I_T_Nexus_Reset.Viswas G2-5/+21
2015-08-26pm80xx: Updated link rateViswas G2-0/+5
2015-08-12pm80xx: Added pm8006 controller supportSuresh Thiagarajan2-2/+6
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-1/+0
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-2/+2
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-27libsas: remove task_collector modeChristoph Hellwig3-21/+6
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-0/+1
2014-11-05libsas: use ata_dev_classify()Hannes Reinecke2-2/+2
2014-09-16pm8001: Update nvmd response data to request bufferSuresh Thiagarajan2-3/+9
2014-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-95/+92
2014-08-08scsi: use pci_zalloc_consistentJoe Perches1-3/+2
2014-08-01pm8001: fix pm8001_store_update_fwTomas Henzl2-71/+70
2014-08-01pm8001: Fix erratic calculation in update_flashTomas Henzl1-5/+2
2014-07-30pm8001: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-19/+20
2014-07-29pm8001: Fix invalid return when request_irq() failedAlexander Gordeev1-2/+3
2014-07-25pm8001: fix a memory leak in nvmd_respTomas Henzl1-6/+2
2014-07-25pm8001: fix update_flashTomas Henzl1-3/+3
2014-07-25pm8001: fix a memory leak in flash_updateTomas Henzl1-6/+6
2014-07-25pm8001: Cleaning up uninitialized variablesRickard Strandqvist1-4/+2
2014-07-25pm8001: Fix to remove null pointer checks that could never happenRickard Strandqvist1-1/+1
2014-07-25pm8001: more fixes to honor return valueTomas Henzl2-3/+24
2014-07-25pm8001: add a new spinlock to protect the CCBTomas Henzl3-1/+8