summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/nvme.c
Commit message (Expand)AuthorAgeFilesLines
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* nvme: use page-aligned buffer for identify commandPatrick Wildt2019-10-311-6/+18
* nvme: flush dcache on both r/w, and the prp listPatrick Wildt2019-10-311-3/+5
* nvme: add accessor to namespace id and eui64Patrick Wildt2019-10-061-0/+13
* nvme: Fix PRP Offset InvalidAaron Williams2019-08-261-10/+19
* nvme: Fix warning of cast from pointer to integer of different sizeBin Meng2019-05-191-2/+2
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng2017-09-031-3/+0
* nvme: Fix potential sign extension issue in nvme_blk_rw()Bin Meng2017-09-031-1/+1
* nvme: Fix wrong ndev->queues memsetBin Meng2017-09-031-2/+1
* nvme: Get rid of the global variable nvme_infoBin Meng2017-08-281-6/+5
* nvme: Apply cache operations on the DMA buffersBin Meng2017-08-281-3/+29
* nvme: Consolidate block read and write routinesBin Meng2017-08-281-53/+12
* nvme: Use macros to access NVMe queuesBin Meng2017-08-281-7/+15
* nvme: Respect timeout when en/disabling the controllerBin Meng2017-08-281-3/+11
* nvme: Cache controller's capabilitiesBin Meng2017-08-281-6/+5
* nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng2017-08-281-1/+1
* nvme: Fix ndev->queues allocationBin Meng2017-08-281-2/+2
* nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng2017-08-281-21/+3
* nvme: Handle zero Maximum Data Transfer Size (MDTS)Bin Meng2017-08-131-0/+21
* nvme: Fix number of blocks detectionJon Nettleton2017-08-131-1/+1
* nvme: Detect devices that are class Storage ExpressJon Nettleton2017-08-131-1/+1
* nvme: Add NVM Express driver supportZhikang Zhang2017-08-131-0/+839