summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arm
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-10/+14
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2025-02-12scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche-1/+1
2024-06-04scsi: powertec: Declare local function staticBart Van Assche-1/+1
2024-06-04scsi: eesox: Declare local function staticBart Van Assche-1/+1
2024-06-04scsi: cumana: Declare local function staticBart Van Assche-1/+1
2024-06-04scsi: acornscsi: Declare local functions staticBart Van Assche-5/+4
2023-03-24scsi: powertec: Declare SCSI host template constBart Van Assche-1/+1
2023-03-24scsi: oak: Declare SCSI host template constBart Van Assche-1/+1
2023-03-24scsi: eesox: Declare SCSI host template constBart Van Assche-1/+1
2023-03-24scsi: cumana: Declare SCSI host template constBart Van Assche-2/+2
2023-03-24scsi: arxescsi: Declare SCSI host template constBart Van Assche-1/+1
2023-03-24scsi: acornscsi: Declare SCSI host template constBart Van Assche-1/+1
2022-02-22scsi: arm: Move the SCSI pointer to private command dataBart Van Assche-29/+56
2022-02-22scsi: arm: Rename arm/scsi.h into arm/arm_scsi.hBart Van Assche-8/+6
2022-02-22scsi: NCR5380: Remove the NCR5380_CMD_SIZE macroBart Van Assche-2/+2
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche-7/+35
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche-17/+7
2021-10-16scsi: fas216: Introduce the function fas216_queue_command_internal()Bart Van Assche-4/+10
2021-10-16scsi: fas216: Stop using scsi_cmnd.scsi_doneBart Van Assche-4/+4
2021-10-16scsi: fas216: Introduce struct fas216_cmd_privBart Van Assche-1/+14
2021-10-16scsi: acornscsi: Call scsi_done() directlyBart Van Assche-5/+1
2021-10-04scsi: acornscsi: Remove scsi_cmd_to_tag() referenceJohn Garry-1/+1
2021-09-22scsi: acornscsi: Remove tagged queuing vestigesHannes Reinecke-93/+23
2021-09-22scsi: fas216: Kill scmd->tagHannes Reinecke-23/+8
2021-07-29scsi: fas216: Fix fall-through warning for ClangGustavo A. R. Silva-0/+1
2021-07-29scsi: acornscsi: Fix fall-through warning for clangGustavo A. R. Silva-0/+1
2021-07-12scsi: fas216: Fix a build errorBart Van Assche-1/+1
2021-05-31scsi: fas216: Use get_status_byte() to avoid using Linux-specific status codesHannes Reinecke-3/+3
2021-05-31scsi: fas216: Translate message to host byte statusHannes Reinecke-4/+5
2021-05-31scsi: acornscsi: Translate message byte to host byteHannes Reinecke-9/+12
2021-05-31scsi: acornscsi: Remove acornscsi_reportstatus()Hannes Reinecke-25/+0
2021-05-21scsi: fas216: Use fallthrough pseudo-keywordWei Ming Chen-1/+1
2021-01-22scsi: acornscsi: Use standard definesHannes Reinecke-12/+2
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-17/+22
2020-09-22scsi: oak: Remove redundant initialization of variable retJing Xiangfeng-1/+1
2020-09-02scsi: arm: Avoid comma separated statementsJoe Perches-16/+21
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-6/+6
2020-07-02scsi: eesox: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET-1/+1
2020-07-02scsi: powertec: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET-1/+1
2020-06-26scsi: cumana_2: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET-1/+1
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+3
2020-06-10scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET-1/+3
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-3/+3
2019-10-24scsi: Fix various misspellings of "connect"Geert Uytterhoeven-2/+2
2019-08-09scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva-0/+8