aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/nvme.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-28nvme: Use macros to access NVMe queuesBin Meng1-7/+15
2017-08-28nvme: Respect timeout when en/disabling the controllerBin Meng1-3/+11
2017-08-28nvme: Cache controller's capabilitiesBin Meng1-6/+5
2017-08-28nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng1-1/+1
2017-08-28nvme: Fix ndev->queues allocationBin Meng1-2/+2
2017-08-28nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng1-21/+3
2017-08-13nvme: Handle zero Maximum Data Transfer Size (MDTS)Bin Meng1-0/+21
2017-08-13nvme: Fix number of blocks detectionJon Nettleton1-1/+1
2017-08-13nvme: Detect devices that are class Storage ExpressJon Nettleton1-1/+1
2017-08-13nvme: Add NVM Express driver supportZhikang Zhang1-0/+839