| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move get_ticks() function out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | nvme: use page-aligned buffer for identify command | Patrick Wildt | 2019-10-31 | 1 | -6/+18 |
* | nvme: flush dcache on both r/w, and the prp list | Patrick Wildt | 2019-10-31 | 1 | -3/+5 |
* | nvme: add accessor to namespace id and eui64 | Patrick Wildt | 2019-10-06 | 2 | -0/+14 |
* | nvme: Fix PRP Offset Invalid | Aaron Williams | 2019-08-26 | 1 | -10/+19 |
* | nvme: Fix warning of cast from pointer to integer of different size | Bin Meng | 2019-05-19 | 2 | -4/+4 |
* | blk: Call part_init() in the post_probe() method | Bin Meng | 2018-11-14 | 1 | -1/+0 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 6 | -14/+6 |
* | Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig | Adam Ford | 2018-02-08 | 1 | -0/+1 |
* | nvme: Remove dead codes in nvme_setup_io_queues() | Bin Meng | 2017-09-03 | 1 | -3/+0 |
* | nvme: Fix potential sign extension issue in nvme_blk_rw() | Bin Meng | 2017-09-03 | 1 | -1/+1 |
* | nvme: Fix wrong ndev->queues memset | Bin Meng | 2017-09-03 | 1 | -2/+1 |
* | nvme: Get rid of the global variable nvme_info | Bin Meng | 2017-08-28 | 3 | -35/+12 |
* | nvme: Use blk_create_devicef() API | Bin Meng | 2017-08-28 | 1 | -9/+3 |
* | nvme: Apply cache operations on the DMA buffers | Bin Meng | 2017-08-28 | 2 | -5/+34 |
* | nvme: Consolidate block read and write routines | Bin Meng | 2017-08-28 | 1 | -53/+12 |
* | nvme: Use macros to access NVMe queues | Bin Meng | 2017-08-28 | 1 | -7/+15 |
* | nvme: Respect timeout when en/disabling the controller | Bin Meng | 2017-08-28 | 1 | -3/+11 |
* | nvme: Cache controller's capabilities | Bin Meng | 2017-08-28 | 2 | -6/+6 |
* | nvme: Fix endianness assignment to prp2 in nvme_identify() | Bin Meng | 2017-08-28 | 1 | -1/+1 |
* | nvme: Fix ndev->queues allocation | Bin Meng | 2017-08-28 | 1 | -2/+2 |
* | nvme: Fix getting PCI vendor id of the NVMe block device | Bin Meng | 2017-08-28 | 2 | -22/+3 |
* | nvme: Remove useless defines | Bin Meng | 2017-08-28 | 1 | -60/+0 |
* | nvme: Handle zero Maximum Data Transfer Size (MDTS) | Bin Meng | 2017-08-13 | 1 | -0/+21 |
* | nvme: Fix number of blocks detection | Jon Nettleton | 2017-08-13 | 1 | -1/+1 |
* | nvme: Detect devices that are class Storage Express | Jon Nettleton | 2017-08-13 | 1 | -1/+1 |
* | nvme: Add show routine to print detailed information | Zhikang Zhang | 2017-08-13 | 2 | -1/+128 |
* | nvme: Add NVM Express driver support | Zhikang Zhang | 2017-08-13 | 5 | -0/+1637 |