
On Tue, Aug 22, 2017 at 08:15:05AM -0700, Bin Meng wrote:
This series fixes various bugs and clean up on current NVMe driver. It also enables NVMe driver on sandbox for build testing.
This series is available at u-boot-x86/nvme-working for testing.
Bin Meng (14): nvme: Remove useless defines nvme: Fix getting PCI vendor id of the NVMe block device nvme: Fix ndev->queues allocation nvme: Fix endianness assignment to prp2 in nvme_identify() nvme: Cache controller's capabilities nvme: Respect timeout when en/disabling the controller nvme: Use macros to access NVMe queues nvme: Consolidate block read and write routines nvme: Apply cache operations on the DMA buffers nvme: Use blk_create_devicef() API nvme: Get rid of the global variable nvme_info nvme: Adjust the 'nvme' command to use blk_common_cmd() sandbox: Add a dummy invalidate_dcache_range() function sandbox: Enable NVMe driver for build testing
I'll grab this probably Monday, barring further comments requiring changes. Thanks!