summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-27scsi: ufs: Fix WriteBooster flush during runtime suspendStanley Chu1-22/+57
2020-05-27scsi: ufs: Fix index of attributes query for WriteBooster featureStanley Chu1-6/+10
2020-05-27scsi: ufs: Allow WriteBooster on UFS 2.2 devicesStanley Chu1-0/+1
2020-05-27scsi: ufs: Remove unnecessary memset for dev_infoStanley Chu1-3/+0
2020-05-20scsi: ufs: Make ufshcd_wait_for_register() sleep instead of busy-waitingBart Van Assche1-23/+28
2020-05-15scsi: ufs: Customize flush threshold for WriteBoosterStanley Chu1-3/+4
2020-05-15scsi: ufs: Introduce ufs_hba_variant_params to group customizable parametersStanley Chu1-23/+15
2020-05-12scsi: ufs: Cleanup WriteBooster featureStanley Chu1-13/+7
2020-05-12scsi: ufs: Add LU Dedicated buffer mode support for WriteBoosterStanley Chu1-11/+39
2020-05-12scsi: ufs: Add "index" in parameter list of ufshcd_query_flag()Stanley Chu1-13/+15
2020-05-12scsi: ufs: Export ufs_fixup_device_setup() functionStanley Chu1-3/+7
2020-05-12scsi: ufs: Introduce fixup_dev_quirks vopsStanley Chu1-1/+10
2020-05-12scsi: ufs: Enable WriteBooster on some pre-3.1 UFS devicesStanley Chu1-25/+42
2020-05-12scsi: ufs: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-04-28scsi: ufs: Add write booster feature supportAsutosh Das1-4/+248
2020-04-28scsi: ufs: Use true for bool variables in ufshcd_complete_dev_init()Jason Yan1-1/+1
2020-04-18scsi: ufs: full reinit upon resume if link was offAsutosh Das1-2/+6
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-39/+48
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-175/+187
2020-04-02scsi: ufs: Use ufshcd_config_pwr_mode() when scaling gearCan Guo1-4/+2
2020-04-01scsi: ufs: set device as active power mode after resetting deviceStanley Chu1-13/+0
2020-03-30scsi: ufs: export ufshcd_link_recoveryStanley Chu1-1/+2
2020-03-30scsi: ufs: Clean up ufshcd_scale_clks() and clock scaling error out pathSubhash Jadavani1-21/+44
2020-03-27scsi: ufs: Do not rely on prefetched dataCan Guo1-11/+15
2020-03-27scsi: ufs: Enable block layer runtime PM for well-known logical unitsCan Guo1-2/+17
2020-03-27scsi: ufshcd: Let vendor override devfreq parametersAsutosh Das1-1/+14
2020-03-27scsi: ufshcd: Update the set frequency to devfreqAsutosh Das1-1/+16
2020-03-27scsi: ufs: make HCE polling more compact to improve initialization latencyStanley Chu1-2/+2
2020-03-27scsi: ufs: allow custom delay prior to host enablingStanley Chu1-1/+2
2020-03-27scsi: ufs: introduce common and flexible delay functionStanley Chu1-0/+12
2020-03-27scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()Stanley Chu1-1/+1
2020-03-11scsi: ufs: Fix possible unclocked access to auto hibern8 timer registerCan Guo1-7/+14
2020-02-29scsi: ufs: Simplify two testsBart Van Assche1-2/+2
2020-02-29scsi: ufs: Introduce ufshcd_init_lrb()Bart Van Assche1-16/+22
2020-02-29scsi: ufs: Allow vendor device quirks to be applied earlyCan Guo1-2/+2
2020-02-29scsi: ufshcd: remove unused quirksChristoph Hellwig1-107/+12
2020-02-13scsi: ufs: Add dev ref clock gating wait time supportCan Guo1-0/+34
2020-02-13scsi: ufs: Fix ufshcd_hold() caused scheduling while atomicCan Guo1-0/+5
2020-02-13scsi: ufs: Remove the check before call setup clock notify vopsCan Guo1-20/+6
2020-02-13scsi: ufs: set load before setting voltage in regulatorsAsutosh Das1-5/+5
2020-02-13scsi: ufs: Flush exception event before suspendSayali Lokhande1-3/+18
2020-02-11scsi: ufs: fix Auto-Hibern8 error detectionStanley Chu1-1/+2
2020-01-21scsi: ufs: Use UFS device indicated maximum LU numberBean Huo1-2/+2
2020-01-21scsi: ufs: Add max_lu_supported in struct ufs_dev_infoBean Huo1-2/+39
2020-01-21scsi: ufs: Delete is_init_prefetch from struct ufs_hbaBean Huo1-4/+1
2020-01-21scsi: ufs: Inline two functions into their callersBean Huo1-13/+4
2020-01-21scsi: ufs: Move ufshcd_get_max_pwr_mode() to ufshcd_device_params_init()Bean Huo1-5/+7
2020-01-21scsi: ufs: Split ufshcd_probe_hba() based on its called flowBean Huo1-66/+101
2020-01-21scsi: ufs: Delete struct ufs_dev_descBean Huo1-25/+22
2020-01-21scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo1-1/+2