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