aboutsummaryrefslogtreecommitdiff
path: root/include/ufs
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+5
2024-09-01fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula1-0/+1
2024-08-22scsi: ufs: Move UFS trace events to private headerAvri Altman1-2/+2
2024-08-16scsi: ufs: core: Add a quirk for handling broken LSDBS field in controller ca...Manivannan Sadhasivam1-0/+8
2024-08-12scsi: ufs: Prepare to add HCI capabilities sysfsAvri Altman1-2/+3
2024-07-15scsi: ufs: core: Check LSDBS cap when !mcqKyoungrul Kim2-0/+2
2024-07-10Merge patch series "Basic inline encryption support for ufs-exynos"Martin K. Petersen1-0/+28
2024-07-10scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDTEric Biggers1-0/+8
2024-07-10scsi: ufs: core: Add fill_crypto_prdt variant opEric Biggers1-0/+4
2024-07-10scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLEEric Biggers1-0/+7
2024-07-10scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILEEric Biggers1-0/+9
2024-07-10Merge patch series "UFS patches for kernel 6.11"Martin K. Petersen2-9/+7
2024-07-10scsi: ufs: mcq: Make .get_hba_mac() optionalBart Van Assche2-1/+4
2024-07-10scsi: ufs: core: Inline is_mcq_enabled()Bart Van Assche1-5/+0
2024-07-10scsi: ufs: core: Rename the MASK_TRANSFER_REQUESTS_SLOTS constantBart Van Assche1-1/+1
2024-07-10scsi: ufs: core: Initialize struct uic_command onceBart Van Assche1-2/+2
2024-07-04scsi: ufs: core: Suspend clk scaling on no requestRam Prakash Gupta1-0/+1
2024-06-04scsi: ufs: pci: Add support MCQ for QEMU-based UFSMinwoo Im1-0/+1
2024-05-30scsi: ufs: mcq: Convert MCQ_CFG_n to an inline functionMinwoo Im1-0/+7
2024-05-30scsi: ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_nMinwoo Im1-0/+6
2024-05-30scsi: ufs: core: Maximum RTT supported by the host driverAvri Altman1-0/+2
2024-05-30scsi: ufs: core: Allow RTT negotiationAvri Altman3-0/+5
2024-04-12Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"Martin K. Petersen1-1/+0
2024-04-11scsi: ufs: Remove support for old UFSHCI versionsAvri Altman2-14/+1
2024-04-11scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodChristoph Hellwig1-1/+0
2024-03-25Merge patch series "Re-use device management code fragments"Martin K. Petersen1-1/+1
2024-03-25scsi: ufs: Reuse compose_devman_upiuAvri Altman1-1/+1
2024-03-10scsi: ufs: core: Add config_scsi_dev vops commentPeter Wang1-0/+1
2024-01-23scsi: ufs: mcq: Add definition for REG_UFS_MEM_CFG registerChanWoo Lee2-0/+4
2024-01-23scsi: ufs: core: Add CPU latency QoS support for UFS driverMaramaina Naresh1-0/+6
2023-12-18scsi: ufs: core: Rename ufshcd_auto_hibern8_enable() and make it staticBart Van Assche1-1/+0
2023-12-13Merge patch series "Add UFS RTC support"Martin K. Petersen2-0/+18
2023-12-13scsi: ufs: core: Add sysfs node for UFS RTC updateBean Huo1-0/+1
2023-12-13scsi: ufs: core: Add UFS RTC supportBean Huo2-0/+17
2023-12-13Merge patch series "scsi: ufs: qcom: Code cleanups"Martin K. Petersen1-0/+2
2023-12-13scsi: ufs: qcom: Export ufshcd_{enable/disable}_irq helpers and make use of themManivannan Sadhasivam1-0/+2
2023-11-24scsi: ufs: core: Make fault injection dynamically configurable per HBAAkinobu Mita1-0/+5
2023-11-15scsi: ufs: ufs-sysfs: Expose UFS power infoCan Guo1-2/+2
2023-10-16scsi: ufs: core: Add support for parsing OPPManivannan Sadhasivam1-0/+3
2023-10-16scsi: ufs: core: Add OPP support for scaling clocks and regulatorsManivannan Sadhasivam1-0/+4
2023-09-27scsi: ufs: core: Set the Command Priority (CP) flag for RT requestsBart Van Assche1-1/+2
2023-09-27scsi: ufs: core: Move the 4K alignment code into the Exynos driverBart Van Assche1-5/+2
2023-09-02Merge branch 'fixes' into miscJames Bottomley1-0/+1
2023-08-07scsi: ufs: core: Export ufshcd_is_hba_active()Nitin Rawat1-0/+1
2023-07-31Merge patch series "Multiple cleanup patches for the UFS driver"Martin K. Petersen3-61/+65
2023-07-31scsi: ufs: Simplify response header parsingBart Van Assche1-12/+6
2023-07-31scsi: ufs: Simplify transfer request header initializationBart Van Assche2-19/+34
2023-07-31scsi: ufs: Remove a member variableBart Van Assche2-20/+19
2023-07-31scsi: ufs: Improve type safetyBart Van Assche2-8/+2