summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-06scsi: qla2xxx: Fix error code in qla2x00_start_sp()Dan Carpenter1-1/+1
2023-07-06scsi: qla2xxx: Silence a static checker warningDan Carpenter2-2/+2
2023-07-06scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()Tuo Li1-0/+2
2023-06-29scsi: ufs: core: Remove unused function declarationKeoseong Park1-1/+0
2023-06-29scsi: target: docs: Remove tcm_mod_builder.pyRong Tao2-662/+0
2023-06-29scsi: target: iblock: Quiet bool conversion warning with pr_preempt useMike Christie1-1/+1
2023-06-29scsi: dt-bindings: ufs: qcom: Fix ICE phandleAbel Vesa1-5/+4
2023-06-29scsi: core: Simplify scsi_cdl_check_cmd()Damien Le Moal1-23/+14
2023-06-29scsi: isci: Fix comment typoYueh-Shun Li1-1/+1
2023-06-22scsi: smartpqi: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2-5/+4
2023-06-22scsi: target: tcmu: Replace strlcpy() with strscpy()Azeem Shaikh1-2/+2
2023-06-22scsi: ncr53c8xx: Replace strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-22scsi: lpfc: Fix lpfc_name struct packingArnd Bergmann1-5/+5
2023-06-16scsi: core: Improve warning message in scsi_device_block()Martin Wilck1-2/+4
2023-06-16scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck6-17/+24
2023-06-16scsi: core: Don't wait for quiesce in scsi_device_block()Martin Wilck1-7/+10
2023-06-16scsi: core: Don't wait for quiesce in scsi_stop_queue()Martin Wilck1-16/+16
2023-06-16scsi: core: Merge scsi_internal_device_block() and device_block()Martin Wilck1-19/+8
2023-06-16scsi: sg: Increase number of devicesHannes Reinecke1-1/+1
2023-06-16scsi: bsg: Increase number of devicesHannes Reinecke1-1/+1
2023-06-16scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar2-4/+0
2023-06-16scsi: ufs: ufs-pci: Add support for Intel Arrow LakeAdrian Hunter1-0/+1
2023-06-16scsi: sd: sd_zbc: Use PAGE_SECTORS_SHIFTJohannes Thumshirn1-1/+1
2023-06-16scsi: ufs: wb: Add explicit flush_threshold sysfs attributeLu Hongfei2-0/+44
2023-06-16scsi: ufs: ufs-qcom: Switch to the new ICE APIAbel Vesa5-277/+104
2023-06-16scsi: ufs: dt-bindings: qcom: Add ICE phandleAbel Vesa1-0/+24
2023-06-16scsi: ufs: ufs-mediatek: Set UFSHCD_QUIRK_MCQ_BROKEN_RTC quirkPo-Wen Kao1-0/+1
2023-06-16scsi: ufs: ufs-mediatek: Set UFSHCD_QUIRK_MCQ_BROKEN_INTR quirkPo-Wen Kao1-0/+1
2023-06-16scsi: ufs: core: Add host quirk UFSHCD_QUIRK_MCQ_BROKEN_RTCPo-Wen Kao2-0/+18
2023-06-16scsi: ufs: core: Add host quirk UFSHCD_QUIRK_MCQ_BROKEN_INTRPo-Wen Kao2-1/+12
2023-06-16scsi: ufs: core: Remove dedicated hwq for dev commandPo-Wen Kao3-13/+6
2023-06-16scsi: ufs: core: mcq: Fix the incorrect OCS value for the device commandStanley Chu2-4/+7
2023-06-16scsi: ufs: dt-bindings: samsung,exynos: Drop unneeded quotesKrzysztof Kozlowski1-1/+1
2023-06-16scsi: block: Improve ioprio value validity checksDamien Le Moal2-17/+34
2023-06-15scsi: qla2xxx: Update version to 10.02.08.400-kNilesh Javali1-2/+2
2023-06-15scsi: qla2xxx: Correct the index of arrayBikash Hazarika1-1/+4
2023-06-15scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar1-0/+2
2023-06-15scsi: qla2xxx: Fix buffer overrunQuinn Tran1-1/+1
2023-06-15scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali1-0/+4
2023-06-15scsi: qla2xxx: Avoid fcport pointer dereferenceNilesh Javali1-2/+2
2023-06-15scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika1-1/+2
2023-06-15scsi: qla2xxx: Array index may go out of boundNilesh Javali1-1/+2
2023-06-08scsi: qla2xxx: Drop useless LIST_HEADChristophe JAILLET1-1/+0
2023-06-08scsi: qla2xxx: Replace one-element array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2-4/+4
2023-06-08scsi: hisi_sas: Convert to platform remove callback returning voidUwe Kleine-König4-15/+4
2023-06-08scsi: lpfc: Avoid -Wstringop-overflow warningGustavo A. R. Silva1-2/+6
2023-06-08scsi: lpfc: Use struct_size() helperJustin Tee1-4/+2
2023-06-08scsi: ufs: core: Combine ufshcd_mq_poll_cqe functionsStanley Chu1-13/+4
2023-06-08scsi: ufs: core: Fix ufshcd_inc_sq_tail() function bugzhanghui1-2/+3
2023-06-08scsi: ufs: core: Remove a ufshcd_add_command_trace() callBart Van Assche1-1/+0