summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci
Commit message (Expand)AuthorAgeFilesLines
* scsi: isci: Remove redundant check in isci_task_request_build()Artem Chernyshev2023-12-053-8/+3
* Merge patch series "libsas: Some tidy-up"Martin K. Petersen2023-08-244-7/+4
|\
| * scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry2023-08-211-1/+1
| * scsi: libsas: Delete struct scsi_coreJohn Garry2023-08-212-3/+3
| * scsi: libsas: Delete enum sas_phy_typeJohn Garry2023-08-211-1/+0
| * scsi: libsas: Delete enum sas_classJohn Garry2023-08-211-1/+0
| * scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry2023-08-211-1/+0
* | scsi: isci: Return result of sas_register_ha()Artem Chernyshev2023-08-211-3/+1
|/
* scsi: isci: Fix comment typoYueh-Shun Li2023-06-281-1/+1
* scsi: isci: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: isci: Fix typo in commentJulia Lawall2022-05-231-1/+1
* scsi: isci: Fix spelling mistake "doesnt" -> "doesn't"Colin Ian King2022-03-291-3/+3
* scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-193-23/+0
* scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry2022-02-191-3/+4
* scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry2022-02-112-9/+4
* scsi: isci: Drop SAS_TASK_AT_INITIATOR check in isci_task_abort_task()John Garry2022-02-113-16/+14
* scsi: isci: Switch to attribute groupsBart Van Assche2021-10-161-3/+5
* scsi: isci: Remove a declarationBart Van Assche2021-10-161-4/+0
* scsi: isci: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen2021-08-111-2/+2
* scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-06-221-0/+1
* scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche2021-06-022-6/+6
* scsi: isci: Use correctly sized target buffer for memcpy()Kees Cook2021-06-021-2/+2
* scsi: isci: Remove unnecessary struct declarationWan Jiabing2021-04-131-1/+0
* scsi: isci: remote_node_table: Provide some missing params and remove othersLee Jones2021-03-181-6/+7
* scsi: isci: remote_node_context: Demote kernel-doc abuseLee Jones2021-03-181-1/+1
* scsi: isci: port: Fix a bunch of kernel-doc issuesLee Jones2021-03-181-29/+31
* scsi: isci: request: Fix doc-rot issue relating to 'ireq' paramLee Jones2021-03-181-1/+1
* scsi: isci: remote_device: Fix a bunch of doc-rot issuesLee Jones2021-03-181-15/+16
* scsi: isci: port_config: Fix a bunch of doc-rot and demote abusesLee Jones2021-03-181-18/+19
* scsi: isci: remote_node_context: Fix one function header and demote a couple ...Lee Jones2021-03-181-9/+2
* scsi: isci: remote_node_table: Fix a bunch of kernel-doc misdemeanoursLee Jones2021-03-181-26/+25
* scsi: isci: task: Demote non-conformant header and remove superfluous paramLee Jones2021-03-181-2/+1
* scsi: isci: host: Fix bunch of kernel-doc related issuesLee Jones2021-03-181-19/+18
* scsi: isci: request: Fix a myriad of kernel-doc issuesLee Jones2021-03-181-30/+28
* scsi: isci: phy: Provide function name and demote non-conforming headerLee Jones2021-03-181-7/+6
* scsi: isci: phy: Fix a few different kernel-doc related issuesLee Jones2021-03-181-11/+10
* scsi: isci: Make local function port_state_name() staticLee Jones2021-03-181-1/+1
* scsi: isci: Make local function isci_remote_device_wait_for_resume_from_abort...Lee Jones2021-03-181-1/+1
* scsi: isci: Remove redundant initialization of variable 'status'Yang Li2021-02-081-6/+2
* scsi: isci: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-221-6/+6
* scsi: isci: Pass gfp_t flags in isci_port_bc_change_received()Ahmed S. Darwish2021-01-221-1/+2
* scsi: isci: Pass gfp_t flags in isci_port_link_up()Ahmed S. Darwish2021-01-221-1/+2
* scsi: isci: Pass gfp_t flags in isci_port_link_down()Ahmed S. Darwish2021-01-221-2/+2
* scsi: libsas: Remove notifier indirectionJohn Garry2021-01-221-4/+3
* scsi: isci: Remove the unneeded variable "status"YANG LI2021-01-121-3/+1
* scsi: isci: Don't use PCI helper functionsVaibhav Gupta2020-11-101-17/+1
* scsi: Remove unneeded break statementsTom Rix2020-10-261-2/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-231-1/+1
|\
| * scsi: isci: Fix a typo in a commentChristophe JAILLET2020-10-071-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-143-4/+2
|\|