nvme: add explicit quirk handling
authorChristoph Hellwig <hch@lst.de>
Thu, 26 Nov 2015 09:07:41 +0000 (10:07 +0100)
committerJens Axboe <axboe@fb.com>
Tue, 1 Dec 2015 17:59:39 +0000 (10:59 -0700)
commit106198edb74cdf3fe1aefa6ad1e199b58ab7c4cb
tree6eea24b2803eb583a2e2a8defc62e04ab29d763c
parent1673f1f08c8876f3942b4fa5e8f6a40215f15a94
nvme: add explicit quirk handling

Add an enum for all workarounds not in the spec and identify the affected
controllers at probe time.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c