aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.h
AgeCommit message (Expand)Author
2022-05-19scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche
2022-04-25scsi: ufs: Split the ufshcd.h header fileBart Van Assche
2022-04-25scsi: ufs: Minimize #include directivesBart Van Assche
2022-04-25scsi: ufs: Fix kernel-doc syntax in ufshcd.hBart Van Assche
2022-04-25scsi: ufs: Introduce ufshcd_clkgate_delay_set()Bart Van Assche
2022-04-25scsi: ufs: Rename sdev_ufs_device into ufs_device_wlunBart Van Assche
2022-04-25scsi: ufs: Remove the driver versionBart Van Assche
2022-04-25scsi: ufs: Make the config_scaling_param calls type safeBart Van Assche
2022-04-25scsi: ufs: Declare the quirks array constBart Van Assche
2022-04-25scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirkBart Van Assche
2022-04-25scsi: ufs: Remove ufshcd_lrb.sense_bufferBart Van Assche
2022-04-25scsi: ufs: Remove ufshcd_lrb.sense_bufflenBart Van Assche
2022-04-25scsi: ufs: Remove superfluous boolean conversionsBart Van Assche
2022-04-25scsi: ufs: Declare ufshcd_wait_for_register() staticBart Van Assche
2022-03-29scsi: ufs: core: Remove unused field in struct ufs_hbaKeoseong Park
2021-12-06scsi: ufs: Optimize the command queueing codeBart Van Assche
2021-12-06scsi: ufs: Remove hba->cmd_queueBart Van Assche
2021-12-06scsi: ufs: Fix a deadlock in the error handlerBart Van Assche
2021-12-06scsi: ufs: Remove the sdev_rpmb memberBart Van Assche
2021-12-06scsi: ufs: Rename a function argumentBart Van Assche
2021-11-29scsi: ufs: Let devices remain runtime suspended during system suspendAdrian Hunter
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-27scsi: ufs: Add quirk to enable host controller without PH configurationjongmin jeong
2021-10-27scsi: ufs: Add quirk to handle broken UIC commandjongmin jeong
2021-10-26scsi: ufs: core: Export ufshcd_schedule_eh_work()Bart Van Assche
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers
2021-10-12scsi: ufs: mediatek: Support vops pre suspend to disable auto-hibern8Peter Wang
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen
2021-10-04scsi: ufs: core: Stop clearing UNIT ATTENTIONSBart Van Assche
2021-10-04scsi: ufs: core: Fix task management completionAdrian Hunter
2021-09-28scsi: ufs: core: Export hibern8 entry and exit functionsAsutosh Das
2021-09-22scsi: ufs: core: Add temperature notification exception handlingAvri Altman
2021-09-22scsi: ufs: core: Probe for temperature notification supportAvri Altman
2021-09-21scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"Adrian Hunter
2021-09-13scsi: ufs: ufs-pci: Fix Intel LKF link stabilityAdrian Hunter
2021-08-02scsi: ufs: Synchronize SCSI and UFS error handlingBart Van Assche
2021-08-02scsi: ufs: Optimize SCSI command processingBart Van Assche
2021-08-02scsi: ufs: Optimize serialization of setup_xfer_req() callsBart Van Assche
2021-08-02scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Regi...Bart Van Assche
2021-08-02scsi: ufs: Improve static type checking for the host controller stateBart Van Assche
2021-08-02scsi: ufs: Verify UIC locking requirements at runtimeBart Van Assche
2021-08-02scsi: ufs: Only include power management code if necessaryBart Van Assche
2021-08-02scsi: ufs: Reduce power management code duplicationBart Van Assche
2021-08-01scsi: ufs: ufshpb: Cache HPB Control mode on initAvri Altman
2021-08-01scsi: ufs: ufshpb: Add HPB 2.0 supportDaejun Park
2021-08-01scsi: ufs: ufshpb: Introduce Host Performance Buffer featureDaejun Park
2021-07-18scsi: ufs: Refactor ufshcd_is_intr_aggr_allowed()Keoseong Park
2021-07-12scsi: ufs: core: Add missing host_lock in ufshcd_vops_setup_xfer_req()Jaegeuk Kim