summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)Author
2020-10-29scsi: ufs: Put HBA into LPM during clk gatingCan Guo
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-09-15scsi: ufs: Fix NOP OUT timeout valueDaejun Park
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen
2020-09-08scsi: ufshcd: Allow specifying an Auto-Hibernate Timer value of zeroBao D. Nguyen
2020-09-02scsi: ufs: Handle LINERESET indication in err handlerCan Guo
2020-09-02scsi: ufs: Abort tasks before clearing them from doorbellCan Guo
2020-09-01scsi: ufs: Make ufshcd_print_trs() consider UFSHCD_QUIRK_PRDT_BYTE_GRANEric Biggers
2020-08-31scsi: ufs: Introduce skipping manual flush for Write BoosterKiwoong Kim
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20scsi: ufs: Remove an unpaired ufshcd_scsi_unblock_requests() in err_handler()Can Guo
2020-08-20scsi: ufs: Change fDeviceInit busy waitKiwoong Kim
2020-08-20scsi: ufs: Remove several redundant goto statementsBean Huo
2020-08-20scsi: ufs: Change ufshcd_comp_devman_upiu() to ufshcd_compose_devman_upiu()Bean Huo
2020-08-20scsi: ufs: Properly release resources if a task is aborted successfullyCan Guo
2020-08-17scsi: ufs: No need to send Abort Task if the task in DB was clearedBean Huo
2020-08-17scsi: ufs: Clean up completed request without interrupt notificationStanley Chu
2020-08-17scsi: ufs: Improve interrupt handling for shared interruptsAdrian Hunter
2020-08-17scsi: ufs: Fix interrupt error message for shared interruptsAdrian Hunter
2020-08-17scsi: ufs: Fix possible infinite loop in ufshcd_holdStanley Chu
2020-08-17scsi: ufs: Fix a race condition between error handler and runtime PM opsCan Guo
2020-08-17scsi: ufs: Move dumps in IRQ handler to error handlerCan Guo
2020-08-17scsi: ufs: Recover HBA runtime PM error in error handlerCan Guo
2020-08-17scsi: ufs: Fix concurrency of error handler and other error recovery pathsCan Guo
2020-08-17scsi: ufs: Add some debug information to ufshcd_print_host_state()Can Guo
2020-08-17scsi: ufs: Add checks before setting clk-gating statesCan Guo
2020-07-30scsi: ufs: Introduce device quirk "DELAY_AFTER_LPM"Stanley Chu
2020-07-13scsi: ufs: Fix and simplify setup_xfer_req variant operationStanley Chu
2020-07-13scsi: ufs: Simplify completion timestamp for SCSI and query commandsStanley Chu
2020-07-08scsi: ufs: Add inline encryption support to UFSSatya Tangirala
2020-07-08scsi: ufs: UFS driver v2.1 spec crypto additionsSatya Tangirala
2020-07-08scsi: ufs: Change upiu_flags to be u8Bean Huo
2020-06-26scsi: ufs: Disable WriteBooster capability for non-supported UFS devicesStanley Chu
2020-06-15scsi: ufs: Fix imprecise load calculation in devfreq windowStanley Chu
2020-06-15scsi: ufs: Add trace event for UIC commandsStanley Chu
2020-06-15scsi: ufs: Clean up device vendor name and device quirk tableStanley Chu
2020-06-15scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devicesStanley Chu
2020-06-15scsi: ufs: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBean Huo
2020-06-15scsi: ufs: Add compatibility with 3.1 UFS unit descriptor lengthBean Huo
2020-06-15scsi: ufs: Clean up ufs initialization pathBean Huo
2020-06-15scsi: ufs: Fix potential NULL pointer access during memcpyBean Huo
2020-06-15scsi: ufs: Delete ufshcd_read_desc()Bean Huo
2020-06-15scsi: ufs: Remove max_t in ufs_get_device_descBean Huo
2020-06-15scsi: ufs: Add quirk to fix abnormal ocs fatal errorKiwoong Kim
2020-06-15scsi: ufs: Introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirkAlim Akhtar
2020-06-15scsi: ufs: Add quirk to enable host controller without hceAlim Akhtar
2020-06-15scsi: ufs: Add quirk to disallow reset of interrupt aggregationAlim Akhtar
2020-06-15scsi: ufs: Add quirk to fix mishandling utrlclr/utmrlclrAlim Akhtar
2020-06-02scsi: ufs: Remove redundant urgent_bkop_lvl initializationStanley Chu
2020-06-02scsi: ufs: Don't update urgent bkops level when toggling auto bkopsCan Guo