summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+0
|\
| * SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-1/+0
* | [SCSI] ufs: configure the attribute for power modeSeungwon Jeon2013-09-062-0/+87
* | [SCSI] ufs: add operation for the uic power mode changeSeungwon Jeon2013-09-064-4/+225
* | [SCSI] ufs: add dme configuration primitivesSeungwon Jeon2013-09-063-0/+145
* | [SCSI] ufs: fix the setting interrupt aggregation counterSeungwon Jeon2013-09-062-30/+27
* | [SCSI] ufs: find out sense data over scsi status valuesSeungwon Jeon2013-09-062-15/+23
|/
* [SCSI] ufs: don't check resource with devm_ioremap_resourceWolfram Sang2013-08-261-6/+0
* [SCSI] ufshcd-pltfrm: remove redundant dev_err call in ufshcd_pltfrm_probe()Wei Yongjun2013-08-261-1/+0
* [SCSI] ufs: don't stop controller before scsi_remove_host()Akinobu Mita2013-08-261-1/+1
* [SCSI] ufs: don't disable_irq() if the IRQ can be shared among devicesAkinobu Mita2013-08-262-4/+0
* [SCSI] ufshcd-pci: release ioremapped region during removing driverAkinobu Mita2013-08-261-28/+9
* [SCSI] ufs: Add runtime PM support for UFS host controller driverSujit Reddy Thumma2013-08-263-7/+113
* [SCSI] ufs: Add support for host assisted background operationsSujit Reddy Thumma2013-08-263-0/+376
* [SCSI] ufs: Set fDeviceInit flag to initiate device initializationDolev Raviv2013-08-264-11/+345
* [SCSI] ufs: Add support for sending NOP OUT UPIUSujit Reddy Thumma2013-08-263-115/+539
* [SCSI] ufshcd-pltfrm: remove unnecessary dma_set_coherent_mask() callAkinobu Mita2013-06-281-6/+0
* [SCSI] ufs: fix register address in UIC error interrupt handlingAkinobu Mita2013-06-281-1/+1
* [SCSI] ufshcd-pltfrm: add missing empty slot in ufs_of_match[]Akinobu Mita2013-06-281-0/+1
* [SCSI] ufs: use devres functions for ufshcdSeungwon Jeon2013-06-283-120/+39
* [SCSI] ufs: Fix the response UPIU length settingSujit Reddy Thumma2013-06-281-1/+1
* [SCSI] ufs: rework link start-up processSeungwon Jeon2013-06-282-97/+208
* [SCSI] ufs: remove version check before IS reg clearSeungwon Jeon2013-06-281-4/+1
* [SCSI] ufs: amend interrupt configurationSeungwon Jeon2013-06-283-29/+64
* [SCSI] ufs: wrap the i/o access operationsSeungwon Jeon2013-06-282-62/+50
* [SCSI] ufs: SCSI_UFSHCD should depend on SCSI_DMAGeert Uytterhoeven2013-06-041-1/+1
* [SCSI] ufs: Remove redundant platform_set_drvdata()Sachin Kamat2013-06-041-1/+0
* [SCSI] ufs: Correct the expected data transfersizeVinayak Holikatti2013-05-021-1/+1
* [SCSI] ufs: Add Platform glue driver for ufshcdVinayak Holikatti2013-05-023-0/+229
* [SCSI] ufs: Separate PCI code into glue driverVinayak Holikatti2013-02-255-327/+440
* [SCSI] ufs: Segregate PCI Specific CodeVinayak Holikatti2013-02-254-219/+267
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+2
* [SCSI] ufs: fix incorrect return value about SUCCESS and FAILEDNamjae Jeon2012-07-201-4/+6
* [SCSI] ufs: reverse the ufshcd_is_device_present logicVenkatraman S2012-07-201-3/+3
* [SCSI] ufs: use module_pci_driverVenkatraman S2012-07-201-18/+1
* [SCSI] ufs: fix potential NULL pointer dereferencing error in ufshcd_prove.Namjae Jeon2012-05-231-2/+3
* [SCSI] ufs: Assign UTRLBAU = upper_32_ bits(UTRLD base address)Santosh Yaraganavi2012-05-101-3/+3
* [SCSI] ufs: Fix evaluation of UTP task completion codeVenkatraman S2012-05-101-1/+1
* [SCSI] ufshcd: UFS Host controller driverSantosh Yaraganavi2012-03-275-0/+2612
OpenPOWER on IntegriCloud