summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci
AgeCommit message (Expand)AuthorFilesLines
2020-11-10scsi: isci: Don't use PCI helper functionsVaibhav Gupta1-17/+1
2020-10-26scsi: Remove unneeded break statementsTom Rix1-2/+0
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-4/+2
2020-10-07scsi: isci: Fix a typo in a commentChristophe JAILLET1-1/+1
2020-09-15scsi: isci: Make scu_link_layer_set_txcomsas_timeout() staticJason Yan1-1/+1
2020-09-15scsi: isci: Make isci_host_attrs staticJason Yan1-1/+1
2020-09-01scsi: isci: Remove set but not used 'index'Jason Yan1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-7/+7
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-07-24scsi: isci: Remove redundant initialization of variable 'status'Colin Ian King1-1/+1
2020-06-15scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig1-0/+1
2020-04-24scsi: isci: Use true, false for bool variablesJason Yan1-3/+3
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-23scsi: iscsi: Use EFI GetVariable only when availableArd Biesheuvel1-1/+1
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+3
2019-10-24scsi: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-10-24scsi: isci: Spelling s/configruation/configuration/Geert Uytterhoeven1-1/+1
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry4-9/+4
2019-06-18scsi: isci: Grammar s/the its/its/Geert Uytterhoeven1-3/+3
2019-01-08scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe1-7/+7
2018-12-20scsi: isci: request: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-12-20scsi: isci: remote_node_context: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-12-20scsi: isci: remote_device: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-12-20scsi: isci: phy: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-15scsi: isci: use dma_set_mask_and_coherentChristoph Hellwig1-15/+4
2018-10-16scsi: isci: Change sci_controller_start_task's return type to sci_statusNathan Chancellor3-7/+7
2018-10-16scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handlerNathan Chancellor1-2/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2018-05-01scsi: isci: remove redundant check on in_connection_align_insertion_frequencyColin Ian King1-3/+0
2018-04-20scsi: isci: Fix infinite loop in while loopColin Ian King1-2/+1
2018-02-13scsi: isci: remove redundant initialization to 'bit'Colin Ian King1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-18/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27scsi: isci: Convert timers to use timer_setup()Kees Cook5-18/+16
2017-08-25scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-1/+1
2017-07-12scsi: isci: fix typo in function namesColin Ian King1-7/+7
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-2/+2
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2016-12-01scsi: isci: switch to pci_alloc_irq_vectorsChristoph Hellwig2-14/+10
2016-11-29scsi: isci: Add a missing call to pci_unmap_biosromQuentin Lambert1-0/+1
2016-11-29scsi: isci: avoid array subscript warningArnd Bergmann1-0/+3
2016-11-14scsi: isci: fix typo in deg_dbg messageColin Ian King1-1/+1
2016-11-14scsi: isci: fix spelling mistakes in dev_warn messagesColin Ian King1-2/+2
2016-05-23Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+4
2016-05-09libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke1-1/+2
2016-05-09libsas: enable FPDMA SEND/RECEIVEHannes Reinecke1-1/+3