summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-04scsi: ufs: Check that space was properly alloced in copy_query_responseAvri Altman1-1/+2
2019-04-15scsi: ufs: Print real incorrect request response codeStanley Chu1-1/+1
2019-04-03scsi: ufs: remove unnecessary pointer evaluationZeng Guangyue1-10/+1
2019-04-03scsi: ufs: Fix regulator load and icc-level configurationStanley Chu1-3/+12
2019-04-03scsi: ufs: Avoid configuring regulator with undefined voltage rangeStanley Chu1-5/+8
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-66/+24
2019-02-27scsi: ufs: Allow reading descriptor via raw upiuAvri Altman1-6/+14
2019-02-27scsi: ufs: Remove unused device quirksMarc Gonzalez1-4/+0
2019-02-27Revert "scsi: ufs: disable vccq if it's not needed by UFS device"Marc Gonzalez1-55/+4
2019-02-04scsi: ufs: Print uic error history in time orderStanley Chu1-1/+6
2019-01-22scsi: ufs: Use explicit access size in ufshcd_dump_regsMarc Gonzalez1-2/+8
2019-01-11scsi: ufs: Fix system suspend statusStanley Chu1-0/+2
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+94
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-12-18scsi: make sure all drivers set the use_clustering flagChristoph Hellwig1-0/+1
2018-12-07scsi: ufs: Remove redundant sense size definitionAvri Altman1-10/+7
2018-11-28scsi: ufs: add fall through annotationTomas Winkler1-0/+3
2018-11-09scsi: ufs: set the device reference clock settingSubhash Jadavani1-0/+83
2018-11-08scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoCWei Li1-0/+2
2018-11-06Revert "scsi: ufs: Disable blk-mq for now"Martin K. Petersen1-7/+0
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-142/+289
2018-10-17scsi: ufs: Schedule clk gating work on correct queueEvan Green1-2/+3
2018-10-10scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman1-2/+1
2018-10-10scsi: ufs: Add API to execute raw upiu commandsAvri Altman1-0/+176
2018-10-10scsi: ufs: Use data structure size in pointer arithmeticAvri Altman1-2/+1
2018-10-10scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman1-0/+4
2018-10-10scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman1-3/+3
2018-10-10scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig1-80/+61
2018-10-10scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig1-48/+20
2018-09-20scsi: ufs: Disable blk-mq for nowAdrian Hunter1-0/+7
2018-09-17scsi: ufshcd: Fix NULL pointer dereference for in ufshcd_initVivek Gautam1-19/+34
2018-08-08scsi: ufs: remove unnecessary query(DM) UPIU traceOhad Sharabi1-7/+8
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn1-1/+1
2018-06-19scsi: ufs: ufshcd_dump_regs to use memcpy_fromioTomas Winkler1-11/+24
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-54/+254
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-3/+3
2018-05-18scsi: ufs: Add clock ungating to a separate workqueueVijay Viswanath1-1/+10
2018-05-18scsi: ufs: make sure all interrupts are processedVenkat Gopalakrishnan1-8/+19
2018-05-18scsi: ufs: add reference counting for scsi block requestsSubhash Jadavani1-8/+20
2018-05-18scsi: ufs: ufshcd: fix possible unclocked register accessSubhash Jadavani1-6/+20
2018-05-18scsi: ufs: fix exception event handlingMaya Erez1-0/+2
2018-05-18scsi: ufs: Use freq table with devfreqBjorn Andersson1-7/+40
2018-05-18scsi: ufs: Extract devfreq registrationBjorn Andersson1-9/+22
2018-05-18scsi: ufs: make ufshcd_config_pwr_mode of non-static funcAlim Akhtar1-3/+2
2018-05-18scsi: ufs: add quirk to enable host controller without hceAlim Akhtar1-2/+73
2018-05-18scsi: ufs: add quirk to disallow reset of interrupt aggregationAlim Akhtar1-1/+2
2018-05-18scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclrAlim Akhtar1-2/+19
2018-05-18scsi: ufs: ufshcd: Remove VLA usageKees Cook1-8/+26
2018-04-18scsi: ufs: add trace event for ufs upiuOhad Sharabi1-0/+40