summaryrefslogtreecommitdiff
path: root/drivers/ufs/core/ufshcd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen2022-12-301-0/+26
|\
| * scsi: ufs: core: WLUN suspend SSU/enter hibern8 fail recoveryPeter Wang2022-12-141-0/+26
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-141-166/+202
|\ \ | |/
| * scsi: ufs: core: Fix the polling implementationBart Van Assche2022-11-261-2/+26
| * scsi: ufs: core: Switch 'check_for_bkops' to boolChanWoo Lee2022-11-251-2/+2
| * scsi: ufs: core: Separate function name and messageChanWoo Lee2022-11-251-3/+3
| * scsi: ufs: core: Introduce ufshcd_abort_all()Bart Van Assche2022-11-081-28/+34
| * scsi: ufs: core: Refactor ufshcd_hba_enable()Keoseong Park2022-11-081-7/+11
| * scsi: ufs: core: Clean up ufshcd_slave_alloc()Bean Huo2022-10-271-97/+53
| * scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"Bean Huo2022-10-271-1/+1
| * scsi: ufs: core: Print events for WLUN suspend and resume failuresPeter Wang2022-10-271-0/+3
| * scsi: ufs: Fix a deadlock between PM and the SCSI error handlerBart Van Assche2022-10-221-0/+24
| * scsi: ufs: Introduce the function ufshcd_execute_start_stop()Bart Van Assche2022-10-221-5/+34
| * scsi: ufs: Track system suspend / resume activityBart Van Assche2022-10-221-0/+2
| * scsi: ufs: Try harder to change the power modeBart Van Assche2022-10-221-3/+5
| * scsi: ufs: Reduce the START STOP UNIT timeoutBart Van Assche2022-10-221-8/+1
| * scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()Bart Van Assche2022-10-221-3/+2
| * scsi: ufs: Remove an outdated commentBart Van Assche2022-10-221-1/+0
| * scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()Bart Van Assche2022-10-181-7/+2
* | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-0/+2
|\ \
| * | blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig2022-10-251-0/+2
| |/
* | scsi: ufs: core: Fix typo for register name in commentsKeoseong Park2022-10-221-1/+1
* | scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()Dukhyun Kwon2022-10-221-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-43/+52
|\
| * scsi: ufs: wb: Modify messagesJinyoung Choi2022-08-221-12/+11
| * scsi: ufs: wb: Introduce ufshcd_is_wb_buf_flush_allowed()Jinyoung Choi2022-08-221-2/+3
| * scsi: ufs: wb: Add explicit flush sysfs attributeJinyoung Choi2022-08-221-4/+5
| * scsi: ufs: wb: Change function name and parameter namesJinyoung Choi2022-08-221-13/+17
| * scsi: ufs: wb: Change wb_enabled condition testJinyoung Choi2022-08-221-4/+2
| * scsi: ufs: core: Allow host driver to disable wb toggling during clock scalingPeter Wang2022-08-221-3/+5
| * scsi: ufs: core: Use local_clock() for debugging timestampsDaniil Lunev2022-08-221-8/+12
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-6/+3
|\ \
| * | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-6/+3
| |/
* | scsi: ufs: core: Reduce the power mode change timeoutBart Van Assche2022-08-191-1/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-131-5/+2
|\
| * scsi: ufs: core: Correct ufshcd_shutdown() flowPeter Wang2022-08-011-5/+1
| * scsi: ufs: core: Increase the maximum data buffer sizeBart Van Assche2022-08-011-0/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-041-31/+55
|\ \ | |/
| * scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot"Colin Ian King2022-07-261-1/+1
| * scsi: ufs: core: Read device property for ref clockDaniil Lunev2022-07-181-0/+16
| * scsi: ufs: core: Remove UIC_HIBERN8_ENTER_RETRIESKeoseong Park2022-07-131-3/+0
| * scsi: ufs: Skip last hci reset to get valid register valuesJunwoo Lee2022-07-071-1/+1
| * Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen2022-07-071-28/+48
| |\
| * | scsi: ufs: ufshcd: Constify pointed dataKrzysztof Kozlowski2022-06-271-20/+22
| * | scsi: ufs: core: Fix typos in error messagesWolfram Sang2022-06-211-2/+2
| * | scsi: ufs: Export regulator functionsStanley Chu2022-06-161-1/+2
| * | scsi: ufs: Fix ADAPT logic for HS-G5Stanley Chu2022-06-161-1/+1
| * | scsi: ufs: Export ufshcd_uic_change_pwr_mode()Stanley Chu2022-06-161-1/+2
| * | scsi: ufs: core: Add UFSHCD_QUIRK_HIBERN_FASTAUTOYoshihiro Shimoda2022-06-131-2/+7
| * | scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESSYoshihiro Shimoda2022-06-131-0/+2