summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-12scsi: megaraid_sas: Switch to using ->device_configureChristoph Hellwig3-14/+20
2024-04-12scsi: core: Add a device_configure method to the host templateChristoph Hellwig1-21/+26
2024-04-12scsi: core: Use the atomic queue limits API in scsi_add_lun()Christoph Hellwig1-13/+15
2024-04-12scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodChristoph Hellwig2-9/+2
2024-04-12scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig13-53/+39
2024-04-12scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig6-35/+16
2024-04-12scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig2-4/+3
2024-04-12scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig4-26/+27
2024-04-12scsi: mpi3mr: Pass queue_limits to bsg_setup_queue()Christoph Hellwig1-7/+5
2024-04-12scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig5-8/+10
2024-04-08scsi: cxlflash: Fix function pointer cast warningsArnd Bergmann5-46/+38
2024-04-08scsi: ufs: qcom: Add sanity checks for gear/lane values during ICC scalingManivannan Sadhasivam1-0/+10
2024-04-06Merge patch series "scsi: Prevent several section mismatch warnings"Martin K. Petersen4-4/+28
2024-04-06scsi: mac_scsi: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-04-06scsi: atari_scsi: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-04-06scsi: a4000t: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-04-06scsi: a3000: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-04-06Merge patch series "scsi: ufs: Remove overzealous memory barriers"Martin K. Petersen4-29/+12
2024-04-06scsi: ufs: core: Remove unnecessary wmb() prior to writing run/stop regsAndrew Halaney1-6/+0
2024-04-06scsi: ufs: core: Remove unnecessary wmb() after ringing doorbellAndrew Halaney1-3/+0
2024-04-06scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPLAndrew Halaney1-1/+1
2024-04-06scsi: ufs: core: Perform read back after disabling interruptsAndrew Halaney1-1/+1
2024-04-06scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_HAndrew Halaney1-1/+1
2024-04-06scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIVAndrew Halaney1-1/+1
2024-04-06scsi: ufs: qcom: Perform read back after writing CGC enableAndrew Halaney1-1/+1
2024-04-06scsi: ufs: qcom: Perform read back after writing unipro modeAndrew Halaney1-3/+0
2024-04-06scsi: ufs: qcom: Remove unnecessary mb() after writing testbus configAndrew Halaney1-5/+0
2024-04-06scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1USAndrew Halaney1-1/+1
2024-04-06scsi: ufs: qcom: Perform read back after writing reset bitAndrew Halaney1-6/+6
2024-04-06scsi: ufs: core: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-06scsi: st: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-06scsi: sr: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-06scsi: ses: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-06scsi: sd: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-06scsi: core: Store owner from modules with scsi_register_driver()Krzysztof Kozlowski1-2/+3
2024-04-06scsi: qla2xxx: Drop driver owner assignmentKrzysztof Kozlowski1-3/+0
2024-04-06scsi: csiostor: Drop driver owner assignmentKrzysztof Kozlowski1-3/+0
2024-03-28scsi: libsas: Fix declaration of ncq priority attributesDamien Le Moal1-5/+7
2024-03-26Merge patch series "ufs: host: mediatek: Provide features and fixes in MediaT...Martin K. Petersen3-94/+220
2024-03-26scsi: ufs: mediatek: Support rtff in PM flowAlice Chao3-0/+41
2024-03-26scsi: ufs: mediatek: Support mphy resetPeter Wang3-1/+23
2024-03-26scsi: ufs: mediatek: Rename host power control APIPo-Wen Kao2-12/+5
2024-03-26scsi: ufs: mediatek: UFS mtk sip command reconstructPo-Wen Kao3-80/+92
2024-03-26scsi: ufs: mediatek: Add UFS_MTK_CAP_DISABLE_MCQPo-Wen Kao2-0/+13
2024-03-26scsi: ufs: mediatek: TX skew fixPeter Wang2-0/+22
2024-03-26scsi: ufs: mediatek: Fix vsx/vccqx control logicPeter Wang2-12/+35
2024-03-26Merge patch series "mpi3mr: Few Enhancements and minor fixes"Martin K. Petersen8-54/+72
2024-03-26scsi: mpi3mr: Driver version update to 8.8.1.0.50Ranjan Kumar1-2/+2
2024-03-26scsi: mpi3mr: Update MPI Headers to revision 31Ranjan Kumar5-27/+24
2024-03-26scsi: mpi3mr: Debug ability improvementsRanjan Kumar3-17/+35