summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-12scsi: ufs: introduce setup_xfer_req callbackKiwoong Kim2-0/+12
2016-11-12scsi: hpsa: use pci_alloc_irq_vectors and automatic irq affinityChristoph Hellwig2-97/+52
2016-11-08scsi: ufs: Use the resource-managed function to add devfreq deviceChanwoo Choi1-3/+1
2016-11-08scsi: fix spelling mistake in error messageColin Ian King1-1/+1
2016-11-08scsi: mpt3sas: fix some spelling mistakes in message and commentsColin Ian King1-8/+8
2016-11-08scsi: ufs: qcom: Don't free resource-managed kmalloc elementVivek Gautam1-1/+0
2016-11-08scsi: ufs: qcom: Add phy_exit call in hcd exit pathVivek Gautam1-0/+1
2016-11-08phy: qcom-ufs: Remove common layer phy exit callbackVivek Gautam4-14/+18
2016-11-08scsi: ufs-qcom: phy/hcd: Refactoring phy clock handlingVivek Gautam2-33/+24
2016-11-08phy: qcom-ufs-qmp-xx: Move clock and regulator init out of phy initVivek Gautam2-52/+46
2016-11-08phy: qcom-ufs: Remove unnecessary function declarationsVivek Gautam1-69/+62
2016-11-08phy: qcom-ufs-qmp-xx: Discard remove callback for drivers.Vivek Gautam3-41/+0
2016-11-08phy: qcom-ufs: Skip obtaining rx/tx_iface_clk for msm8996 based phyVivek Gautam1-0/+5
2016-11-08phy: qcom-ufs-14nm: Add new compatible for msm8996 based phyVivek Gautam1-0/+1
2016-11-08phy: qcom-ufs: Cleanup clock and regulator initializationVivek Gautam4-57/+37
2016-11-08phy: qcom-ufs: Use devm sibling of kstrdup for regulator namesVivek Gautam1-4/+1
2016-11-08phy: qcom-ufs: Remove unnecessary BUG_ONVivek Gautam1-2/+0
2016-11-08scsi: megaraid_sas: driver version upgradeKashyap Desai1-2/+2
2016-11-08scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which d...Kashyap Desai1-4/+4
2016-11-08scsi: megaraid_sas: Send SYNCHRONIZE_CACHE for VD to firmwareKashyap Desai3-5/+10
2016-11-08scsi: smartpqi: switch to pci_alloc_irq_vectorsChristoph Hellwig2-72/+32
2016-11-08scsi: allow LLDDs to expose the queue mapping to blk-mqChristoph Hellwig1-0/+10
2016-11-08scsi: ufs: change device rails hpm mode ramp up sequenceSubhash Jadavani1-1/+1
2016-11-08scsi: ufs: suspend clock scaling at the start of suspendSubhash Jadavani1-9/+5
2016-11-08scsi: ufshcd: release resources if probe failsSubhash Jadavani3-7/+3
2016-11-08scsi: ufs: fix race between clock gating and devfreq scaling workSubhash Jadavani1-0/+32
2016-11-08scsi: mpt3sas: Bump driver version as "14.101.00.00"Suganath Prabu Subramani1-2/+2
2016-11-08scsi: mpt3sas: Fix for Endianness issue.Suganath Prabu Subramani1-5/+7
2016-11-08scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS3...Suganath Prabu Subramani6-54/+161
2016-11-08scsi: mpt3sas: set EEDP-escape-flags for SAS35 devices.Suganath Prabu Subramani1-0/+3
2016-11-08scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices.Suganath Prabu Subramani3-12/+21
2016-11-08scsi: mpt3sas: Added Device ID's for SAS35 devices and updated MPI header.Suganath Prabu Subramani5-1/+44
2016-11-08scsi: mpt3sas: Bump driver version as "14.100.00.00"Suganath Prabu Subramani1-2/+2
2016-11-08scsi: mpt3sas: Remove unused macro "MPT_DEVICE_TLR_ON"Suganath Prabu Subramani1-1/+0
2016-11-08scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL pathSuganath Prabu Subramani4-8/+86
2016-11-08scsi: mpt3sas: Fix for incorrect numbers for MSIX vectors enabled when non RD...Suganath Prabu Subramani1-5/+7
2016-11-08scsi: mpt3sas: Fix for improper info displayed in var log, while blocking or ...Suganath Prabu Subramani1-4/+4
2016-11-08scsi: advansys: fix build warning for PCI=nArnd Bergmann1-0/+3
2016-11-08scsi: libfc: Don't have fc_exch_find log errors on a new exchangeChris Leech1-0/+3
2016-11-08scsi: ufs: optimize clock gate workVenkat Gopalakrishnan1-1/+8
2016-11-08scsi: ufshcd: Fix race between clk scaling and ungate workVenkat Gopalakrishnan1-0/+15
2016-11-08scsi: ufs: fail ufshcd_probe_hba() if power configuration failsDov Levenglick1-1/+3
2016-11-08scsi: ufs: suspend clock scaling for failed runtime_resumeGilad Broner1-16/+24
2016-11-08scsi: ufs: fix sense buffer size to 18 bytesGilad Broner1-5/+7
2016-11-08scsi: ufs: commit descriptors before setting the doorbellGilad Broner1-0/+8
2016-11-08scsi: ufs: fix bugs related to null pointer access and array sizeYaniv Gardi2-7/+21
2016-11-08scsi: cciss: replace custom function to hexdumpAndy Shevchenko1-62/+10
2016-11-08scsi: replace custom approach to hexdump small buffersAndy Shevchenko2-13/+2
2016-11-08scsi: ips: don't use custom hex_asc_upper[] tableAndy Shevchenko1-8/+5
2016-11-08scsi: qla4xxx: print MAC and SID via %p[mM][R]Oleksandr Khoshaba3-21/+7