aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-25scsi: ufs: fix endianness sparse warningsSujit Reddy Thumma1-3/+4
2014-07-25scsi: ufs: make undeclared functions staticSujit Reddy Thumma1-2/+3
2014-07-25ufs: fix DMA mask settingAkinobu Mita2-26/+22
2014-07-25ufs: adjust queue settings to PRDT limitationsAkinobu Mita2-0/+20
2014-07-25ufs: Fix sending unsupported SCSI commandSujit Reddy Thumma1-0/+3
2014-07-25ufs: read door bell register after clearing interrupt aggregationDolev Raviv1-33/+34
2014-07-25ufs: Fix queue depth handling for best effort casesSujit Reddy Thumma1-55/+42
2014-07-25ufs: Logical Unit (LU) command queue depthDolev Raviv2-1/+65
2014-07-25ufs: device query status and size checkDolev Raviv1-17/+32
2014-07-25ufs: query descriptor APIDolev Raviv2-28/+128
2014-05-28scsi: ufs: Improve UFS fatal error handlingSujit Reddy Thumma2-90/+149
2014-05-28scsi: ufs: Fix device and host reset methodsSujit Reddy Thumma2-53/+189
2014-05-28scsi: ufs: Fix hardware race conditions while aborting a commandSujit Reddy Thumma1-15/+55
2014-05-28scsi: ufs: Fix broken task management command implementationSujit Reddy Thumma2-55/+122
2014-05-28scsi: ufs: make undeclared functions staticSujit Reddy Thumma2-2/+4
2014-05-28scsi: ufs: fix endianness sparse warningsSujit Reddy Thumma3-68/+42
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-06[SCSI] ufs: configure the attribute for power modeSeungwon Jeon2-0/+87
2013-09-06[SCSI] ufs: add operation for the uic power mode changeSeungwon Jeon4-4/+225
2013-09-06[SCSI] ufs: add dme configuration primitivesSeungwon Jeon3-0/+145
2013-09-06[SCSI] ufs: fix the setting interrupt aggregation counterSeungwon Jeon2-30/+27
2013-09-06[SCSI] ufs: find out sense data over scsi status valuesSeungwon Jeon2-15/+23
2013-08-26[SCSI] ufs: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-08-26[SCSI] ufshcd-pltfrm: remove redundant dev_err call in ufshcd_pltfrm_probe()Wei Yongjun1-1/+0
2013-08-26[SCSI] ufs: don't stop controller before scsi_remove_host()Akinobu Mita1-1/+1
2013-08-26[SCSI] ufs: don't disable_irq() if the IRQ can be shared among devicesAkinobu Mita2-4/+0
2013-08-26[SCSI] ufshcd-pci: release ioremapped region during removing driverAkinobu Mita1-28/+9
2013-08-26[SCSI] ufs: Add runtime PM support for UFS host controller driverSujit Reddy Thumma3-7/+113
2013-08-26[SCSI] ufs: Add support for host assisted background operationsSujit Reddy Thumma3-0/+376
2013-08-26[SCSI] ufs: Set fDeviceInit flag to initiate device initializationDolev Raviv4-11/+345
2013-08-26[SCSI] ufs: Add support for sending NOP OUT UPIUSujit Reddy Thumma3-115/+539
2013-06-28[SCSI] ufshcd-pltfrm: remove unnecessary dma_set_coherent_mask() callAkinobu Mita1-6/+0
2013-06-28[SCSI] ufs: fix register address in UIC error interrupt handlingAkinobu Mita1-1/+1
2013-06-28[SCSI] ufshcd-pltfrm: add missing empty slot in ufs_of_match[]Akinobu Mita1-0/+1
2013-06-28[SCSI] ufs: use devres functions for ufshcdSeungwon Jeon3-120/+39
2013-06-28[SCSI] ufs: Fix the response UPIU length settingSujit Reddy Thumma1-1/+1
2013-06-28[SCSI] ufs: rework link start-up processSeungwon Jeon2-97/+208
2013-06-28[SCSI] ufs: remove version check before IS reg clearSeungwon Jeon1-4/+1
2013-06-28[SCSI] ufs: amend interrupt configurationSeungwon Jeon3-29/+64
2013-06-28[SCSI] ufs: wrap the i/o access operationsSeungwon Jeon2-62/+50
2013-06-04[SCSI] ufs: SCSI_UFSHCD should depend on SCSI_DMAGeert Uytterhoeven1-1/+1
2013-06-04[SCSI] ufs: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-02[SCSI] ufs: Correct the expected data transfersizeVinayak Holikatti1-1/+1
2013-05-02[SCSI] ufs: Add Platform glue driver for ufshcdVinayak Holikatti3-0/+229
2013-02-25[SCSI] ufs: Separate PCI code into glue driverVinayak Holikatti5-327/+440
2013-02-25[SCSI] ufs: Segregate PCI Specific CodeVinayak Holikatti4-219/+267
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-3/+2
2012-07-20[SCSI] ufs: fix incorrect return value about SUCCESS and FAILEDNamjae Jeon1-4/+6