summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arcmsr
AgeCommit message (Expand)AuthorLines
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-2/+3
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro-3/+3
2025-08-13scsi: switch scsi_bios_ptable() and scsi_partsize() to gendiskAl Viro-1/+1
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh-3/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-10/+10
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-01-12scsi: arcmsr: convert timeouts to secs_to_jiffies()Easwar Hariharan-1/+1
2025-01-02Merge patch series "scsi: Constify 'struct bin_attribute'"Martin K. Petersen-6/+6
2025-01-02scsi: arcmsr: Constify 'struct bin_attribute'Thomas Weißschuh-6/+6
2024-12-09scsi: Constify struct pci_device_idChristophe JAILLET-1/+1
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche-3/+5
2024-05-16scsi: arcmsr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal-1/+1
2023-11-24scsi: arcmsr: Update driver version to v1.51.00.14-20230915ching Huang-1/+1
2023-11-24scsi: arcmsr: Support new PCI device IDs 1883 and 1886ching Huang-0/+10
2023-11-24scsi: arcmsr: Support new RAID controller ARC-1688ching Huang-1/+112
2023-08-21scsi: arcmsr: Add __init and __exit for arcmsr_module_{init,exit}()Xiang Yang-2/+2
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen-1/+1
2023-03-24scsi: arcmsr: Declare SCSI host template constBart Van Assche-1/+1
2023-03-24Merge patch series "arcmsr fixes"Martin K. Petersen-12/+12
2023-03-24scsi: arcmsr: Update driver versionching Huang-1/+1
2023-03-24scsi: arcmsr: Add driver proc_nameching Huang-0/+2
2023-03-24scsi: arcmsr: Fix reading empty buffer lengthching Huang-2/+5
2023-03-24scsi: arcmsr: Fix ADAPTER_TYPE_B 64-bit DMA compatibility issueching Huang-0/+2
2023-03-24scsi: arcmsr: Deprecate using arcmsr_pci_unmap_dma()ching Huang-9/+2
2023-03-09scsi: arcmsr: Remove unnecessary aer.h includeBjorn Helgaas-1/+0
2021-10-16scsi: arcmsr: Switch to attribute groupsBart Van Assche-15/+22
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche-2/+1
2021-10-16scsi: arcmsr: Call scsi_done() directlyBart Van Assche-9/+8
2021-06-18scsi: arcmsr: Avoid over-read of sense bufferKees Cook-8/+11
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke-2/+2
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke-1/+0
2021-05-21scsi: arcmsr: Update driver version to v1.50.00.05-20210429ching Huang-1/+1
2021-05-21scsi: arcmsr: Fix doorbell status being updated late on ARC-1886ching Huang-2/+9
2021-05-10scsi: arcmsr: Update driver version to v1.50.00.04-20210414ching Huang-1/+1
2021-05-10scsi: arcmsr: Fix the wrong CDB payload report to IOPching Huang-2/+6
2020-11-25scsi: arcmsr: Use generic power managementVaibhav Gupta-19/+9
2020-11-25scsi: arcmsr: Drop PCI wakeup calls from .resumeVaibhav Gupta-1/+0
2020-11-10scsi: arcmsr: Stop __builtin_strncpy complaining about a lack of space for NULLee Jones-3/+3
2020-10-29scsi: arcmsr: Ensure getting a free ccb is done under the spin_lockching Huang-1/+3
2020-10-29scsi: arcmsr: Configure the default command timeout valueching Huang-0/+17
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-90/+389
2020-10-07scsi: arcmsr: Update driver version to v1.50.00.02-20200819ching Huang-1/+1
2020-10-07scsi: arcmsr: Add support for ARC-1886 series RAID controllersching Huang-18/+367
2020-10-07scsi: arcmsr: Fix device hot-plug monitoring timer stopching Huang-26/+3
2020-10-07scsi: arcmsr: Remove unnecessary syntaxching Huang-45/+18
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-24scsi: arcmsr: arcmsr_hba: Remove statement with no effectLee Jones-3/+0
2020-07-15scsi: arcmsr: Remove some set but unused variablesLee Jones-13/+8
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+2